Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
MovieClip.getBytesTotal

Availability
Flash Player 5.

Usage

 myMovieClip .getBytesTotal()

Parameters
None.

Returns
An integer indicating the total size, in bytes, of the specified MovieClip object.

Description
Method; returns the size, in bytes, of the specified MovieClip object. For movie clips that are external (the root movie or a movie clip that is being loaded into a target or a level), the return value is the size of the SWF file.

See also
MovieClip.getBytesLoaded

To Table of Contents Back to Previous document Forward to next document