> I have a similar problem with web2py trunk Version 2.4.6-stable+timestamp.2013.04.07.19.55.04 and Firefox 19.0.2 (on Ubuntu)
Oops, it seems that Firefox does not support .mp3 files in <audio>. The browser throws a debugging message saying the media has invalid format and it hides the embedded media player. I tried replacing the wiki media file with a .ogg file, but then, I belive I found an issue about media files in web2py: .ogg files are automatically served with video content-type. I tried changing gluon/contenttype.py for mapping to audio/ogg instead of the currently used video/x-theora+ogg. That worked for the particular case of serving a sound file with .ogg extension. Shouldn't web2py always map .ogg to audio? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

