Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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 имеют эту проблему
  • 30 просмотров
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