Well as progress of making Oabbo Hotel (See signature) i need to do something like this.
File Structure:
|- A.swf
|- B.swf
A.swf:
This file has a function called “drawItm” and loads up B.swf
B.swf:
Has a button that when clicked calls “drawItm” inside A.swf
How could i make B.swf able to call the “drawItm” function inside A.swf?