Important! All new questions are usually answered within the next business day.

Accordion (Tree) Menu V3

(views: 7215)

Accordion Menu V3 and Accordion Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Accordion Menu V3 and Accordion Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.



Can I add a rollover sound?

(2007-11-26 - views: 1795)

Q: Is there a way to add a sound when the user positions the mouse over menu and submenu items? How do I go about adding this?
Thanks!

A: Here is an example of how to use sounds on mouse over and mouse click on menu's items using the rollOver and onClick events.

var soundOnOver:Sound = new Sound();
soundOnOver.attachSound("soundEffect");

var soundClick:Sound = new Sound();
soundClick.attachSound("soundClick");

onRollOverHandler = new Object();
onRollOverHandler.onRollOver = function(evt){
    soundOnOver.setVolume(40);
    soundOnOver.start();
}
accTreeMenu.addEventListener("onRollOver",onRollOverHandler);


onPressHandler = new Object();
onPressHandler.onPress = function(evt){
    soundClick.setVolume(20);
    soundClick.start();   
}
accTreeMenu.addEventListener("onPress",onPressHandler);

Files: AccordionTreeMenu_With_Sound.zip 


User Comments

Rollover sound code example for AS3 version?
posted by sniperdog on 2008-04-23

I've benn trying to convert the as2 code example to as3 without any luck.
Do you have an as3 exmaple to look at?
Rollover sound code example for AS3 version?
posted by sniperdog on 2008-04-23

I've benn trying to convert the as2 code example to as3 without any luck.
Do you have an as3 example to look at?


Login to post your comment login to post your comment



Back

Knowledge Base Search

Enter keywords bellow:
Advanced Search

Menu

Special Offer

Special Offer - All in one Jumpeye Components bundle!

Get the JC Master Collection Now!

Free Trial Versions

The trial versions do have a major limitation. They will ONLY run into debugger flash player versions, such as the Flash IDE player and the activeX FP used by developers.

Switch from Free Trial version to Full version.

You can switch from Trial to Full versions in a blink of an eye.
See this tutorial in order to find out how.

We accept Google Checkout

Google Checkout Acceptance Mark

Secured by VeriSign