Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.bytesTotal | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.bytesTotal
Read-only property; the number of bytes to be loaded into the MediaPlayback or MediaDisplay component. The default value is undefined.
The following example tells the user the size of the media to be streamed:
myTextField.text = myMedia.bytesTotal;
Flash CS3