User Guide
Sound.getBytesTotal() 755
Sound.getBytesTotal()
Availability
Flash Player 6.
Usage
my_sound.getBytesTotal() : Number
Parameters
None.
Returns
An integer indicating the total size, in bytes, of the specified Sound object.
Description
Method; returns the size, in bytes, of the specified Sound object.
Example
See Sound.getBytesLoaded() for a sample usage of this method.
See also
Sound.getBytesLoaded()