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

[flexcoders] Re: SWFLoader Issue

2007-09-15 Thread neilwcameron
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 and call the functions from that...on it goes. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You shouldn't need Application.application

RE: [flexcoders] Re: SWFLoader Issue

2007-09-15 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of neilwcameron Sent: Friday, September 14, 2007 11:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWFLoader Issue Thats just the thing, I'm accessing it from another component. :( I'm trying a few things

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