Results 1 to 2 of 2

Thread: need to know about this code (music)

  1. #1
    Join Date
    Sep 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default need to know about this code (music)

    hey guy, i have this website where they have these music and you can pick them and click on play and they play. and i was wonderin, do you know the code for this...an example of what am talkin about is

    geocities.com/yeuemmaimai20052000/hoanganh1.html

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    simple.

    Code:
    <a href="javascript:do_it()">SOME MUSIC TITLE</a><script language="JavaScript">function do_it(){document.getElementById('bg').src='that_music_title_source.wav';}</script><bgsound src="none.wav" volume="0" id="bg"></bgsound>
    that should do it.

    -magicyte

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
  •