Posts tagged as:

completeEffect

In a previous example, “Setting a complete effect on a ProgressBar control in Flex”, we saw how you could apply an effect that plays once a Flex ProgressBar control completes (reaches 100%).

The following code shows how you can play an embedded sound effect once a Flex ProgressBar control completes using the mx.effects SoundEffect class and the ProgressBar class’s completeEffect effect/style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can add a complete effect on a Flex Image control by setting the completeEffect effect using MXML, CSS, or ActionScript.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can apply an effect that plays once a Flex ProgressBar control completes (reaches 100%).

Full code after the jump.

[click to continue…]

{ 6 comments }

The following example shows you how to use the Repeater component to display images loaded from an external XML file.

Full code after the jump.

[click to continue…]

{ 8 comments }