Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

FireFox for Mac 4.0.1 no longer displays the embedded audio player while the audio file loads. Older version worked fine.

  • Atsakymų nėra
  • 7 have this problem
  • 25 views
more options

The player disappears until the entire audio file downloads or until I interrupt the down load. Still works fine with Safari.


// media player
echo'
<embed src="messages/'.$file.'" autostart="true" loop="false" height="45" width="'.$barwidth.'">
<noembed>Sorry, your browser does not support the embedding of multimedia.</noembed>
</embed>';


I could switch to the media player method offered by HTML5 but risk compatibility problems with older browsers.

Did the new version break the audio player display?

The player disappears until the entire audio file downloads or until I interrupt the down load. Still works fine with Safari. <pre><nowiki>// media player echo' <embed src="messages/'.$file.'" autostart="true" loop="false" height="45" width="'.$barwidth.'"> <noembed>Sorry, your browser does not support the embedding of multimedia.</noembed> </embed>'; </nowiki></pre> I could switch to the media player method offered by HTML5 but risk compatibility problems with older browsers. Did the new version break the audio player display?

Modified by cor-el