filter/mediplugin MDL-16650 Fixed youtube videos on IE

This commit is contained in:
moodler
2008-12-24 07:22:54 +00:00
parent 76727901a6
commit 6188deb87e
+1 -1
View File
@@ -227,7 +227,7 @@ function mediaplugin_filter_youtube_callback($link, $autostart=false) {
return '<object title="'.$info.'"
class="mediaplugin mediaplugin_youtube" type="application/x-shockwave-flash"
data="'.$site.'youtube.com/v/'.$url.'&amp;fs=1&amp;rel=0" width="425" height="344">'.
'<param name="movie" value="http://'.$site.'youtube.com/v/'.$url.'&amp;fs=1&amp;rel=0" />'.
'<param name="movie" value="'.$site.'youtube.com/v/'.$url.'&amp;fs=1&amp;rel=0" />'.
'<param name="FlashVars" value="playerMode=embedded" />'.
'<param name="wmode" value="transparent" />'.
'<param name="allowFullScreen" value="true" />'.