load status 4 txt files in flash
load status 4 txt files in flash
Out of context: Reply #9
- Started
- Last post
- 9 Responses
- Phenyl230
mytext = new loadVars();
mytext.load(txt url here)you can then use
mytext.getBytesLoaded()
and mytext.getBytesTotal() to retrieve loading information.the txt file should be in the format
thisstring=yourtexthere
when it has loaded you can access the loaded string with mytext.thisstring