Re: [flexcoders] Adding Dynamic Gifs

2007-01-14 Thread Hervé Crespel
java developer a écrit :

> Hi All,
>
> I am implementing an application in which I have a requirement to
> dynamically add "animated" gif in the Panel.
>
> I read about the IFrame approach but in my case the number of
> "animated" gif is only known at runtime once a selection is made.
>
> What is the best way to achieve this ?
>
> Thanks
>
>  

There is different simple ways to do that with Flex, just using the MXML 
language.
There is also different ways to do "animated" image.

If you have more details, maybe I could tell you the simpler for your case.

Take a look at www.dosomethingamazing.com. You will see the solution for 
the same kind a requirement, but with video, not only gif. And a simple 
version of that could be mainly written in MXML.

regards





[flexcoders] Adding Dynamic Gifs

2007-01-13 Thread java developer

Hi All,

I am implementing an application in which I have a requirement to
dynamically add "animated" gif in the Panel.

I read about the IFrame approach but in my case the number of
"animated" gif is only known at runtime once a selection is made.

What is the best way to achieve this ?

Thanks