Summary

I l @ ve RuBoard

Check boxes and radio buttons are common interface elements that can be created with ActionScript. Check boxes have an on and off state and are independent of each other. Radio buttons also have on and off states, but they are related to each other so that only one radio button is on at any given time.

Text input fields can be modified to only accept certain characters . You can restrict text input to what is appropriate to that field. You can also restrict the input length of a field.

Using the tabIndex property of a field, you can change the order in which the fields receive keyboard focus when the user Tabs between them. You can also be notified when a Tab occurs by using the onSetFocus listener event.

I l @ ve RuBoard


Sams Teach Yourself Flash MX ActionScript in 24 Hours
Sams Teach Yourself Flash MX ActionScript in 24 Hours
ISBN: 0672323850
EAN: 2147483647
Year: 2002
Pages: 272

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net