How can i call a specific image tag based on the size parameter of my XML in AS3? I know that track.image will return all the image tags but i am unsure of how to target a specific image tag based on the size tag. My XML is as follows. Cheers in advance for any help.
<track>
<name>Hello</name>
<image size="small"></image>
<image size="medium"></image>
<image size="large"></image>
</track>