Results 1 to 4 of 4

Thread: sound on mouse over problem..

  1. #1
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry sound on mouse over problem..

    having an issue trying to get sound to work on my mouse over menu..

    i am using this menu and need an mp3 (or wav, prefer mp3) to play on mouse over.. so how come this doesn't work? I have also tried the java script sound tut on this site and cannot get it to work

    Code:
    <img src="img/apparelBtn.jpg" onMouseOver="playSound(chimes.wav)" onMouseOut="stopSound(chimes.wav)" onclick="SwitchMenu('sub1')"><br />
    	<span class="submenu" id="sub1">
    		- <a href="new.htm">What's New</a><br>
    		- <a href="hot.htm">What's hot</a><br>
    		- <a href="revised.htm">Revised Scripts</a><br>
    		- <a href="morezone/">More Zone</a>
    	</span>

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you need to create the function playSound and stopSound, and I would discourage from playing a mp3 as it is a very large format and even the simplest of sound bites will take some time to load.

  3. #3
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by boogyman View Post
    you need to create the function playSound and stopSound, and I would discourage from playing a mp3 as it is a very large format and even the simplest of sound bites will take some time to load.
    hmm i have tried this example, im still somewhat lost can you point me in the right direction for the head code? one

  4. #4
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i finally got this to work using dream weaver based on this tut, but how do i stop the sound on mouse out?
    Last edited by silent1643; 06-13-2007 at 11:58 AM.

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
  •