[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-10 Thread ZIONIST
disregard it, i finally got it to work using states and the complete event of the image control.

[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-09 Thread ZIONIST
Hi guys, has anyone tried this with an itemRenderer and 2 states? please help.

[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-06 Thread ZIONIST
Hi i tried using states to archive this but i dont know how to listen for completion of image loading. this is what i have so far. i put the image and the spinner.swf in a canvas, t

[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread argmn
state. On loading > COMPLETE it changes to the image. > > C > > > > > > From: ZIONIST > To: flexcoders@yahoogroups.com > Sent: Thu, February 4, 2010 1:42:17 PM > Subject: [flexcoders] Re: how to show a preloader (loading

Re: [flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread claudiu ursica
1:42:17 PM Subject: [flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app. and how do i change between states? as in there must be some kind of event triggered.

Re: [flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread Fotis Chatzinikos
Here is some code that does that, no time to explain / blog it today, its a class that is based on several blog posts. In summary, it uses image smoothing on the displayed image and you can set the progress x,y from public vars, there is also a flag to add the bar on the parent so it will look cor

[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread ZIONIST
and how do i change between states? as in there must be some kind of event triggered.