actionscript Q.
actionscript Q.
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- fusionpixel0
you can also give an instance name to SWF(B) and you should be able to comunicate from anywhere with root.
_root.SWF(B)
now, even if you use root or parent or this you wont be able to comunicate with SWF(B) if SWF(B) doesnt have an instance name to it because flash wont know what to look for.