applicationComplete="fullNameTextInput.setFocus()">
import mx.controls.Alert;
public function showInfo():void
{
Alert.show("Your name is " + fullNameTextInput.text + " and your age is " + ageNS.value);
}
layout="vertical" title="title" paddingLeft="5">