Menu

#8 EMFF player does not play audios with Firefox and Chrome

open
nobody
EMFF (11)
5
2010-03-03
2010-03-03
No

Hello,
I have installed your EMFF player for MP3 files on my site. The files are played perfectly with IE and Avant Browser but not with Firefox. And the player is not even showed with Google Chrome. Instead it shows some codes. Why can this be?
I have created the page with FrontPage 2003.
You can see an example here: http://www.abclingua.net/FRabc/aulaFR.htm
Your username: Marc
Your password: reichelt
Thank you in advance.
Mauricio Lagartos

Discussion

  • Danila Evstifeyev

    It's a bug in the code generator's output code, as it seems.

    It puts out a certain string in such manner:
    <param name="FlashVars" value="lukelove-heman.mp3" >

    While you need:
    <param name="FlashVars" value="src=lukelove-heman.mp3" >

    Put "src=" (no quotes) before the actual link with parameters. That will make the music work, already tested.

     
  • Danila Evstifeyev

    Hm. It actually adds the parameter. Excuse me for blaming the code. Still, you NEED "src=" prefix, without it nothing will work. Check if it is present in your pages.

     

Log in to post a comment.