Putting audio on my website

Discussion in 'Graphics & Multimedia' started by allwayslearning, Nov 26, 2007.

  1. #1
    I am not very familiar with html at all so I asked someone on a discussion board like this one for code to put audio on my website so that when you click on it it will automatically start. I used a digital editor saving it as an mp3 using the code below, but when I put it in and preview my site nothing happens. In case this is of any help I can get my videos to play on preview. These videos play as a result of javascript that I pasted in. Here is the code I am using to get the audio to play <embed src="C:\Documents and Settings\Cliff\Desktop\WBT AUDIO 10.mp3" autostart="true" height="45" width="200"> . If this code is incorrect please provide me with something that will work.
     
    allwayslearning, Nov 26, 2007 IP
  2. lawjianming

    lawjianming Guest

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <embed src="C:\Documents and Settings\Cliff\Desktop\WBT AUDIO 10.mp3" autostart="true" height="45" width="200">

    replace "C:\Documents and Settings\Cliff\Desktop\WBT AUDIO 10.mp3" with
    "XYZ"

    while "XYZ" is
    an URL that you upload your music to
    example
    you upload your WBT AUDIO 10.mp3 to photobucket.com
    photobucket.com will provide you an URL that your music is upload to.

    sorry i am lousy at explaining.
     
    lawjianming, Nov 27, 2007 IP
  3. allwayslearning

    allwayslearning Peon

    Messages:
    947
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I joined photobucket and went to remix and tried to drag my audio file where it told me to put it and it will not drag and drop there, instead it tries to open the file with an audio player on my desktop.
    What do I do?
     
    allwayslearning, Nov 27, 2007 IP