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 894363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:22:24+00:00 2026-05-15T14:22:24+00:00

Im working with FlashDevelop and have two main projects, all pure AS3 projects. When

  • 0

Im working with FlashDevelop and have two main projects, all pure AS3 projects.

When trying to load my second project from my main project I get all kinds of errors.

The Main class of the main project extends Sprite and the Main class in the “to-be-imported” project extends MovieClip. Looking at the loading of the swf in the debug window in FD it all seems fine:

[SWF] 'pathToSwf'\secondProject.swf - 410 626 bytes after decompression.

If i try to assign the loaded swf to a newly created MovieClip I get a coercion failiure:

swfContent = loader.content; // =>
Type Coercion failed: cannot convert Main@46c0201 to flash.display.MovieClip.

So, typecasting the loaded content like so:

swfContent = loader.content as MovieClip;

removes that error but then I fall into the next pit as I try to call addChild:

Error #2007: Parameter child must be non-null.

Trying to get around the issue I tried to add the loader directly into the container where I want to show the external swf. This is when the real interesting problems begin:

targetContainer.addChild(loader);

My main application now hang, restarting in a never ending loop. I have no idea why..

So my issue is really. How can my external swf be loaded but then again be null.
It works perfectly fine when I run the external swf by itself…

  • 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-15T14:22:24+00:00Added an answer on May 15, 2026 at 2:22 pm

    So the problem was that the main class of my loaded swf had the same name as the swf I was loading from. This led to that when flash tries to execute the loaded swf it actually calls the parent MAIN class which results in the looping behaviour.

    To avoid this DHuntrods suggested to change the application domain which solved the issue.

    loader = new Loader();
    var AD:ApplicationDomain = new ApplicationDomain( null );
    var context:LoaderContext = new LoaderContext( false, AD );
    loader.load(new URLRequest(path), context);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working on calling a C function from my asm project. I'm trying to push
Working on a project with git, I have two feature branches, call them dev-a
Working on an old Kohana 2 project and I want to link two models.
I have been working with Flixel in FlashDevelop for quite some time, and I
Working on a problem that requires a GA. I have all of that working
I am trying to embed a movieClip with flashDevelop but apparently its not working
Working on a project at the moment and we have to implement soft deletion
Working on a project, I have this issue where my array slicetable returns undefined
Working in iOS 5 I have read a list of file names from my
I'm working with the latest version of the SDKs and FlashDevelop. So far, everything

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.