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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:39:49+00:00 2026-06-13T01:39:49+00:00

I am trying to access an Internal class Abc , by a movieclip (

  • 0

I am trying to access an “Internal” class Abc , by a movieclip ( with class name : Abc ). I cannot specify it public for some reasons. How can i access it ?

  • 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-13T01:39:50+00:00Added an answer on June 13, 2026 at 1:39 am

    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/statements.html#internal

    an internal class is only available to other classes that live in the same EXACT package.
    make a class that lives in the same package and you can access it.

    let’s use this example

    package com.app {
        internal class Abc { }
    }
    
    package com.app.sub { 
        public class OtherClass {
            // classes in sub package cannot access or any other package
            // attempting to instantiate a class when outside its package
            // results in a compiler error
        }
    }
    
    package com.app {
        public class UsesAbc {
            function UsesAbc () {
                var abc:Abc = new Abc();
                // this is ok because they live in exactly the same package
                // this class can be use as a proxy for Abc
                // because the class is public
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to understand the internal access modifier in C#. I can't seem to
I'm trying to access a method that is marked as internal in the parent
Trying to test the option of replacing our internal data access layer with Entity
So I'm trying to build a simple PDO connection class so I can create
Ok, I am trying to grab some data off a internal web site that
I'm trying to access an internal website that requires windows authentication. I've tried going
Trying to access a Servlet from a button on HTML page //Html Page FORM
When trying to access the database, I am unable to access the column. I
Im trying to access the Magento customer session in another part of my website.
Im trying to access a Sql CE 2005 database on a windows mobile device

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.