width="200"> [Bindable] public var varOne:String = "This is a public variable"; public function setVarOne(newText:String):void { varOne=newText; }