MovieClip.getBytesLoaded()

Availability

Flash Player 5.

Usage

my_mc.getBytesLoaded()

Parameters

None.

Returns

An integer indicating the number of bytes loaded.

Description

Method; returns the number of bytes that have already loaded (streamed) for the movie clip specified by my_mc. You can compare this value with the value returned by MovieClip.getBytesTotal() to determine what percentage of a movie clip has loaded.

See also

MovieClip.getBytesTotal()