Results 1 to 3 of 3

Thread: Html Codes for Music

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Html Codes for Music

    I am wanting to add music to a webpage just as links. I found this code before but i dont remember where. I have the music uploaded to my webpage all I need to do is link to it from there. Can anyone help?????

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I don't know what you want. Do you want to embed it on the page so you can see the player on the page and play, and listen to the music.
    Basic Code:
    HTML Code:
    <embed src="song.wav" />
    More info Here.
    OR
    Link to the music. Which is very easy:
    HTML Code:
    <a href="music/song.wav">Music here!</a>
    Jeremy | jfein.net

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    and if you want to force download of the media file, rather than open with default media player or media plugin, you could use something similar to this...

    http://elouai.com/force-download.php


    HOWEVER
    , take extra care to read through the warnings very thoroughly. This could pose potential threats to your site's security if used improperly.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •