How to load a local text/xml file
i trying write test program. have program going it's data xml file when first loaded. xml file going local file sit's in same folder flex program (rather online or through url address). basically, i'm trying find way open or load file, parse through , store xml data, close xml file (rather using rss feed). i'm finding telling me how load data in through url address. there simple way open text or xml file?
first, not flex builder question should go in general discussion forum, not here.
in description, file want on server ("file sit's in same folder flex program "), , good, because security prevents accessing files on client.
remember can have "file url". can relative flex app folder(../data/mydata.xml), or absolute, including full path drive letter(file:///c:/dev/flex2/source/randd/mydata.xml)
you can use these urls xml source attribute.
tracy
in description, file want on server ("file sit's in same folder flex program "), , good, because security prevents accessing files on client.
remember can have "file url". can relative flex app folder(../data/mydata.xml), or absolute, including full path drive letter(file:///c:/dev/flex2/source/randd/mydata.xml)
you can use these urls xml source attribute.
tracy
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment