Flash—Preloading external swf's to call on later
Flash—Preloading external swf's to call on later
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- ********0
_root.onEnterFrame = function() {
// set the two variables on each enterframe
currentLoad = _root.getBytesLoaded;
totalLoad = _root.getBytesTotal;
if (currentLoad