Results 1 to 4 of 4

Thread: Adding music to your site

  1. #1
    Lieutenant Junior Grade
    Join Date
    Feb 2001
    Location
    San Diego, CA.
    Posts
    148
    Is there any way to add an mp3 to my site?

    Does anyone know the coding for it?

    Thanx
    i can fly as good as i swim!


  2. #2
    Arrrhh! coleslaw's Avatar
    Join Date
    May 2000
    Location
    LI NY
    Posts
    6,807
    Yes, but please don't do it. Embedding music on websites is one of the most annoying things in the world. You could have an embedded player, giving people the option to play the music.
    A priest, a paladin and Varimathras walk into a bar...

  3. #3
    Fleet Admiral hapoo's Avatar
    Join Date
    Jan 2000
    Location
    742 Evergreen Terrace, Springfield USA
    Posts
    9,276
    Originally posted by coleslaw
    Yes, but please don't do it. Embedding music on websites is one of the most annoying things in the world. You could have an embedded player, giving people the option to play the music.

    You took the words out of my mouth Coleslaw!!
    Nuthin' more annoying than a repeating song... especially if its a crappy song. Unless your making a fan page remember that all your guests might not be into the same music your into.




    PLEASE USE WITH CAUTION:

    <SCRIPT LANGUAGE="JavaScript">
    <!--
    if(navigator.userAgent.indexOf("MSIE") != -1)
    document.writeln ('');
    else
    document.writeln ('<EMBED SRC="name of music file " AUTOSTART="true" HIDDEN="true" VOLUME="80%">');
    //-->
    </SCRIPT>

    <BGSOUND SRC="name of music file ">
    This works for pretty much any music file... Carefull though, the file doesn't stream it so the guest has to wait till the entire song has downloaded before he hears something.

    [Edited by hapoo on 06-18-2001 at 01:16 AM]

  4. #4
    Lieutenant Junior Grade
    Join Date
    Feb 2001
    Location
    San Diego, CA.
    Posts
    148
    Well, that's why I ment really, to get a player embedded for mp3's. I do want to give them the choice to stop it.

    Is the script that you just gave me for the player or just the song?

    i can fly as good as i swim!


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
  •