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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:35:38+00:00 2026-05-31T04:35:38+00:00

I have external swf (ext.swf) that is loaded in my FlashDevelop as3 project. When

  • 0

I have external swf (ext.swf) that is loaded in my FlashDevelop as3 project.

When I make check (objectsList[0] is Class1) I am getting false even though
the objectsList[0] element is Class1. The Class1 is in the ext.swf

But when I write command like (objectListInExternalSwf[0] is Class1) in external
swf and then use that swf in my project and make check (objectsList[0] is Class1)
I get true.

My question is: do I have to use all the classes in my external swf so the compiler
have to put them in the swf so they can be used in other projects where the swf is loaded as external?

  • 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-31T04:35:40+00:00Added an answer on May 31, 2026 at 4:35 am

    By default, when you load an SWF, its content will be placed into a separate ApplicationDomain. So even if you have the same class, Flash will consider it as different.

    To share the same class definition, you have to be in the same ApplicationDomain (or inherit from the same) :

    var l : Loader = new Loader;
    l.load( new URLRequest("foo.swf"),
            new LoaderContext(false, new ApplicationDomain(ApplicationDomain.currentDomain));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that loads external SWF files and plays them inside a
I have a project with a bunch of external sounds to a SWF. I
I am having an issue loading an external swf into my as3 project. I
I have a flex application that loads an external swf file. I created the
I have Javascript that loads external swf, appending tags "object" and "embed" when page
i'm building a website using flash. i have a external swf file that i
I have an external SWF file that I need to load at runtime. However,
I have an air application that loads an external swf when prompted by the
I am trying to access a function in a loaded swf that has external
I have a situation where my main SWF file loads many external SWF files.

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.