2008-06-23から1日間の記事一覧

google検索結果を取得し、指定したサイトのトップページに含まれるキーワード数を取得するAIRサンプルです。

google検索結果を取得し、指定したサイトのトップページに含まれるキーワード数を取得するAIRサンプルです。 <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> </mx:script></mx:windowedapplication>

HTTPServiceのresultプロパティを動的に変更出来ないもんかな…。

HTTPServiceのresultプロパティを動的に変更出来ないもんかな…。 public function Search(event:Event):void { var uv:URLVariables = new URLVariables(); uv.q = q.text;//検索文字 uv.num = "50";//検索結果数 search.result = "Result(event)"; search.r…