Problem playing mp3's with firefox update.
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?
<!--[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]-->