Need help to play mp3 on FireFox

Discussion in 'HTML & Website Design' started by Lassar, Jul 23, 2013.

  1. #1
    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?

    <!--[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]-->
    
    Code (markup):
     
    Lassar, Jul 23, 2013 IP