Writing Inline XML in AS3

Writing Inline XML in AS3

In ActionScript 3, you can define XML variables using inline XML in your script. You don’t even need to enclose it in Strings like you did in previous versions of ActionScript. The ActionScript 3 compiler will automatically parse the XML in the code and recognize when it stops and when normal AS code starts. var [...]