I have a main fla that will load many external swfs sequencially in a timeline, two frames for each. The main timeline will advance only one frame, play the newly loaded swf and wait. I want each swf to tell the parent when it is done playing, and advance the parent to the next frame where there will be a next button and a replay button. I figured that I need an event listener in the parent, but how do I write the code for the child? I plan to have all loaded swfs coming from an images folder, and that part works fine

tahnks in advance for any help