Archive for August 14th, 2007

14
Aug

Changing a modal Alert control’s blur, transparency and transparency color

The following example allows you to use Cascading Style Sheets (CSS) to control a Flex Alert control’s modalTransparencyBlur, modalTransparency, modalTransparencyColor, and modalTransparencyDuration styles.

Full code after the jump.

Continue reading ‘Changing a modal Alert control’s blur, transparency and transparency color’

14
Aug

Creating a simple timer in Flex with the flash.utils.Timer class

Here’s an example of a simple timer which displays minutes, seconds, and milliseconds, which I built in Flex using the flash.utils.Timer class. You can start and stop the timer using two Button controls.

Full code after the jump.

Continue reading ‘Creating a simple timer in Flex with the flash.utils.Timer class’