[]求HTTP相关的文档或者例子谢谢了
__proto__.wishComp=function(e){}
__proto__.checkList=function(){
this.publicloader=new URLLoader();
this.publicloader.dataFormat=/*iflash.net.URLLoaderDataFormat.VARIABLES*/"variables";
this.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"complete",BIND$(this,this.checkListComp));
this.url=new URLRequest("wished.php");
this.url.method=/*iflash.net.URLRequestMethod.POST*/"POST";
var values=new URLVariables();
this.url.data=values;
this.publicloader.load(this.url);
这段没有返回值 不知道错误在哪
__proto__.checkList=function(){
this.publicloader=new URLLoader();
this.publicloader.dataFormat=/*iflash.net.URLLoaderDataFormat.VARIABLES*/"variables";
this.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"complete",BIND$(this,this.checkListComp));
this.url=new URLRequest("wished.php");
this.url.method=/*iflash.net.URLRequestMethod.POST*/"POST";
var values=new URLVariables();
this.url.data=values;
this.publicloader.load(this.url);
这段没有返回值 不知道错误在哪
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: seedcll
模拟的后端数据data.php,内容如下 flash下输出:
已经开始加载
正在加载
您已经通过http进行了访问,并且当前的FlashPlayer环境支持获得状态代码!!!
加载完成!!!
0
Your message has been successfully uploaded!
h5下输出
加载完成!!!
0
Your message has been successfully uploaded!
(注意:目前URLLoaderDataFormat.VARIABLES还没有支持,binary和text格式都已经支持。)