[Bindable] public var formIsEmpty:Boolean = true; // Holds a reference to the currently focussed // control on the form. private var focussedFormControl:DisplayObject; // Validate the form private function validateForm(event:Event):void { // Save a reference to the currently focussed form control // so that the isValid() helper method can notify only // the currently focussed form control and no..