| Package | eu.orangeflash.webapis.yahoo |
| Class | public class Yahoo |
| Inheritance | Yahoo flash.events.EventDispatcher |
| Subclasses | Yahoo |
| Property | Defined by | ||
|---|---|---|---|
| apiKey : String
Yahoo Developer API key, needed in order to use this libriary.
| Yahoo | ||
| lastResult : Results [read-only]
Last result from search operation.
| Yahoo | ||
| Method | Defined by | ||
|---|---|---|---|
|
Yahoo(apiKey:String = "")
Yahoo class, represents yahoo API.
| Yahoo | ||
|
searchImages(request:String, results:int = 25):void
Invokes image search.
| Yahoo | ||
|
searchWeb(request:String, results:int = 25):void
Invokes web-page search.
| Yahoo | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when yahoo successfully returns results. | Yahoo | |||
| apiKey | property |
apiKey:String [read-write]Yahoo Developer API key, needed in order to use this libriary.
This property can be used as the source for data binding.
Implementation public function get apiKey():String
public function set apiKey(value:String):void
| lastResult | property |
lastResult:Results [read-only]Last result from search operation.
This property can be used as the source for data binding.
Implementation public function get lastResult():Results
| Yahoo | () | constructor |
public function Yahoo(apiKey:String = "")Yahoo class, represents yahoo API.
ParametersapiKey:String (default = "") — String, enter your Yahoo API.
|
| searchImages | () | method |
public function searchImages(request:String, results:int = 25):voidInvokes image search.
Parametersrequest:String — Keywords.
|
|
results:int (default = 25) — Ammount of results, default value 25.
|
| searchWeb | () | method |
public function searchWeb(request:String, results:int = 25):voidInvokes web-page search.
Parametersrequest:String — Keywords.
|
|
results:int (default = 25) — Ammount of results, default value 25.
|
| result | event |
eu.orangeflash.webapis.events.YahooEvent
Dispatched when yahoo successfully returns results.