Challenge AS2 solution please:
I have a menu gallery in swf file controller by a xml.
This is the XML code:
(xml code)= image path=“images/jpg/trr/menu/TRR02.jpg” description=“Short Description” link=“http://www.multimediamktg.com” height=“379” width=“305”
I want the pictures from my swf to do a TellTarget to control another swf.
Instead the link=… I want Telltarget…
to do this but in the XML:
on (release) {
tellTarget ("_root.trr.ch.trr") {
gotoAndPlay(“01”);
}
}
I want the images loading in my swf and controller by the xml to do action no a link is this possible?