PDA

View Full Version : Not talking with the parents


Tyger
05-05-2006, 12:27 AM
I have three swf files movie1 and internal1 and internal2.
movie one loads each of the two others as exteral swfs in a instance called loader and have frame labels that refer to them as internal1 and 2 respectivly

what is supposed to happen is when internal one is done playing its animation it would automatically tell the parent/root to load internal2 and the script I wrote to do this works fine in previews but not at all on the actual site when I upload it. I tried a couple different methods on my own but still no dice. Hoping one of you experts can help out before this client Im working with looses their mind.

Here's what I wrote:
in interal 1 at the end I put the following code

with(_root){
gotoAndPlay("internal2");
}