mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE
This commit is contained in:
parent
11e5755908
commit
3b348bbf4d
@ -574,7 +574,7 @@ class resource_file extends resource_base {
|
||||
'<script type="text/javascript">'."\n".
|
||||
'//<![CDATA['."\n".
|
||||
'var FO = { movie:"'.$CFG->wwwroot.'/filter/mediaplugin/flvplayer.swf?file='.$cleanurl.'",'."\n".
|
||||
'width:"600", height:"400", majorversion:"6", build:"40", allowscriptaccess:"never", quality: "high" };'."\n".
|
||||
'width:"600", height:"400", majorversion:"6", build:"40", allowscriptaccess:"never", allowfullscreen:"true", quality: "high" };'."\n".
|
||||
'UFO.create(FO, "'.$id.'");'."\n".
|
||||
'//]]>'."\n".
|
||||
'</script>'."\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user