Sound

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
helpME
Advanced
Advanced
Posts: 18
Joined: Mon Apr 28, 2003 3:44 am

Sound

Post by helpME »

Can someone tell me how to play a sound when you mouseover for submenu's? I'm using StyleXP menu.. thanx!
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Take a look at the sample here http://www.milonic.co.uk/menu/menusampl ... ampleid=20

It can be a little buggy though, better to refresh the page after it first loads, something to do with the sound filoe not loading properly.

This will work better with version 4.0
Yoda99
Beginner
Beginner
Posts: 2
Joined: Thu Jul 31, 2003 12:21 am

no sound when show-menu-x ?

Post by Yoda99 »

,"Blog  ","show-menu=news onfunction=on_Func();offfunction=off_Func();",,"",1
Doesnt make a sound :-/

Code: Select all

,"Contact  ","# onfunction=on_Func();offfunction=off_Func();",,"",1
Makes sound like it should
,"Blog  ","show-menu=news",,"",1
Drops menu like it should

But I cant figure out to combine them. (total javascript noob though)

any tips?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Yoda,

Two suggestions:

(1) Use the Force ;)

(2) Try this:

Code: Select all

,"Blog","show-menu=news","# onfunction=on_Func();offfunction=off_Func();",,1
Hope that helps,

Kevin
Yoda99
Beginner
Beginner
Posts: 2
Joined: Thu Jul 31, 2003 12:21 am

hurray!

Post by Yoda99 »

I guess the force had a night off :)

Thankx tons Kevin, it works now!
Post Reply