[Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread Andrew Sinning
On his Mac under Safari, my boss is getting an Adobe Flash Player Settings alert regarding Local Storage whenever my application tries to access a SharedObject.getLocal(). I've never seen this in my own testing, and I'm using the same code that I've used in other projects and he's never

RE: [Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread Merrill, Jason
Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Andrew Sinning Sent: Monday, March 01, 2010 2:51 PM To: Flash Coders Subject: [Flashcoders] Local Storage Flash Player Settings alert On his Mac under Safari, my boss

Re: [Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread jonathan howe
...@chattyfig.figleaf.com] On Behalf Of Andrew Sinning Sent: Monday, March 01, 2010 2:51 PM To: Flash Coders Subject: [Flashcoders] Local Storage Flash Player Settings alert On his Mac under Safari, my boss is getting an Adobe Flash Player Settings alert regarding Local Storage whenever my application tries

Re: [Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread Henrik Andersson
jonathan howe wrote: Within your own app, iIt may be possible to test for permission before calling your function, and then instruct the user from there... but I don't remember specifics. There is no way to check for this prior to flushing the object to disk. You have to actually try to do