vote up 2 vote down star
1

Believe it or not I need a way of displaying animated gifs in Flex 3. This guy has a component for sale but it's Flex 2 only: http://dougmccune.com/blog/2007/01/19/how-to-load-animated-gifs-using-adobe-flex-20/.

And I’ve implemented this example: http://www.bytearray.org/?p=95, but for larger gifs it’s very CPU intensive and causes the UI to hang.

Does anyone know of any alternative solutions? Failing that, I may have to look at re-factoring the second example to use pseudo-threading. Eugh.

flag
just out of curiosity, how big are these gifs? – grapefrukt Sep 30 '08 at 9:17
They vary, but they can be up to and over 320x240... – outsidecontext Sep 30 '08 at 10:05

4 Answers

vote up 2 vote down

i bought and used the mccune product but have now changed to flex 3. i found your question by searching for the same answer as you and have just come across this

http://flexology.wordpress.com/2008/09/30/loadinganimated_gif_in_flex/

link|flag
vote up 1 vote down

Thanks for the response. The google code project in that link (http://code.google.com/p/as3gif/) is the same as the one on bytearray (http://www.bytearray.org/?p=95) which I implemented.

I knocked up a quick pseudo-threading example using this code and it's far too slow.

Looks like I will need to SWF the GIFs on the fly...

link|flag
vote up 0 vote down

Does this help?

Edit: I've no idea how well that suggestion works on a larger GIF, but if you're still having issues, it might be worth importing the GIF into Flash and turning it into its own SWF.

Flex should be more than able to play that without any issues.

link|flag
the google code project seems to be the same code as the one from bytearray. – grapefrukt Sep 30 '08 at 9:11
vote up -1 vote down

Check out swfmill for going for creating swf's. I believe they support animated gif's

http://swfmill.org/

link|flag
Not directly, but see blog.thehippo.de/2009/09/… – Eddie Sullivan Nov 23 at 21:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.