|
FAQ
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); |
► Sign in to add a comment
I think you mean UIComponent instead of UICompent.
I like to embed the URLRequest which holds the path of a gif file. How to achieve this. ?
How to use GIFPlayer in spark.components.TextArea?? I can't display the gif animation. Thanks.