Flash—Preloading external swf's to call on later
Flash—Preloading external swf's to call on later
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- ********0
< totalLoad) {
// set loadBar width to percentage of its total
_root.loadBar_mc._width = currentLoad/totalLoad;
}else{
_root.play();
}
}