SWiSH Player Support
SWF6 or later - Supported Internally
Syntax
spritename.getBytesLoaded()
Arguments
None.
Returns
The number of bytes currently loaded in the specified target.
Description
Read-only property returns the number of bytes currently loaded in the specified target.
Sample
onFrame (1) {
bl = _root.getBytesLoaded();
}
// the variable 'bl' will have a value indicating the total number of bytes loaded at Frame 1.