Posts Tagged ‘Alert.show’

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

No Comments »

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.

Read More »


HTTPService with Flex 3, example code – mx:HTTPService

No Comments »

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 a datagrid with a data source binding to the array of loaded data.

Read More »