I have created a xml menu that works great but I’m can’t find the answere for the following question:
How do I navigate between sections in flash using xml drive menu?
Xml menu
<?xml version=“1.0”?>
<myMenu>
<myItem name=“Mazda6” url=“http://www.link.com/” />
<myItem name=“Mazda3” url=“http://www.link.com/” />
</myMenu>
Currently its set up so it open another page, how can i remove "url=http://www.whatever.com/ and replace with something like
on click load “section” movie?