Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • Aucune réponse
  • 7 ont ce problème
  • 27 vues
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?

Modifié le par cor-el