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/settings_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

