Hi, nice to meet you. I’m fairly new to AS3 and would need a little guidance.
At the moment, I came across this problem where I have to work with many swf files.
The problem is I’m using addChild() & loader to navigate between each swf. It doesn’t seem to be a problem at first, but after numerous times of clicking back and forth, the flash player starts running slow.
So I’ve came to a conclusion that eventhough new swf are added every time I clicked, but the parent swf still remained at the back which is overlapped by the child.
Any ideas how could I solve this problem?