From my ActionScript code I need to read in the fileProperties.txt and extract the Key/Value pair from this file wherein my key is for eg FileLocation1 & corresponding Value is C:/Test/Lookup.xml.
How do I go about this?
Any help is much appreciated.
Thanks,
Neelima
This message was edited 2 times. Last update was at by Neelima Mohan
Are you trying to read a file on the client machine or the server? If its the client, remember that Flash runs in a sandbox that prevents you doing this unless the swf is registered as trusted.
This message was edited 1 time. Last update was at by Paul Sturrock