[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 reported this before.


Any idea what's wrong here?  We really don't want customers to get this 
alert.  It's very tacky.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread Merrill, Jason
Has the data grown excessively large?


Jason Merrill 

Bank of  America  Global Learning 
Learning  Performance Solutions

Join the Bank of America Flash Platform Community  and visit our
Instructional Technology Design Blog
(note: these are for Bank of America employees only)






-Original 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 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 reported this before.

Any idea what's wrong here?  We really don't want customers to get this 
alert.  It's very tacky.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Local Storage Flash Player Settings alert

2010-03-01 Thread jonathan howe
It's possible to have your player configured so that NO local storage is
allowed. Have him right click, choose settings... click on third tab and
see what the settings for local storage permissions slider is set to.
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.

-jonathan




On Mon, Mar 1, 2010 at 2:54 PM, Merrill, Jason 
jason.merr...@bankofamerica.com wrote:

 Has the data grown excessively large?


 Jason Merrill

 Bank of  America  Global Learning
 Learning  Performance Solutions

 Join the Bank of America Flash Platform Community  and visit our
 Instructional Technology Design Blog
 (note: these are for Bank of America employees only)






 -Original 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 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 reported this before.

 Any idea what's wrong here?  We really don't want customers to get this
 alert.  It's very tacky.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
-jonathan howe
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 it before you can tell if it is allowed 
or not.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders