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

