I have a project where I am to read an XML page (on a remote server) and provide searching capabilities through the flash movie. The problem is that the xml file is going to be really big (and provided by an outside source through my specifications). I realize that it would probably be a good idea to break the page up into smaller chunks.
My question is: Is there a quick way to search an XML document using Flash other than looping through the elements one-by-one?
My question is: Is there a quick way to search an XML document using Flash other than looping through the elements one-by-one?