The following example shows how you can pause the indeterminate animation in a Flex ProgressBar control by setting the mode
property to “polled” or “manual”. You can resume the animation by setting the mode back to “event”.
Full code after the jump.
Continue reading Pausing the animation in an indeterminate ProgressBar control