[pLog-svn] r4180 - plog/branches/lifetype-1.1.2/js/tinymce/plugins/insertvideo

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Oct 24 20:35:07 GMT 2006


Author: oscar
Date: 2006-10-24 20:35:05 +0000 (Tue, 24 Oct 2006)
New Revision: 4180

Modified:
   plog/branches/lifetype-1.1.2/js/tinymce/plugins/insertvideo/functions.js
Log:
increased the size of the youtube video player so that it doesn't appear like it's missing some pixels on the right side.


Modified: plog/branches/lifetype-1.1.2/js/tinymce/plugins/insertvideo/functions.js
===================================================================
--- plog/branches/lifetype-1.1.2/js/tinymce/plugins/insertvideo/functions.js	2006-10-23 20:54:08 UTC (rev 4179)
+++ plog/branches/lifetype-1.1.2/js/tinymce/plugins/insertvideo/functions.js	2006-10-24 20:35:05 UTC (rev 4180)
@@ -40,11 +40,13 @@
 		}
 		else {		
 			videoId = url.substring( 40, url.length );
-		}
+		}				
 		
 		url = "http://video.google.com/googleplayer.swf?docId=" + videoId;
 	}
 	
+	window.alert(url);
+	
 	return( url );
 }
 
@@ -69,7 +71,7 @@
 	if( youtube.checked == true ) {
 		link = getYouTubeLink( url );
 		css="ltVideoYouTube";
-		width=425;
+		width=450;
 		height=350;
 	}
 	else {



More information about the pLog-svn mailing list