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 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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