HTTPService读取XML(Actionscript)
摘要:
import mx.rpc.http.HTTPService;var configService:HTTPService = new HTTPService();configService.url = "javaServer.xml"; //XML路径configService.resultFormat = HTTPService.RESULT_FORMAT_TEXT; configService.addEventListener(ResultEvent.RESULT, configService_resultHandler); //回调函数 ... 阅读全文
posted @ 2013-05-22 10:46 看天空的星星 阅读(267) 评论(0) 推荐(0)
浙公网安备 33010602011771号