Procházet zdrojové kódy

minor - fixed embed for youtube tool in fckeditor

Cristian Fasanando před 15 roky
rodič
revize
341f072002

+ 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 ) ;