Re: [flexcoders] Timer running fast in Firefox than in IE with same time interval?

2007-12-27 Thread Jamie S
I've run into the same problem recently while trying to make a timer for a video player. Timer is not accurate at all and can vary greatly depending on the interval. I agree with Fredreico, the ENTER_FRAME event is far more reliable at producing accurate time intervals. Jamie On Dec 26, 2007

Re: [flexcoders] Timer running fast in Firefox than in IE with same time interval?

2007-12-26 Thread Frederico Garcia
arpan srivastava escreveu: Hi All, I have a list with many items which moves automatically by using a timer. Timer is set to 10 ms i.e. after every 10 ms second it fires an event which moves the items in the list by some distance. In IE it runs fine but in Firefox it runs very fast, i

[flexcoders] Timer running fast in Firefox than in IE with same time interval?

2007-12-25 Thread arpan srivastava
Hi All, I have a list with many items which moves automatically by using a timer. Timer is set to 10 ms i.e. after every 10 ms second it fires an event which moves the items in the list by some distance. In IE it runs fine but in Firefox it runs very fast, i am not getting how can a timer