Is it possible to have a string "ClassA" and use it in order to instantiate a real ClassA in my application?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Take a look at flash.utils.getDefinitionByName. You should be able to use that to get a class object from a string of the class name. |
|||||||||
|
|
You can use the getDefinitionByName in the
You will need the full path to the name so for example say
Then use can use
Remember if you want to add it to the Display List you will have to cast it as a
|
|||
|
|
|
You can use
or possibly even
but I'm not sure Actionscript will support the second one. |
|||
|
Would it be impossible to use a conditional statement?
|
|||||
|