I have a created a flash searchable database with xml, following this tutorial
http://www.kirupa.com/web/xml/examples/searchbestof.htm
It seem to be work great but my the xml file seems to be too large so when
certain words are search I get a script error and eventually freezing up, my
question is
Is there a way to tell flash to load the 10 or 20 records at a time? By
loading sections of the xml one at a time will this stop the script error?
Thanx
MotionMaker - 18 Dec 2006 14:40 GMT
You need to break the XML file into multiple smaller files.
Probably the approach is to evaluate the data, determine the most efficient
way to organize in static files and then determine the coding.
Otherwise use a web database.