I load swf files continuosly, but if one of the swfs has some defective code such as Mouse.hide() the mouse disappears when the swf is loaded. I want to constrain such malicious code in loaded swfs.
There is also another problem related to contraining loaded or loading swfs. When I load a swf which loads another swf to operate, It does never completes loading (Event.Complete of contentLoaderInfo) because it needs another swf to load. However, swf should be loaded before it runs. Since loaded swf is as-2, loader does not give any error. I am also suspicious whether or not it will give error if it is as-3.