Explorar el Código

[svn r20974] Minor - allow see full screen video youtube - (partial FS#3909)

Isaac Flores hace 16 años
padre
commit
c6a04ff12d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

@@ -128,7 +128,7 @@ function UpdateEmbed( e )
 	
 	SetAttribute( e, 'type'			, 'application/x-shockwave-flash' ) ;
 	SetAttribute( e, 'pluginspage'	, 'http://www.macromedia.com/go/getflashplayer' ) ;
-	
+    SetAttribute( e, 'allowfullscreen'  , 'true' ) ;	
 	if ( GetE('radioHigh').checked ) {
 		SetAttribute( e, 'src'		, YoutubeSite + YoutubeId + HighQualityString ) ;
 	} else {