how to find specific XML data by attribute name/value in flash AS2?
- by CCrawler
Given the following XML code:
<set name="thumbsBooks">
<set name="pdf">
<thumb>Data I want to access</thumb>
<thumb>Data I want to access</thumb>
</set>
<set name="printed">
<thumb>Data I don't want to access</thumb>
<thumb>Data I…