GetFreePlayerMemory
Returns the amount of heap memory, in kilobytes, currently available to Flash Lite.
|
Command |
Parameters |
Value Returned |
|---|---|---|
|
GetFreePlayerMemory |
None |
-1: Not supported. |
The following example sets status equal to the amount of free memory:
status = fscommand2("GetFreePlayerMemory");