EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 428

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
428 Chapter 12: ActionScript Dictionary
LoadVars.getBytesLoaded()
Availability
Flash Player 6.
Usage
my_lv.getBytesLoaded()
Parameters
None.
Returns
An integer.
Description
Method; returns the number of bytes downloaded by LoadVars.load() or
LoadVars.sendAndLoad(). This method returns undefined if no load operation is in progress,
or if a load operation has not yet begun.
LoadVars.getBytesTotal()
Availability
Flash Player 6.
Usage
my_lv.getBytesTotal()
Parameters
None.
Returns
An integer.
Description
Method; returns the total number of bytes downloaded by LoadVars.load() or
LoadVars.sendAndLoad(). This method returns undefined if no load operation is in progress
or if a load operation has not yet begun. This method also returns
undefined if the number of
total bytes cant be determined; for example, if the download was initiated but the server did not
transmit an HTTP content-length.

Table of Contents

Related product manuals