1.应用了flex中的webservice 组件,来调用QQ在线监测的接口 qqwebService.qqCheckOnline(qq_id.text); qq_id.text 为输入的QQ号码
返回“Y” 表示在线,“N”表示离线
2.调用QQ在线聊天的借口,用来激发聊天框navigateToURL(new URLRequest("http://wpa.qq.com/msgrd?v=3&uin="+int(qq_id.text)+"&site=qq&menu=yes"),"_blank");


