Having recently read the tutuorial on the site I’m attemping to apply my new gained knowledge.
Firstly, let me explain, my navigation is an xml-driven drop down and in such I’m a little confused as to how I assign the actions to open the external .swf’s.
Currently my coding is:
<pmenu title=“Home” functionName=“loadUrl(http://www.portalfred.info/index.html)”>
How do I change this to your action?
on (release) {_root.contents.loadMovie (“main_content.swf”);}
Your URGENT assistance will be most appreciated.