TwiStは、TwitterStreamingAPIをFlashやAdobe AIRで扱いやすくしたものです。 使い方はこんな感じ。 import jp.hayappli.events.TwiStEvent; import jp.hayappli.net.TwiSt; var ts:TwiSt=new TwiSt("https://stream.twitter.com/1/statuses/filter.json?track=キーワードなど","username","password"); ts.addEventListener(TwiStEvent.RECEIVE_TWEET,receive); ts.startStreaming();//ストリーミングを開始する ts.autoReConnect=true;//自動で再接続する。 private function receive(eve