·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3.0访问谷歌搜索的API(Search API)示例源代码

时间:2013-11-12 15:28cuplayer.com
[AS3]as3.0访问谷歌搜索的API(Search API)示例源代码,as3与json,as3搜索

[AS3]as3.0访问谷歌搜索的API(Search API)示例源代码

  1. var service:HTTPService = new HTTPService(); 
  2. service.url = 'http://ajax.googleapis.com/ajax/services/search/web'
  3. service.request.v = '1.0'
  4. service.request.q = 'Paris Hilton'
  5. service.resultFormat = 'text'
  6. service.addEventListener(ResultEvent.RESULT, onServerResponse); 
  7. service.send(); 
  8.  
  9. private function onServerResponse(event:ResultEvent):void { 
  10.   try { 
  11.     var json:Object = JSON.decode(event.result as String); 
  12.     // now have some fun with the results... 
  13.   } catch(ignored:Error) { 
  14.   } 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器