Packageeu.orangeflash.webapis.yahoo.mxml
Classpublic class Yahoo
InheritanceYahoo Inheritance Yahoo Inheritance flash.events.EventDispatcher
Implementsmx.rpc.mxml.IMXMLSupport

MXML Version of Yahoo class.
  
    
  
   
  
  
    
  

See also



Public Properties
 PropertyDefined by
 InheritedapiKey : String
Yahoo Developer API key, needed in order to use this libriary.
Yahoo
  concurrency : String
Yahoo
 InheritedlastResult : Results
Last result from search operation.
Yahoo
  showBusyCursor : Boolean
Yahoo
Public Methods
 MethodDefined by
 Inherited
searchImages(request:String, results:int = 25):void
Invokes image search.
Yahoo
 Inherited
searchWeb(request:String, results:int = 25):void
Invokes web-page search.
Yahoo
Events
 EventSummaryDefined by
 Inherited Dispatched when yahoo successfully returns results.Yahoo
Property detail
concurrencyproperty
concurrency:String  [read-write]

Implementation
    public function get concurrency():String
    public function set concurrency(value:String):void
showBusyCursorproperty 
showBusyCursor:Boolean  [read-write]

Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void