another preloader question
another preloader question
Out of context: Reply #9
- Started
- Last post
- 12 Responses
- Sapphire0
nope. here's the code:
total = int(_root.getBytesTotal()/1000);
download = int(_root.getBytesLoaded() /1000);
if (total==download) {
tellTarget ("../") {
play ();
}
} else {
play ();
}