Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 834339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:39:26+00:00 2026-05-15T04:39:26+00:00

I am very new to Action Script. I am using Flash Professional CS5 with

  • 0

I am very new to Action Script.
I am using Flash Professional CS5 with ActionScript 3.0.
The problem is, When I am trying to use fscommand2 function, Flash Compiler throwing an error saying:

Scene 1, Layer 'Layer 1', Frame 1, Line 7   1180: Call to a possibly undefined method fscommand2.

But, I am able to use fscommand. But, it is for different purpose, so will not fulfill my requirement to get Device(Mobile) properties like DeviceID etc.

Please help me in using fscommand2 or any equivalent API support in ActionScript 3.0.
Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T04:39:26+00:00Added an answer on May 15, 2026 at 4:39 am

    It depends on which fscommand2 you want to use. fscommand2 is a Flash Lite API, so the only time you’d use it with AS3 would be if you’re targeting Flash Lite 4 (which supports AS3 and is back-compatible with fscommand2).

    For general AS3 development, some fscommand2 functionalities are replaced by normal AS3 APIs. For example:

    // status = fscommand2("FullScreen", true);
    // replaced by:
    stage.displayState = StageDisplayState.FULL_SCREEN;
    
    // status = fscommand2("GetTotalPlayerMemory");
    // replaced by:
    trace( System.totalMemory );
    

    But some other fscommand2 functions, like dealing with soft keys, signal level, etc. have no AS3 equivalent. Those are mainly the commands that you couldn’t use in a browser anyway though, so I don’t think you actually lose any functionality for browser contents.

    Anyway, the short version is that you just have to find an equivalent AS3 command for what you’d like to do – so please let us know that, or open a followup question. 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.