Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.11
-
Fix Version/s: None
-
Component/s: Module: HotPot
-
Labels:None
-
Environment:All
-
Affected Branches:MOODLE_19_STABLE
Description
Hotpot enhancement to include SWF and FLV files with the mediaplugin.
In the file "/mod/hotpot/lib.php", function "adjust_media_urls()", just change the line
$filetype = "avi|mpeg|mpg|mp3|mov|wmv";
with the line
$filetype = "avi|mpeg|mpg|mp3|mov|wmv|swf|flv";
Could you post a particular <OBJECT> tag which uses ".swf" or ".fla" file sthat you would like to use. Or even better, could you post a HotPot quiz that uses such a tag.
thank s
Gordon