I am having the same issue but cannot seem to reach a resolution.
//ADD THE EXTERAL SWF
function addVideo() {
var reelRequest:URLRequest = new URLRequest(“DesignReel.swf”
;
var reelLoader:Loader = new Loader();
addVideo();
reelLoader.load(reelRequest);
stage.addChild(reelLoader);
};
If I have a function named addButton() inside of the loaded movie, are you saying that in order to connect to that function I would use the path DesignReel/addButton(); ?
I know that I am misunderstanding and could definitely use the help! Thanks!!!
Posted about 1 month ago