GetTotalPlayerMemory
Returns the total amount of heap memory, in kilobytes, allocated to Flash Lite.
|
Command |
Parameters |
Value Returned |
|---|---|---|
|
GetTotalPlayerMemory |
None |
-1: Not supported. |
The following example sets the status variable to the total amount of heap memory:
status = fscommand2("GetTotalPlayerMemory");