Knowledge Base

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

Accordion (Tree) Menu V3

(views: 20450)

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: 9190)
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?
Sound!!!
posted by psuppan on 2009-02-01
I hope I'm right here...I bought 2 days ago the flasheff bundle and
I'd like to add sound effects to each Flash Eff pattern. I know this is possible to add sound for buttons. pls help I need this for a intro where pictures come and each picture should have a soundeffect
thank you
Sound!!!
posted by florodebat on 2009-02-02
Hello

Please check your mail.We already responded to your issue.


Login to post your comment login to post your comment

Other questions in this item

Call JavaScript from XML Open menu item pages into target - "_self" Change Text Color on Rollover Item description from XML Load movies on item select Use hand cursor on menu Go to different frames by pressing a menu item Transparent background menu Add different styles for each main items. Insert a line break into label Disable-Enable Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned Referencing item's textfield in Accordion (Tree) Menu V3 How do I add the AccordionTreeMenuV3 on stage in runtime? Align header text to right Underline On Rollover Use hand cursor on menu Scene navigation Adding icons Go to different frames by pressing a menu item Selected item level acc.height not updated? How do I add the AccordionTreeMenuV3AS3 from class file to stage how to change fontsize hotwo: submenus already expanded on activation? Animated items Accordion Tree Menu expandAll() Automatic Collapse Add a fixed item under the menu Get the type of the selected item clickItem() and expandItem() do not execute actions of menu item Letter kerning Autoexpand on Start Change the position of the menu icons Go To First Child When Select Top Level Menu Item Children of a menu item Open menu upwards Change the position of the folder icons Rotated text for menu items Reference to text fields within menu items Spacing between menu items Step backwards and forwards through menu Menu Item visibility / disable Accordion menu accurate size Letter kerning Title on multiple lines

Back