6 ms·
No, writing XML was the declarative part of Flex (like HTML), but AS3 had it’s own XML type so you could do things like this: var data:XML = <foo><bar>hello</b
by config_yml 2y ago
No, writing XML was the declarative part of Flex (like HTML), but AS3 had it’s own XML type so you could do things like this:
var data:XML = <foo><bar>hello</bar></foo>
and then data was an object instance like you’d expect