This content has been marked as final.
Show 1 reply
-
1. Re: [Concurrency] SecurityError when attempting to access a file from a worker
robert.kwon Sep 10, 2012 3:34 PM (in response to thejustinwalsh)You want to pass in the optional parameter of "true" to "createWorker". The parameter controls whether the worker should be given application sandbox privileges in AIR.
worker = WorkerDomain.current.createWorker(e.target.data, true);
giveAppPrivileges:Boolean - indicates whether the worker should be given application sandbox privileges in AIR. This parameter is ignored in Flash Player


