MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 632

Actionscript language reference
Table of Contents

Advertisement

loaded_txt.text = Math.round(my_ns.bytesLoaded/1000)+" of
"+Math.round(my_ns.bytesTotal/1000)+" KB loaded ("+pctLoaded+"%)";
progressBar_mc.bar_mc._xscale = pctLoaded;
if (pctLoaded>=100) {
clearInterval(loaded_interval);
}
}
See also
NetStream.bytesLoaded,
632
Chapter 2: ActionScript Language Reference
NetStream.bufferTime

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents