The following example shows how you can use a timer to change the selected index in a Flex ViewStack container.
Full code after the jump.
Continue reading ‘Using a timer to change the selected index of a ViewStack container in Flex’
The following example shows how you can use a timer to change the selected index in a Flex ViewStack container.
Full code after the jump.
Continue reading ‘Using a timer to change the selected index of a ViewStack container in Flex’
Here’s an example of a simple timer which displays minutes, seconds, and milliseconds, which I built in Flex using the flash.utils.Timer class. You can start and stop the timer using two Button controls.
Full code after the jump.
Continue reading ‘Creating a simple timer in Flex with the flash.utils.Timer class’