在asp.net中使用了FluorineFx组件,返回类型为DataTable
在flash读取时的写法是:
rs = new Responder(onWeatherResult, onFault);
nc = new NetConnection;
nc.connect(Url + "gateway.aspx");
nc.call("ServiceLib.getData.getQiXiang", rs, null);
nc = new NetConnection;
nc.connect(Url + "gateway.aspx");
nc.call("ServiceLib.getData.getQiXiang", rs, null);