RE: [flexcoders] Optimize with callLater() -- help?

2008-08-19 Thread Blake Barrett
I'm still fumbling my way through framiliarizing myself with callLater, but from what I've been able to do with it, it works perfectly. As I understand it, you can call a method if you don't have any parameters in it like callLater( doSomething ); but if you can't do that you can throw an inline

RE: [flexcoders] Optimize with callLater() -- help?

2008-08-19 Thread Kyle Quevillon
Subject: RE: [flexcoders] Optimize with callLater() -- help? I'm still fumbling my way through framiliarizing myself with callLater, but from what I've been able to do with it, it works perfectly. As I understand it, you can call a method if you don't have any parameters in it like callLater