spazmaster
09-23-2002, 10:43 AM
hiya i'm using XML for the first time.
i have this collapsible menu component that gets its info from an XML document.
in the XML doc there are codes like this:
<item name="Business" action="No action">
and
<sub name="Database" action="loadClip"></sub>
these are both navigation buttons, which i would like to trigger different MC's to play. How do i do this?
I tried looking thru the MX reference, some sites on actionscripts but cant find this specific info.
How do i trigger an MC here? i see NO Action and loadClip....i tried doing stuff like _root.gotoAndPlay (2); but that doesnt work...whats the syntax here?
i have this collapsible menu component that gets its info from an XML document.
in the XML doc there are codes like this:
<item name="Business" action="No action">
and
<sub name="Database" action="loadClip"></sub>
these are both navigation buttons, which i would like to trigger different MC's to play. How do i do this?
I tried looking thru the MX reference, some sites on actionscripts but cant find this specific info.
How do i trigger an MC here? i see NO Action and loadClip....i tried doing stuff like _root.gotoAndPlay (2); but that doesnt work...whats the syntax here?