I'm currently using three uiloaders inside a parent movieclip which loads three other swf files. Each of these movieclips have keyboard events that when struck call different sounds.
I'm having a problem when I go to a movieclip and return to the parent, the event listener is still active. I've been trying different things like unloading the swf file from the uiloader, but the event is still active and can access is it directly even after I'm out of focus.
I'm pretty sure the problem is that I have the event listener on the stage, but don't really know how to unload it once I'm out of the swf file.
Any help will be greatly appreciated.