Thanks eric,

Yes, they only see it for the first time.
As this is a downloadable app, it's not about a specific domain
but rather "Local".

The thing is in my case I don't deal with SharedObject at all.
I don't use SharedObjects in the whole project.

The issue arises because the app is trying to write to the hard drive,
using Zinc's mdm.FileSystem.saveFile() method.
The result is the same of course - the Settings window appears.

Nevertheless I've read again about SharedObject.
I don't think there is a way to stop this window from popping up,
flash player is too strict about security to allow me do this.

Right? If anyone has a solution or workaround it'll be great!

Dimitrios


----- Original Message ----- From: "eric dolecki" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Friday, August 25, 2006 12:43 AM
Subject: Re: [FlashCoders] Local storage warning


You should read the documentation for localSharedObject - you'll find many
interesting things. You'll be able to see what the viewer's setting
currently is, etc.

A user may get that dialog the 1st time data is saved for the domain - and
then won't be seen again. I think that is the point of your initial post,
right?

I can't remember if comes up as a default the 1st time or not, but I think
it does just for security reasons.

-e.d.

On 8/24/06, Dimitrios Bendilas <[EMAIL PROTECTED]> wrote:

Hi Mike,

What do you mean I can query their setting?

Thanks,

Dimitrios


----- Original Message -----
From: "Michael Bedar" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Friday, August 25, 2006 12:12 AM
Subject: Re: [FlashCoders] Local storage warning


> you can store up to i think 100k without popping a warning on the
> default config.. more than that you have to ask permission.. you can
> query their setting to make it a "little" more user friendly.
>
> mike
>
>
>
>
> On Aug 24, 2006, at 4:24 PM, Dimitrios Bendilas wrote:
>
>> Hello,
>>
>> I have this very very urgent issue!
>>
>> Users of an application I made with Flash 8 & Zinc get this warning
>> screen: http://www.zefxis.gr/files/warning.jpg
>> when they first run the executable.
>>
>> I know this is because my app saves some files on the hard drive.
>> The question is, is there any way to prevent this window from
>> popping up?
>> The publisher of the application asked me to see if I can do
>> anything about this.
>>
>> So, can I?
>>
>> Thanks a lot!
>>
>> Dimitrios
>> _______________________________________________
>> [email protected]
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to