I bet this is easy. I have "MainView" as a string and I need to create an object of that type... for example
var myObject:Object = new GetObjectFromString("MainView");
I know, that line of code is a mess. Got any help for me?! Thanks!!
I bet this is easy. I have "MainView" as a string and I need to create an object of that type... for example
var myObject:Object = new GetObjectFromString("MainView");
I know, that line of code is a mess. Got any help for me?! Thanks!!