Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-03 Thread John Kirby
Title: quote There is a hack for this: http://www.deitte.com/archives/2006/08 By creating an IFRAME you can load an animated gif. I did it here: http://infinitymedialabs.com/weather/WeatherFlex.html Click on Radar. This is still under construction but check out dieitte's blog... he has

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne
Thanks, though not the answer I was hoping for I can work around it in this instance. Cheers, Andrew passive_thoughts wrote: I took the official Adobe Flex class back in August and the instructor told us that animated gifs were not supported. V --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Igor Costa
Andrew Adobe Flex 2 does not support no more GIF formats, only PNG, 8 up to 32bits and JPG 16 bits.Due the the render problem for them it's a really easy compared to the compress engine of GIF format carry's. RegardsOn 10/2/06, Andrew Bourne [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne
As the GIFs I am attempting to display are ads I don't have control over them to be able to convert them to SWFs, instead I am now adding them to the html DOM via JS. Seems to be working well at the moment. Cheers, Andrew -- Flexcoders Mailing List FAQ: