Developer Network Home  Help 

YDN Flash Developer Center Astra Flex Components TimeInput Examples
Flash Developer Center

ASTRA IPv4AddressInput

TimeInput is a user interface component for Flex that allows the user to input a time value. This control include fields for hours, minutes, seconds, and AM/PM. Styling options allow the time to be presented in 12- or 24-hour formats.

Examples: TimeInput for Flex 3

TimeInput MXML Example Screenshot

Creating a TimeInput in MXML

This example demonstrates the minimum MXML required to create a TimeInput.

Source MXML | Output
TimeInput ActionScript Example Screenshot

Creating a TimeInput in ActionScript

This example demonstrates the minimum ActionScript required to create a TimeInput.

Source MXML | Output
TimeInput Count Down Example Screenshot

Creating a Count Down Clock with TimeInput

This example uses the TimeInput's ability to format time values to create a count down clock.

Source MXML | Output