GetTotalPlayerMemory

Availability

Flash Lite 1.1.

Description

Returns the total amount of heap memory, in kilobytes, allocated to Flash Lite.

Command

Parameters

Value returned

"GetTotalPlayerMemory"

None.

-1: Not supported.

0 or positive value: Total kilobytes of heap memory.

Example

The following example sets the status variable to the total amount of heap memory:

status = fscommand2("GetTotalPlayerMemory");

See also

GetFreePlayerMemory