[flexcoders] sailorsea21 - Is it possible to use a value from a variable as a Timer value?

2008-10-27 Thread sailorsea21
Hey everyone, I have a value of 3 stored in a MySQL database. I call this value and import it in flex via HTTPService (PHP XML): mx:HTTPService url=value.php method=POST id=rate useProxy=false result=getRate(event)/ I now have a timer: var myTimer:Timer = new Timer(3); Can I

Re: [flexcoders] sailorsea21 - Is it possible to use a value from a variable as a Timer value?

2008-10-27 Thread Mike Chabot
You can definitely use a variable there. You might want to step through the code to make sure that the variable is getting populated with the correct value and that the timer is being created after the getRate function completes. -Mike Chabot On Mon, Oct 27, 2008 at 4:11 PM, sailorsea21 [EMAIL