Results 1 to 4 of 4

Thread: Need some help here, nothing important...

  1. #1
    Member
    Join Date
    Nov 2003
    Posts
    58

    Need some help here, nothing important...

    What is the javascript code to play a mp3, its loop & things like that? How to avoid a download window?
    <One can forget things if they dun use it often> ^^

  2. #2
    Junior Member
    Join Date
    Nov 2002
    Posts
    12
    i don't know of any javascript to do this, but you might wanna try html first:

    <embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="your_song.mp3">

    hope this is what you're looking for
    The Stranger: Do you have to use so many cuss words?
    The Dude: What the **** you talking about?

  3. #3
    Member
    Join Date
    Nov 2003
    Posts
    58
    Don't work.... I put <scirpt></script> in front and behind...... juz dun work

  4. #4
    Junior Member
    Join Date
    Nov 2002
    Posts
    12
    you're not supposed to put <script> in front of it, cause it's just plain html
    Also check if your browser is capable of playing sound.

    check this for more info
    http://www.webreference.com/js/column20/embed.html
    The Stranger: Do you have to use so many cuss words?
    The Dude: What the **** you talking about?

Posting Permissions

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