I have two SWFs... a parent swf which loads a child SWF.
In my parent SWF I have a button symbol which is exported for runtime sharing.
The child SWF imports the button, and specifies an on(release) handler for its instance.
When I test the movie (either the parent or the child) the button appears as it should, but clicking it has no effect. In fact, the button's actionscript is not even listed in the Debugger's drop-down list.
Also: If I turn off the "import for runtime sharing" option, everything works as it should. But I want to import it (because soon I will have several buttons that will be imported by lots of child SWF's).
How can I get these actionscripts to work, without turning off "import for runtime sharing"?
In my parent SWF I have a button symbol which is exported for runtime sharing.
The child SWF imports the button, and specifies an on(release) handler for its instance.
When I test the movie (either the parent or the child) the button appears as it should, but clicking it has no effect. In fact, the button's actionscript is not even listed in the Debugger's drop-down list.
Also: If I turn off the "import for runtime sharing" option, everything works as it should. But I want to import it (because soon I will have several buttons that will be imported by lots of child SWF's).
How can I get these actionscripts to work, without turning off "import for runtime sharing"?