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 mx:Script area.

RE: [flexcoders] Re: SWFLoader Issue

2007-09-16 Thread Alex Harui
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 out something similar I

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.

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 mx:Script 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