Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > GetTotalPlayerMemory | |||
Flash Lite 1.1.
Returns the total amount of heap memory, in kilobytes, allocated to Flash Lite.
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
None. |
-1: Not supported. 0 or positive value: Total kilobytes of heap memory. |
The following example sets the status variable to the total amount of heap memory:
status = fscommand2("GetTotalPlayerMemory");
|
|
|
|