Tag Archive for 'status'

22
Jan

Detecting changes in a camera’s activity and status in a Flex VideoDisplay control

In a previous example, “Displaying a webcam’s video in a Flex VideoDisplay control”, we saw how to connect to a user’s webcam, if they have one installed.

In the following example we see how to listen for the Camera object’s activity event and status event, using some good ol’ ActionScript.

Full code after the jump.

Continue reading ‘Detecting changes in a camera’s activity and status in a Flex VideoDisplay control’

03
Jan

Styling the Alert control’s status message

The following example shows how you can customize the appearance of the status message in an Alert control in Flex by setting the statusStyleName style and status property.

Full code after the jump.

Continue reading ‘Styling the Alert control’s status message’

23
Oct

Adding a status message to a Flex Alert control

The following example shows how you can set and style a status message in a Flex Alert control by simply setting the status property (and statusStyleName style if you want to style the status message).

Full code after the jump.

Continue reading ‘Adding a status message to a Flex Alert control’

10
Sep

Styling the TitleWindow container

The following example shows how you can customize the Flex TitleWindow container by setting the “.windowStyles” style, “.windowStatus” style, and TitleWindow style.

Full code after the jump.

Continue reading ‘Styling the TitleWindow container’

31
Aug

Setting custom status messages in a Flex Panel container

The following example shows how you can set custom status messages in a Flex Panel container by setting the aptly named status property.

Full code after the jump.

Continue reading ‘Setting custom status messages in a Flex Panel container’