• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to detect Java version,System Memory in as3?

Engaged ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

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

TOPICS
ActionScript

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Apr 10, 2012 Apr 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

Votes

Translate

Translate
Advocate ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

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).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

LATEST

ok,

Thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines