Skip to main content
Inspiring
April 10, 2012
Answered

How to detect Java version,System Memory in as3?

  • April 10, 2012
  • 1 reply
  • 1387 views

Can i detect System Memory (RAM) & Java version in actionscript 3?

This topic has been closed for replies.
Correct answer _spoboyle

look at System for memory useage, as for detecting Java version from flash that's not possible directly from AS3.

It might be possible if you are using AIR by running a native process, but I wouldn't know how to do it myself

1 reply

_spoboyle
_spoboyleCorrect answer
Inspiring
April 10, 2012

look at System for memory useage, as for detecting Java version from flash that's not possible directly from AS3.

It might be possible if you are using AIR by running a native process, but I wouldn't know how to do it myself

Inspiring
April 10, 2012

System.totalMemory showing only memory currently in use that has been directly allocated by Flash Player.

can this possible CPU RAM and Processer speed (like 3.00 GHz, 2 GB RAM).

_spoboyle
Inspiring
April 10, 2012

looking around it looks like you cna use the Capabilities class to find the operating system and architecture but not the system RAM and CPU speed