[flexcoders] Read XML files

2009-02-19 Thread christophe_jacquelin
Hello, Which instructions to use to read/write XML files ? Thank you, Christophe,

Re: [flexcoders] Read XML files

2009-02-19 Thread Laurent Cozic
e_jacquelin Subject: [flexcoders] Read XML files To: flexcoders@yahoogroups.com Date: Thursday, February 19, 2009, 5:04 PM Hello, Which instructions to use to read/write XML files ? Thank you, Christophe,

RE: [flexcoders] Read XML files

2009-02-19 Thread Tracy Spratt
excod...@yahoogroups.com] On Behalf Of Laurent Cozic Sent: Thursday, February 19, 2009 12:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Read XML files Parsing XML is built into AS3, see for example: http://www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm To load an XML file

[flexcoders] Read xml files in relative path

2009-01-14 Thread narayanaweb
I have a Adobe AIR application that reads XML files. Currently the path to the files is Hard Coded. I tried adding the XML files to the application source folder and referencing them, but was unsuccessful. Please help.. Thanks, Satya V

RE: [flexcoders] Read xml files in relative path

2009-01-14 Thread Gregor Kiddie
:flexcod...@yahoogroups.com] On Behalf Of narayanaweb Sent: 14 January 2009 00:48 To: flexcoders@yahoogroups.com Subject: [flexcoders] Read xml files in relative path I have a Adobe AIR application that reads XML files. Currently the path to the files is Hard Coded. I tried adding the XML files to the app