Hi,
I’m having trouble figuring out how to call a button. I have a main file (“AS3Build.fla”), which imports an xml file, and imports different swfs depending on which node in the xml is being referenced. One of the swfs(“slide_01_03.swf”) I’m importing has a button(“btn_01_01”) that I’m having trouble accessing.
First of should the script for the button be in the swf that holds the button, or the main file that will be importing the swf?
I’ve got it in the swf currently with a trace file to see if it’s recognizing the click. So far not luck. So I’m starting to think it should be in the main fla, and be referenced something like:
this.loader.addEventListener.btn_01_01. This doesn’t seem to work either though. Any ideas?