hii everyone,
i am working off a tutorial which allows me to link an xml document to my flash file. (the tutorial is at http://www.macromedia.com/devnet/mx/flash/articles/xmlconnector.html)
In the tutorial (which uses the XMLConnector component) we determine the search by titling an array in the xml doc (eg <trips name=“something”>). however, i was wondering whether it is possible to bind data from within the array to the combobox, essentially creating a system where the user can browse different catagories (eg price, rather than location).
Obviously, the tutorial tags the array, but is it possible to avoid tagging the array, and basically search a specific index within every array.
A long winded solution would be to create several, differently formatted xml documents, but if anyone could either enlighten me regarding this subject, or point me towards a better tutorial, i would be extremely grateful.
cheers in advance for any replies.
cudos
ps, my scripting ability is not great, which is why im using the xmlconnector, rather than coding the whole thing.
pps, sorry about the skatty explaination of my problem