What wasn't working, now is, my problems related to not using a combo of application.complete
And trying to add event listeners to the app rather than the stage. So I ended up with a static class that deals with the app, I can use this to add images to the app and event listeners to the stage. Regards Dale Fraser From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Saturday, 6 December 2008 12:10 PM To: [email protected] Subject: RE: [flexcoders] Flex Gumbo Adding Images to Application.application I think I still need to see some code From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, December 05, 2008 3:37 PM To: [email protected] Subject: RE: [flexcoders] Flex Gumbo Adding Images to Application.application Well my classes add images to the stage. I can either pass this in from main app, setup a static class reference or I thought access it through Application.application Regards Dale Fraser From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Beck Sent: Saturday, 6 December 2008 5:04 AM To: [email protected] Subject: Re: [flexcoders] Flex Gumbo Adding Images to Application.application That sounds a lot like using the _root tag of old... What are you trying to accomplish with this, maybe there is a cleaner more OO way to do this? On Fri, Dec 5, 2008 at 10:01 AM, Alex Harui <[EMAIL PROTECTED]> wrote: If you pass "what" into the class? Can you show working and nonworking code snippets? From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Thursday, December 04, 2008 10:32 PM To: [email protected] Subject: [flexcoders] Flex Gumbo Adding Images to Application.application When I try to add some images to Application.application using addItem they don't appear. If I pass this into the class, and add them, it works, so I know the code works. Is there a reason you cant add items to the application from Application.application. Regards Dale Fraser

