*** Security Sandbox Violation ***

Hi

I like Flash security :cool:

when I setting myUILoader.source=“filename.swf” all works
but
myUILoader.source=File.applicationDirectory.nativePath+"/filename.swf";

I have Sandbox problem when interacting with loaded swf

Any Suggestions, please.

I need load all swfs what in a folder.

Security.allowDomain("*") doesn’t work…

A little reading gives me
myUILoader.source=“app:/filename.swf” works

but what if I need to load from documentsDirectory ???