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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:38:01+00:00 2026-05-13T10:38:01+00:00

I have an ugly problem. I have two string variables (className and staticMethod) store

  • 0

I have an ugly problem. I have two string variables (className and staticMethod) store the name of a class and it’s static method I have to call:

package {
 import flash.display.Sprite;
 import flash.utils.getDefinitionByName;
 import flash.utils.getQualifiedClassName;

 public class ClassPlay extends Sprite {

  public function ClassPlay() {
   new Foo();
   var className:String = 'Foo';
   var staticMethod:String = 'bar';
   var classClass:Class = getDefinitionByName(className) as Class;
   try {
    classClass[staticMethod]();
   } catch (e:Error) {}
  }
 }
}

This is the subject class:

package {
 public class Foo {
  public static function bar():void {trace('Foo.bar() was called.');}
 }
}

It works just perfectly. The problem when you comment out this (9th) line:

// new Foo();

Without this line it exits with an exception:

ReferenceError: Error #1065: Variable Foo is not defined.

How could I do this without that instantiation? If that is impossible, is there a way to instantiate the class from the string variable? Or if it’s still a bad practice, how would you do that? (I have to work with those two unknown string variable.)

Thanks in advance.

  • 1 1 Answer
  • 1 View
  • 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-13T10:38:02+00:00Added an answer on May 13, 2026 at 10:38 am

    The reason is that the compiler will strip out unnecessary classes – if you don’t have an explicit reference to the class Foo somewhere, it won’t be present in your final application.

    You could the reference elsewhere and still force it to be loaded – for example, a static array of references to the classes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two files: choices.py class SomeChoice: name = ulorem class AnotherChoice: name =
I have the following ugly if statement that is part of a class that
Hi I have very ugly problem with: java.net.SocketException: No buffer space available (maximum connections
I have two tables: Client(id,name,...) Purchase(id,item,date,client_id,...) They have their respective Model, with their validations.
Im new to MVVM and have small problem. I have two user controls: parent
I do have a solution for the following problem but it's quite ugly and
I have a logger class. Call it MyLogger . I may use it in
I have two database tables (lets call them A and B) with many-to-many bridge
I have two lists. char *name[] = {RGS, O, NRGY, SIG, BML-O, BHI, KSU,
I have this ugly SELECT statement : Select 'Urbain' as Véhicule, Count( DISTINCT Plaintes.IDEvenements)

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.