Hi Kiran,
Thank you for your help. As I mentioned above in another posting, the project is large, and I can not provide it.
The main/parent SWF, SWF1, has a couple of hundred frames with multiple quizzes, learning materials. But, before the first quiz is taken in SWF1, 2 other quizzes need to be completed by the user in SWF2, the child swf. So, in SWF1, frame 2 a button is used to load and run SWF1. When SWF1 loads and opens, the user takes the 2 quizzes and get 2 scores (these 2 score variables, with your help with the script, can now be sent to SWF1, using the dispatch event in SWF2 and the AppEvent listener in SWF1). After completing these 2 quizzes in SWF2, sending back the 2 score variables to SWF1, then I would like the user to return back to SWF1, frame 2 (the SWF1 loading frame where the button loaded SWF2). From there, they can go forward to the next frame and take the next SWF1 quiz.
I had originally put all of the quizzes, now in SWF1 and SWF2 in the same SWF, but because of very fast timing like 400 ms or 600 ms, there were too many functions, code and this ruined the timing. So I separated 2 big quizzes and put them, instead, into a new SWF: SWF2. But now I am stuck trying to load SWF2 from inside SWF1, get back the 2 quiz scores into SWF1, and return the user from SWF2 back to SWF1, so they can go to the other quizzes.
I hope this is a better explanation. Please ask for any additional clarification, information.
Again, thank you for your help.
Kind Regards,