Jump to content

crystalreut

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by crystalreut

  1. Hi, 

    I'm trying to play an mp3 audio file stored on my computer and it's not working.

    My browser supports mp3,

    I wrote this code:

    <!DOCTYPE html>
    <html>
    <body>

    <audio controls>
    <source src="C:\Users\reut\Downloads\Nagham(1).mp3" type="audio/mpeg">
    </audio>

    </body>

    </html>
     

×
×
  • Create New...