开发者

flash send request to another server

开发者 https://www.devze.com 2023-01-28 17:36 出处:网络
hi i am sending a flash reqesut to a url when i make request from local computer its working but when i upload on my server its not working i think flash is not sending request from my server to anoth

hi i am sending a flash reqesut to a url when i make request from local computer its working but when i upload on my server its not working i think flash is not sending request from my server to another server

//it working 
myvars.sendAndLoad("http://mywebsite.com",myvars,"GET");
gotoAndPlay("thankYou");

//its not开发者_开发知识库 working 
myvars.sendAndLoad("http://anotherwebsite.com",myvars,"GET");
gotoAndPlay("thankYou");

any ideas thanks


You need a crossdomain file on your server http://kb2.adobe.com/cps/142/tn_14213.html

0

精彩评论

暂无评论...
验证码 换一张
取 消