Problem playing mp3's with firefox update.

by Lassar
0 replies
  • WEB DESIGN
  • |
I had the following code working on firefox. It's not working now.

I think that the problem is either one of firefoxes updates, broke this code,
or my hard drive is starting to get too wacky.

It's works good in chrome and IE.

Can anyone help me with it?

Code:
<!--[if IE]>
<embed src="http://RadioTelephoneTutor.com/Sample-Question-Pool.mp3" type="audio/mp3" autostart="false" loop="false" width="200" height="50"></embed>
<br>
<![endif]-->

<!--[if !IE]> -->
<object type="audio/mpeg" data="Sample-Question-Pool.mp3" width="200" height="20">
 <param name="src" value="Sample-Question-Pool.mp3">
 <param name="autoplay" value="false">
 <param name="autoStart" value="false">
  Your system can't play audio/mpeg files.
</object>
<br>
<!-- <![endif]-->
#firefox #mp3 #play #playing #problem #update

Trending Topics