|
|
| Participants: |
David Horat and Gordon Bateson
|
| Security Level: |
None
|
| Resolved date: |
21/Dec/08
|
| Affected Branches: |
MOODLE_16_STABLE
|
| Fixed Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
|
|
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";
|
|
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"; |
Show » |
|
thank s
Gordon