I think I remember that Loader.unload () could be used once to stop swf loading before it finished loading. I can no longer find the documentation or the blog where I read this. Perhaps this was an unofficial function. Anyway, the IModuleInfo returned by ModuleManager.getModule () has an unload () method. If I want to stop loading the Flex module that is running, am I just calling iModuleInfo_instance.unload ()?
user56512
source
share