The "import <class>;" is what creates the instance? So in other words, if I use the import <thisfile.mxml> in each of my other files, each one is creating another instance of the <thisfile.mxml>?
________________________________ From: [email protected] on behalf of Michael VanDaniker Sent: Tue 7/29/2008 10:30 AM To: [email protected] Subject: {Disarmed} Re: {Disarmed} RE: [flexcoders] mxml components > Are these the same instance or unique instances with in each of the > class instances themselves (mainclass/class3)? > > > > MainClass.mxml: > > > > <mx:script> > > <
