[pLog-svn] r6749 - plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Dec 4 08:36:16 EST 2008


Author: jondaley
Date: 2008-12-04 08:36:16 -0500 (Thu, 04 Dec 2008)
New Revision: 6749

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/functions.js
Log:
goear changed format.  fixes #1571

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/functions.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/functions.js	2008-12-02 19:44:01 UTC (rev 6748)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/functions.js	2008-12-04 13:36:16 UTC (rev 6749)
@@ -126,7 +126,7 @@
 		else {		
 			videoId = url.substring( 34, url.length );
 		}				
-		url = "http://www.goear.com/files/localplayer.swf?file=" + videoId ;
+		url = "http://www.goear.com/files/external.swf?file=" + videoId ;
 	}
 
 	return( url );



More information about the pLog-svn mailing list