Wednesday, September 24, 2008

Flex Tutorial: How to read a local XML file with Flex (flextutor.org)

I had planned to write up a tutorial describing how one goes about reading XML Files in flex but I found a very detailed version of the same posted here.

As a programmer, I am a fan of reusing code, in this case... reusing an article so I will simply refer you to the said article.

Just one note, the writer in the article instructs you to add the "use-network=false" parameter to the compiler. That is not necessary. The reason being, that as long as your XML file is located in the bin folder, and you're referring to the XML file as a relative url... Flex does not care whether you are on the internet or accessing it locally.



Happy Flexing!

1 comments:

Anonymous said...
This post has been removed by a blog administrator.