Media.bytesTotal

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.bytesTotal

Description

Read-only property; the number of bytes to be loaded into the MediaPlayback or MediaDisplay component. The default value is undefined.

Example

The following example tells the user the size of the media to be streamed:

myTextField.text = myMedia.bytesTotal;

Flash CS3