Link to home
Start Free TrialLog in
Avatar of CaptainPickard
CaptainPickardFlag for United States of America

asked on

After a 3 scene Intro, another swf file is called to be opened. I need to find where to change that file name.

After a 3 scene Intro, another swf file is called to be opened. I need to find where to change that file name. I've looked at the ActionScript dropdown box for all three scenes, but I don't see any code that would  open any files. I am using Flash MX.
Thanks :)

Steve
Avatar of fixitben
fixitben

Hi CaptainPickard

Can you post the fla somewhere?  
If not you will be probably looking for something like this loadMovie("some.swf",_root.someinstance);
fixitben
ASKER CERTIFIED SOLUTION
Avatar of blue-genie
blue-genie
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CaptainPickard

ASKER

Eureka! The problem was that during editing, the trigger layer was in "unseen" mode so that during playback it was impossible to tell where the trigger hit. Only during a review of the original swf was I able to tell where it was triggered.