Knowledge Base |
Important! All new questions are usually answered within the next business day.
Drop Down (Tree) Menu V3
(views: 5015)
Drop Down Menu V3 and Drop Down Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Drop Down Menu V3 and Drop Down 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.
Go to different frames by pressing a menu item
(2007-08-17 - views: 1251)
Q: How can I go to a certain frame of my movie clip when I click on a menu item ?
A: This is possible by inserting an extra attribute in the xml file of the menu. In this example we added the "frame" attribute to our items, which we than read when an item is pressed. The frame can be identified either by frame number or by its label. This method can be used for both components: the Drop Down Tree Menu and the Drop Down Menu.
Files: DropDownMenuFrameNavigation.zip
Files: DropDownMenuFrameNavigation.zip
User Comments
To hagik
The "frame" attribute is found in the setup XML file of the menu. The value represents the frame number or frame label to which you want to navigate.
If you want to navigate to frame 2 of your root timeline, be sure to have the frame attribute in the XML file to the menu item you want to use for that action. Also make sure that you are calling gotoAndStop function of the _root object and not some other movie clip.
If still you don't manage to make it work, contact support here: http://www.jumpeyecomponents.com/contact.htm
posted by negush on 2008-03-11
The "frame" attribute is found in the setup XML file of the menu. The value represents the frame number or frame label to which you want to navigate.
If you want to navigate to frame 2 of your root timeline, be sure to have the frame attribute in the XML file to the menu item you want to use for that action. Also make sure that you are calling gotoAndStop function of the _root object and not some other movie clip.
If still you don't manage to make it work, contact support here: http://www.jumpeyecomponents.com/contact.htm
Login to post your comment
Other questions in this item:
Drop over HTML content Call JavaScript from XML Open menu item pages into target - "_self" Initiate Drop Down Tree Menu V3 through ActionScript Item description from XML Disable-Enable Drop Down (Tree) Menu Displaying the submenu horizontally instead of vertical Navigate through scenes Hand cursor Adding a checkbox to a menu Referencing item's textfield in Drop Down (Tree) Menu V3 Centering the titles on the Drop Down (Tree) Menu V3 Load movies on item select Changing Design Different text formats and anti alias Adding a separating gap between menu items Autoexpand on start setXML() generates error message Open menu items upwards Load movies on item select Correct width of the main menuMenu |
|
|

Im trying to go to a frame in my root time line.
the attribute "frame" does not work.
How can I jump to frame number 2 in my root timeline?