Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • Няма отговори
  • 7 имат този проблем
  • 17 изгледи
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?

Променено на от cor-el