Skip to content

Commit

Permalink
Merged Flash script fix from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 5, 2005
1 parent 284a88c commit b99e8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filter/mediaplugin/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ function mediaplugin_filter($courseid, $text) {
$replace .= ' width="400" height="300" id="mp3player">';
$replace .= " <param name=\"movie\" value=\"\\2.swf\" />";
$replace .= ' <param name="quality" value="high" />';
$replace .= ' <param name="AllowScriptAccess" value="never" />';
$replace .= " <embed src=\"\\2.swf\" ";
$replace .= " quality=\"high\" width=\"400\" height=\"300\" name=\"flashfilter\" ";
$replace .= ' quality="high" width="400" height="300" name="flashfilter" AllowScriptAccess="never" ';
$replace .= ' type="application/x-shockwave-flash" ';
$replace .= ' pluginspage="http://www.macromedia.com/go/getflashplayer">';
$replace .= '</embed>';
Expand Down

0 comments on commit b99e8b9

Please sign in to comment.