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