RE: [flexcoders] Re: SWFLoader Issue

2007-09-16 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: SWFLoader Issue Can't we count on the compiler to toss an error when something that should be imported isn't? On 9/15/07, grimmwerks < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Alex had pointed

Re: [flexcoders] Re: SWFLoader Issue

2007-09-16 Thread Steve Hueners
Can't we count on the compiler to toss an error when something that should be imported isn't? On 9/15/07, grimmwerks <[EMAIL PROTECTED]> wrote: > > Alex had pointed out something similar I was doing - that I needed to > import mx.Application in the area. > >

Re: [flexcoders] Re: SWFLoader Issue

2007-09-15 Thread grimmwerks
Alex had pointed out something similar I was doing - that I needed to import mx.Application in the area. On Sep 14, 2007, at 2:08 PM, neilwcameron wrote: > Thats just the thing, I'm accessing it from another component. :( > > I'm trying a few things now to try and get the instantiated class a

RE: [flexcoders] Re: SWFLoader Issue

2007-09-15 Thread Alex Harui
OK, if you have more than one MXML file, then you have a document tree where each mxml file represents a document whose parentDocument is the parent of the top tag in that MXML file. Thus some number of calls to parentDocument should get you where you want to go. __