I have a Flash project that is a little unique in that it's an AS3 project that loads AS2 SWF files.
I used the JumpEye bridge to make it all play together, but I'm experiencing a weird bug.
The bridge file has two locations to load a SWF file. The main section and the preview section.
The first time I load a preview, it loads and closes fine, but the second time I try, the loaded SWF files backgroud disappears, but the elements remain on the screen.
I've tried just about every hack I can think of, but I'm running out of ideas. I'm thinking that maybe I need to tell Flash to repaint everything, but I can't seem to find the command.
Also, and suggestions that might work to close the preview movie other than:
preview.removeMovieClip();
preview._visible = false;
preview._alpha = 0;
Thanks.