My flex app access swf on local folder and the swf have code in them that talk to many other domains. I had to set my Global Security Settings panel to allow access to my Data Folder. Is there a way I can just do something with Flex to allow basically a wildcard?
I have tried both Security.allowDomain("*") and
Security.allowInsecureDomain("*") and that didn't seem to help.
Any one?
thanks
Ralph

