Relax Breath of Solution.

Just I wanted.. Do you?…

Creating a custom creation complete effect on a Flex Alert control – creationCompleteEffect – mx:SoundEffect

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 the normal and bold font using CSS and @font-face. Full code after the jump. The following example shows how you can set […]

HTTPService with Flex 3, example code – mx:HTTPService

A quick and short example of loading data (in this case from a XML file) using the wonderfully simple HTTPService in Flex 3. Thanks to data binding nearly all of the work is done for us. In this simple example I load a very simple XML file into an array and that is displayed in […]