I am using the the drop down menu template in flash mx for my menu. Instea of the buttons opening a url, I would like to use a loadMovie command.
The command I want to use is:
[AS]
on(release){
_root.mtClip.loadMovie.(“mymovie.swf”)
[/AS]
the sytnax in the xml file is:
[AS]
- <MAIN text=“Vision” expand=“true”>
<SUB text=“8th Wonder of the World Technology Network” URL=“http://www.r20thcentury.com/item.cfm?item_id=758” target="_blank" />
<SUB text=“Client Satisfaction” URL=“http://www.formandfunctiondesign.com/pages/furniture/e192furn.html” target="_blank" />
<SUB text=“Return On Investment” URL=“http://www.formandfunctiondesign.com/pages/furniture/e192furn.html” target="_blank" />
[/AS]
How can I mmodify this to use the loadMovie command instead.
Thanks in advance…
Dan B