Search code examples
apache-flexflex4.5delay

How to put delay in FLEX code?


I want code for keeping 1 second delay in Flex.

i.e. i want to call some function every second delay.


Solution

  • You can use the setInterval() function for that.

    For more information check out the livedocs.