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

  • SEARCH
  • Home
  • 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 8055921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:32:57+00:00 2026-06-05T08:32:57+00:00

I have a Flash CS5 project with an FLA file and 20 to 30

  • 0

I have a Flash CS5 project with an FLA file and 20 to 30 class files. I am trying to move from the Adobe IDE to FDT without modifying my code too much. I have exported the SWC file from Flash and added it to my lib folder, and I can now access the symbols defined in the FLA file, but all references to objects created on the stage are coming up as undefined.

Any help or pointers to relevant tutorials would be gratefully received.

  • 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-06-05T08:33:00+00:00Added an answer on June 5, 2026 at 8:33 am

    Items placed on the stage in Flash Professional will not be accessible (even exist really) in any IDE that uses MXMLC (FDT, Flash Builder, IntelliJ….). This is because IDEs (that use MXMLC) create their own stage.

    If you want to use Flash Professional so you can drag and place items onto it’s stage, you’ll need to create a a fake stage. Do this by creating an empty Movieclip on the stage in Flash Professional, drag and drop your times inside of this movileclip, set it to export to SWC (give it a class name such as MyStage so you know it’s yours). After it’s exported it as a .SWC and linked to your FDT project, create an instance of it and add it to the stage in FDT.

    The items you added to this ‘fake stage’ are accessed as children. So you’re syntax looks something like this:

        public class AnotherProject extends Sprite {
        public function AnotherProject(){
            myStage = new MyStage();
            addChild(myStage);
            myStage.item_I_dragged_insideOf.x = 100;
       }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a flash player that loads in some additional features from flash files
We have a flash retrieving information from an XML file. Right now we are
I have a fla I created in CS5.5, and I am trying to use
I have a project with Flash Professional CS5 and ActionScript 3. I need to
I have Adobe Flash CS5 but haven't a clue how to convert videos. I
I have an app that is built from Flash CS5.5, exported using AIR3.1 and
This is just the first time I'm working on Adobe Flash CS5. I have
I have a content scroller in my Flash CS5/AS3 project that I want to
I have a .fla on my Mac that I created in Flash cs5. I
I have a Flash Professional CS5 movie which I'm trying to pass a parameter

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.