I’ve been asked this question several times and don’t have an answer so I’m hoping someone can shed some light on this for me. People using the form mailer decide to load it externally and when they do they discover that the form won’t go to the “thank you” frame. The onClipEvent (data) I assume fires but then you have
_root.nextFrame();
which works fine when the external is tested as the main movie. Now, I’ve tried using
this._lockroot = true;
on the main timeline of the external swf and that didn’t work. What is the secret to firing an onClipEvent inside an externally loaded swf?