Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6e479421
Commit
6e479421
authored
Oct 20, 2010
by
Richard Mansfield
Browse files
Fix mp3 player for IE7 (bug #663594)
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
0863aad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/blocktype/internalmedia/lib.php
View file @
6e479421
...
...
@@ -275,7 +275,7 @@ class PluginBlocktypeInternalmedia extends PluginBlocktype {
$type
=
'type: "audio",'
;
// force the player to use the audio plugin
$buffering
=
'false'
;
// without this autoPlay will also be set to true
$audio
=
', audio: {
url: "'
.
$baseurl
.
'flowplayer.audio/flowplayer.audio-3.2.1.swf"
,
url: "'
.
$baseurl
.
'flowplayer.audio/flowplayer.audio-3.2.1.swf"
}'
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment