OK, I’m trying to load text in from an external file but here’s the problem…
As far as I know, the file has to start off something like this:
var1=“hello”&var2=“goodbye”&done=“done”
With all the variable names etc.
Now…I want to load in a CSV file (it should just load in as a plain text string which I can manipulate) but it won’t include all these variable names like “var1=” and everything.
Is there any way I can just load the contents of my CSV file into a variable inside Flash? Gotta get this done pretty urgently…
Thanks guys,
Dave