When you are creating the worker are you passing true as the 2nd parameter to give the app permissions?
WorkerDomain.current.createWorker(Workers.name, true); -----Original Message----- From: Carl Kelvin [mailto:carl_b...@yahoo.com] Sent: 14 August 2013 06:40 To: users@flex.apache.org Subject: Re: cross domain issue with AS3 worker Hi; Do you have a crossdomain.xml? If not try to create. Its just a small file that gave you the access for cross domain ________________________________ From: Adrian Gillette <gille...@adrian.net> To: users@flex.apache.org Sent: Wednesday, August 14, 2013 1:00 PM Subject: cross domain issue with AS3 worker HI everyone, I'm helping someone with their Flex project, in which they're attempting to offload the logic for making API calls to a blazeDS server and processing the response to a worker swf. In making the API call from the worker swf, blazeDS is responding with the following error "… denied due to lack of policy file permissions." Any ideas on how to fix this? A