Skip to content

Commit

Permalink
filter/mediplugin MDL-16650 Fixed youtube videos on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 24, 2008
1 parent 7672790 commit 6188deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/mediaplugin/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" />'.
Expand Down

0 comments on commit 6188deb

Please sign in to comment.