Embedding and animating fonts in a Flex application
I meant to post this earlier, and I already touched on font embedding in an earlier post (Building a basic controller for the VideoDisplay control), but here’s a quick little way to embed a font in a...
View ArticleTriggering effects when a container’s visibility is changed
The following example shows you how you can trigger effects when the visible property changes on a Flex container or control by using the hideEffect and showEffect effects. Full code after the jump....
View ArticleDisplaying images from an XML file using the Repeater component
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. View MXML <?xml version="1.0" encoding="utf-8"?>...
View ArticleCreating a custom creation complete effect on a Flex Alert control
The following example shows how to specify an effect which gets played when an Alert control is displayed by setting the Alert control’s creationCompleteEffect style. You can also see how to embed both...
View Article