NetStream.bytesTotal 559
NetStream.bufferTime
Availability
Flash Player 7.
Note: This property is also supported in Flash Player 6 when used with Flash Communication Server.
For more information, see your Flash Communication Server documentation.
Usage
myStream.bufferTime
Description
Read-only property; the number of seconds assigned to the buffer by
NetStream.setBufferTime(). The default value is .1(one-tenth of a second). To determine
the number of seconds currently in the buffer, use NetStream.bufferLength.
See also
NetStream.time
NetStream.bytesLoaded
Availability
Flash Player 7.
Usage
my_ns.bytesLoaded
Description
Read-only property; the number of bytes of data that have been loaded into the player. You can
use this method in conjunction with NetStream.bytesTotal to estimate how close the buffer is to
being full—for example, to display feedback to a user who is waiting for data to be loaded into
the buffer
See also
NetStream.bufferLength
NetStream.bytesTotal
Availability
Flash Player 7.
Usage
my_ns.bytesLoaded
Description
Read-only property; the total size in bytes of the file being loaded into the player.
See also
NetStream.bytesLoaded, NetStream.bufferTime