I am having a local trusted swf which loads two swf from a network domain.
The first swf contains a movie clip having nested movieclip which is having an animation and stop script at frame1. The second swf contains nothing in the stage and library. The second swf is loaded into the base file. Now, the movieclip contains the nested mc is added to the display using the “getdefinition” method. The movie clip begins to behave differently. The stop scripts inside the nested clip haven’t been executed.
I am able to solve this by loading the first and second swfs into a third swf and then load the third swf into the base file assuming that this is a problem with application domain.
Any way I am not able to understand what is happening to the scripts in the frame ?
Can anybody explain it clearly ?