Tag Archive for 'object'

28
Aug

Parsing XML nodes and Objects with dashes in their names in ActionScript 3.0

The following example shows how you can parse an XML node with a dash in its node name (<font-family />) as well as parsing an Object with a dash in it’s identifier using the square bracket notation ([]).

Full code after the jump.

Continue reading ‘Parsing XML nodes and Objects with dashes in their names in ActionScript 3.0′