1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

HTML

Discussion in 'General Software' started by biferi, Jun 9, 2016.

  1. biferi

    biferi Registered Members

    Joined:
    Mar 4, 2016
    Messages:
    988
    Operating System:
    Windows 7
    I am using this Code to have Music play on my WebPage
    <audio controls>
    <source src=" /audio/Rain.mp3">
    </audio>

    I use iE10 and when I open the page a Black Box shows up whare the Player would be.
    And it says An Error Happened.

    What am I doing wrong?

    I try a wav file to.
     
  2. allheart55 (Cindy E)

    allheart55 (Cindy E) Administrator Administrator

    Joined:
    Jun 11, 2009
    Messages:
    10,618
    Location:
    Pennsylvania
    Operating System:
    Windows 10
    Computer Brand or Motherboard:
    ASUS M4A77TD AM3 AMD 770 ATX AMD
    CPU:
    AMD Phenom II X6 1090T-Thuban 3.2GHz
    Memory:
    Crucial-DDR3 SDRAM 1333-8GB
    Hard Drive:
    WD Caviar Black SE HDD 640 GB - WD Caviar Black SE HDD 500 GB
    Graphics Card:
    Sapphire Radeon HD-7870 2GB
    Power Supply:
    CORSAIR CMPSU-750W
    There are limitations on the type of audio files that can be used.
    Chrome and Safari, support the use of regular .mp3 files.
    Others, such as Firefox, only support the .ogg format.
     
  3. biferi

    biferi Registered Members

    Joined:
    Mar 4, 2016
    Messages:
    988
    Operating System:
    Windows 7
    I have iE 10 and win7. and I try WAV Files and MP3 Files and no go.
     
  4. tecknomage

    tecknomage Registered Members

    Joined:
    Jun 12, 2012
    Messages:
    140
    Location:
    San Diego, CA USA
    Operating System:
    Windows 7
    Computer Brand or Motherboard:
    Gigabyte Z97X-UD5H
    CPU:
    Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz
    Memory:
    8gb
    Hard Drive:
    4tb
    Graphics Card:
    NVIDIA Corporation GK104 [GeForce GTX 770] 1990mb memory
    Power Supply:
    750w
    See Audio on the Web at w3schools.com, it has a way you can test your code before using it right on the page.

    HIGHLY suggest you bookmark w3schools, it's an excellent source.
     
    Rustys and allheart55 (Cindy E) like this.

Share This Page