Closed GoogleCodeExporter closed 8 years ago
Firefox does not fallback to flash even if a non-supported format is detected,
your could either use JavaScript to force fallback which I have a hard time
finding myself, or a better way would be to include Vorbis in an Ogg container
alongside mp3.
{{{
[audio]
{
"src":["example.oga",
"example.mp3"]
}
[/audio]
}}}
Original comment by trc.hexter
on 27 Aug 2010 at 4:42
Thanks for the reply.
The code you included, where am i suppose to add that?
Cheers
Original comment by darkfish...@googlemail.com
on 27 Aug 2010 at 4:51
You welcome
The code goes into either the blog post or the blog page, take no notice of
`{{{` and `}}}`.
Original comment by trc.hexter
on 27 Aug 2010 at 4:59
Please i am confused. how do i add it on the blog page, because i want this
change to force fallback in all my blog posts.
Please do you have a howto, because i am stuck..
Help :|
Original comment by darkfish...@googlemail.com
on 27 Aug 2010 at 5:41
By saying blog post I was referring to Posts in admin side navigation, as for
blog page, Pages in admin side navigation. The code goes into the content
(body) of post or page. I wouldn't recommend force fallback as JavaScript is a
client-side language that can be disabled by the client therefore killing force
fallback, I would suggest another alternative which would be to have flowplayer
first then html5 audio as fallback and is still compatible with mobile devices.
[flowplayer]
{"audio":{
"url":"example.mp3"}
}
[/flowplayer]
Original comment by trc.hexter
on 27 Aug 2010 at 10:53
Alternatively you can also upgrade to 1.7.0 and then activate the plugin "HTML5
Video and Audio Framework Force-Fallback to Flash".
Original comment by trc.hexter
on 31 Aug 2010 at 11:32
Thank You so much for all your help..
It worrkkksss...!!!
Original comment by darkfish...@googlemail.com
on 1 Sep 2010 at 12:23
You welcome!
Original comment by trc.hexter
on 1 Sep 2010 at 7:49
Original issue reported on code.google.com by
darkfish...@googlemail.com
on 27 Aug 2010 at 1:57