Question
How to get XML child number
In AS2 you could use numChildren to get the number of
children in a given XML file, whats the equivalent in AS3? Ive
tried using var myNum:Number = myXMLname.numChildren , but when I
trace it I just get 0.
Thanks
Thanks