Development Flex



  
    
    private var myArray:Array = [ 'A', 'B', 'C' ];
    private function onDoubleClick( event:Event ) : void {
        ExternalInterface.call('itemSelected', theList.selectedIndex, myArray );
    }
    
  

      dataProvider="{myArray}">