浏览代码

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

Isaac Flores 16 年之前
父节点
当前提交
c6a04ff12d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {