Sandboxing an external swf

hey guys,

i’m wondering if there’s a way to sandbox an external swf. basically i’m loading in 3rd party swfs into my app and i want to prevent those swfs from doing anything malicious (ie adding things to ‘root.stage’, etc). However I will still like those swfs to get events if they needed (ie AddedToStage, stage events, mouse events, etc…). all i can think of right now is to load the swfs from a different domain, not call Security.allowDomain on those domains, and somehow propogate the events to those swfs. i think i’m going about this all wrong and wondering if there’s an easier way. can anyone shed some light on this? thanks