[flexcoders] Embedded image and static variable problem.....

2008-01-29 Thread lytvynyuk
I have problem to bind image to static var my piece of code is: [EMAIL PROTECTED]('/images/image.png')] [Bindable] public static var image:Class; getting exception: TypeError: Error #1009: Cannot access a property or method of a null object reference. at support::PublicConstants$/get

Re: [flexcoders] Embedded image and static variable problem.....

2008-01-29 Thread Sherif Abdou
(); rawChildren.addChild(TempImage); } - Original Message From: lytvynyuk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 11:24:23 AM Subject: [flexcoders] Embedded image and static variable problem. I have problem to bind image to static var my piece of code

Re: [flexcoders] Embedded image and static variable problem.....

2008-01-29 Thread Troy Gilbert
* image(); rawChildren.addChild(TempImage); } - Original Message From: lytvynyuk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 11:24:23 AM Subject: [flexcoders] Embedded image and static variable problem. I have problem to bind image