ASTRA IPv4AddressInput
IPv4AddressInput is a user interface component for Flex that allows the user to input an Internet Protocol version 4 address. This control includes a field for each separate byte and full keyboard navigation.
Accessibility
IPv4AddressInput declares itself as a text field and reads its value and will voice edits. It also notifies the user that it is an "IP Address Input".
Role: ROLE_SYSTEM_TEXT
Enabling Accessibility
To enable accessibility in your Flex application, set the -accessible compiler option to true. If you are using Flex Builder, open the Project's Properties dialog and set it from there.
For additional topics, please read Using IPv4AddressInput, or take a look at the Examples section for functional demonstrations. The ActionScript 3.0 Class Reference contains full details on every property, method, and style available to the IPv4AddressInput component.
Sample Accessible Application
Below is an embedded application built to showcase accessibility. To experience this application properly, you must have a screen reader installed and be familiar with how to use it. Accessibility was developed with JAWS for Windows as the primary screen reader. Installing the JAWS Flex Scripts is highly recommended to obtain the most reliable results.