minor - fixed embed for youtube tool in fckeditor

skala
Cristian Fasanando 15 years ago
parent f8a1461ed5
commit 341f072002
  1. 1
      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 ) ;

Loading…
Cancel
Save