I am trying to read a 3mB Text(CSV) File into an offline Flash Application.
This is needed for a search engine within flash.
The problem:
When trying to load that cvs via LoadVars the player crashes.
I then escaped thext within the cvs and loaded it as an xml.
Works much faster but still it needs ~20 seconds for parsing.
After the first load i can store and retrieve the data really fast
to and from a Shared Object.
Does any of you know a faster way how to get the csv file
into the flash application? I just can think of XML.load and LoadVars.load....
I am currently thinking of copying a prerendered .sol file into
the documents and settings folder of the user before starting the
flash-app from CD..




Reply With Quote