Here is a very simplified test project, that fails for me. ~Sean
<http://www.skyseek.com> class *Sean_Thayne* extends Developer { public $skype = "sthayne23"; public $gTalk = "[email protected]"; public $url = "www.skyseek.com"; } On Thu, Jan 9, 2014 at 4:21 PM, Sean Thayne <[email protected]> wrote: > I ended up submitting a bug to Adobe. If anyone has time to test this, and > vote up the issue. I'd appreciate it. > > https://bugbase.adobe.com/index.cfm?event=bug&id=3491054 > > Thanks! > > ~Sean > > <http://www.skyseek.com> > class *Sean_Thayne* > extends Developer { > public $skype = "sthayne23"; > public $gTalk = "[email protected]"; > public $url = "www.skyseek.com"; > } > > > On Thu, Jan 9, 2014 at 3:11 PM, Sean Thayne <[email protected]> wrote: > >> Yup, that is already set to true. >> >> ~Sean >> >> <http://www.skyseek.com> >> class *Sean_Thayne* >> >> extends Developer { >> public $skype = "sthayne23"; >> public $gTalk = "[email protected]"; >> public $url = "www.skyseek.com"; >> } >> >> >> On Thu, Jan 9, 2014 at 3:09 PM, Mark Line <[email protected]> wrote: >> >>> Have you tried giving app privileges to worker, you need to pass "true" >>> in >>> the 2nd parameter of createWorker()? >>> >>> I'm just guessing though >>> On 9 Jan 2014 21:57, "Sean Thayne" <[email protected]> wrote: >>> >>> > Hi All, >>> > >>> > My goal is a very simple one. Having a worker do a web service call, >>> then >>> > writes to a SharedObject. >>> > >>> > The problem is every time I run SharedObject.getLocal() in the worker, >>> it >>> > blows up. On Windows 7 I get "Adobe AIR Debug Launcher" has stopped >>> > working. >>> > >>> > Any ideas? >>> > >>> > >>> > ~Sean >>> > >>> > <http://www.skyseek.com> >>> > class *Sean_Thayne* >>> > extends Developer { >>> > public $skype = "sthayne23"; >>> > public $gTalk = "[email protected]"; >>> > public $url = "www.skyseek.com"; >>> > } >>> > >>> >> >> >
