I don't think there's a programattic way around the security dialog. ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of alehrens Sent: Wednesday, May 09, 2007 5:22 AM To: [email protected] Subject: [flexcoders] Re: Properties file and Flash Security Sure, I understand the security is there for a reason. I have no problem with that. You meant asking permission from the user...Is there a way to do this programatically and then enable that security setting without going out across the wire to change those settings? Or is that security portion really dependent on web connectivity? I follow your suggestion on the config dialog as well and will consider that should nothing else present itself. aaron --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You have to ask permission from the user, otherwise Flash would be the > best virus and spyware platform hands-down. > > You can have a config dialog that comes up and store what you want in a > local shared object for use next time the app runs. > > There may be javascript ways to get around this. > > -Alex > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of alehrens > Sent: Tuesday, May 08, 2007 11:15 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Properties file and Flash Security > > > > I would like to store two URLs in a properties file and read them in > at startup. While I have implemented this successfully, there remains > one issue that I cannot get around. > > When the flex app looks to read the properties file, flash security > gets into the way and I have to go to the flash security manager and > give the app access to the local property file. > (http://www.macromedia.com/support/documentation/en/flashplayer/help/set <http://www.macromedia.com/support/documentation/en/flashplayer/help/set > > tings_manager04.html > <http://www.macromedia.com/support/documentation/en/flashplayer/help/set <http://www.macromedia.com/support/documentation/en/flashplayer/help/set > > tings_manager04.html> ) > > My problem is...the machine I'll be tossing all this on...it will be > disconnected from the Internet. So, I won't be able to get to that > page correct? So how do I give myself access to that local property > file? > > Can this be done? > > PLEASE HELP! > > Aaron >

