瀏覽代碼

minor - fixed embed for youtube tool in fckeditor

Cristian Fasanando 15 年之前
父節點
當前提交
341f072002
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

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

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