12-17-2009 05:07 AM
Hi,
I am disolaying one animated GIF. is there any method or way to set frame rate of that
12-17-2009 05:09 AM
How do you display your animated gif ? using a BitmapField ? a custom Field ?
Could you paste the code which is responsible for displaying yout gif?
12-17-2009 05:12 AM
the framerate is controlled by the gif itself (if you use the animatedgiffield from the KB). you should be able to edit the value in your picture editor of choice.
you can replace the code that reads the framerate and put in anything you want, of course. or replace the animation code with an own timertask or thread.
12-17-2009 05:24 AM
I am displaying my animated gif using the code of animatedGIFfield of KB article
12-17-2009 05:40 AM
In which case the delay between frames is specified by this value I think:
_image.getFrameDelay(_currentFrame)