Re: [flexcoders] Problem with flash.Utils.Timer

2007-03-30 Thread Clint Tredway
I think its not working right because you have set the continue param to 0. What happens if you set this to some other value? On 3/30/07, kumaran_sb <[EMAIL PROTECTED]> wrote: Hello flexcoders this is a related question to my previous one. I'm having trouble with the flash.utils.Timer which

[flexcoders] Problem with flash.Utils.Timer

2007-03-30 Thread kumaran_sb
Hello flexcoders this is a related question to my previous one. I'm having trouble with the flash.utils.Timer which Im using to perform a scheduled event inside a Flex app. I want the timer to fire every 10 seconds, continuously till the application is killed. Unfortunately, however I init