DoubleXX22
Technical User
Hello, im a newbie in this and im trying to do a Nested XML menu using Flash - According to a tutorial i have found on the web im trying to do it but i cant make it work, if i want to go to a link or open a blank page works ok but at soon as i want it to go to a specific frame in the same movie it wont do nothing. Here a sample of what have i done.
I have a swf file called "tree_nested.swf" with just 2 frames as test and the xml file called "tree_nested.xml". The code of the xml is
<TREE_MENU_NESTED>
<TREE>Test
<TREE ACTION="FRAME" LINK="2" TARGET="_root.tree_nested">Click to go to frame 2</TREE>
</TREE>
</TREE_MENU_NESTED>
Please if someone know how to do this help me. Thanks in advance
I have a swf file called "tree_nested.swf" with just 2 frames as test and the xml file called "tree_nested.xml". The code of the xml is
<TREE_MENU_NESTED>
<TREE>Test
<TREE ACTION="FRAME" LINK="2" TARGET="_root.tree_nested">Click to go to frame 2</TREE>
</TREE>
</TREE_MENU_NESTED>
Please if someone know how to do this help me. Thanks in advance