flash: text preloader
flash: text preloader
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- Anarchitect0
make a LoadVars object.
use the following sysntax toload your content:
myobj.load("mytxt.txt");
and then just target your object within a loop.
check if myobj.getBytesLoaded() == myobj.getBytesTotal() && myobj.getBytesTotal() > 10 [this last one is to avoid a samll null file bug]..