[flexcoders] importing and dynamically creating objects

2009-03-08 Thread Wally Kolcz
I am trying to create a quizzer when the questions are in components. I want to import the component and add it to the stage based on the question that next and the quiz they are taking. If they load test 1 i need it to: import com.ipexpert.test.1.question1; var currentQuestion:question1 = new

RE: [flexcoders] importing and dynamically creating objects

2009-03-08 Thread Tracy Spratt
...@yahoogroups.com] On Behalf Of Wally Kolcz Sent: Sunday, March 08, 2009 1:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] importing and dynamically creating objects I am trying to create a quizzer when the questions are in components. I want to import the component and add