[flexcoders] Loader.load() Error

2008-02-15 Thread NileAge, Mail
Hello all, I'm trying to execute this example but appear the error message (Call to a possibly undefined method load through a reference with static type Loader ). I'm using Flex 2. Plz tell me what is the problem?

Re: [flexcoders] Loader.load() Error

2008-02-15 Thread shiv . . ah
Hi all, I am currently working on an AIR product. I am facing the cache issue on images. We are loading around hundreds of images as thumbnails and i am using the below mentioned code : var myLoader:Loader = new Loader(); myLoader.name = loaderObj; var

RE: [flexcoders] Loader.load() Error

2008-02-15 Thread Alex Harui
PROTECTED]; flexcoders@yahoogroups.com; [EMAIL PROTECTED] Subject: [flexcoders] Loader.load() Error Hello all, I'm trying to execute this example but appear the error message (Call to a possibly undefined method load through a reference with static type Loader ). I'm using Flex 2. Plz tell me