Answered
figuring out actionscript for a nested swf
hi all,
i've got 3 swfs: call them 1, 2, and 3. i have a function in swf2 that i want to run when the viewer presses a button in swf3. if 2 is nested in 1, and 3 is nested in 2, how would i go about running a script in 2 from a script in 3?
i tried _root.loadImage();
and _parent.loadImage();
but neither works. any clues?
cheers,
macron
i've got 3 swfs: call them 1, 2, and 3. i have a function in swf2 that i want to run when the viewer presses a button in swf3. if 2 is nested in 1, and 3 is nested in 2, how would i go about running a script in 2 from a script in 3?
i tried _root.loadImage();
and _parent.loadImage();
but neither works. any clues?
cheers,
macron