private function clickHandler(e:MouseEvent):void{ ExternalInterface.call(this.flag?"foo":"bar"); this.flag = !this.flag; }//clickHandler