hello everybody
i want to instance from dynamic class i used this code
var testing:Object;
var ClassRef:Class;
ClassRef= getDefinitionByName("NetworkProviderDomain") as Class;
testing=new ClassRef();
my problem is that when the class is a MXML componement all work
greate but when it's a action script class i have a 1065 error
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---