My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FAQ  

Featured
Updated Feb 4, 2010 by BG5...@gmail.com

A: How to use the GIFPlayer in Flex project?

Q: You just need a UICompent the wrap the player :)

var container:UICompent = new UICompent();
var gif:GIFPlayer = new GIFPlayer();
 
//do the wrap
container.addChild(gif);
 
//load the image...
 
//Add the player into your control or the application
the_flex_control_or_application.addChild(container);
Comment by sgdr...@gmail.com, Jun 4, 2009

I think you mean UIComponent instead of UICompent.

Comment by jung...@gmail.com, Oct 5, 2009

I like to embed the URLRequest which holds the path of a gif file. How to achieve this. ?

Comment by miaoda...@gmail.com, Mar 15, 2012

How to use GIFPlayer in spark.components.TextArea?? I can't display the gif animation. Thanks.


Sign in to add a comment
Powered by Google Project Hosting