By the way, here's how i skin this cat:

10ms and 0ms might be the same thing to flashplayer, as people have mentioned 
before me


        updateTimer                     = new Timer();
                        pollTimer = new Timer(60000*60*5,0);
                        
updateTimer.addEventListener(TimerEvent.TIMER,onUpdateTimer);
                        updateTimer.start();
                        onUpdateTimer(null)

Reply via email to