[AS]
loadText = new loadVars();
loadText.load(“company.txt”);
// creating the loadVarsText function
loadText.onLoad = function() {
textField.text = this.companytxt;
};
[/AS]
it works fine when the company.txt file is in the same folder as my swf file. (in my computer)
the problem arise when i upload both of this files into my website.
flash does not display the data in company.txt file.
why it does not work?
I know this might be an outdated thread, but I was wondering if Neo-Geo figured out what was wrong? I’m doing something similar - using a txt file for content inside my swf.
It got me all worried reading this post so I checked out my files and they worked ok. If you’re interested reply here.