Mega Code Archive
Categories
/
Flex
/
Components
Use bindable string variable to set the Label text
[Bindable] public var eiStatus:String; private function checkEI():void { eiStatus = ExternalInterface.available.toString(); }