NetConnection读取asp.net

在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); 
原文地址:https://www.cnblogs.com/sevenyuan/p/1615322.html