开发者

What is the meaning of "host crossdomain.xml from port 843"?

开发者 https://www.devze.com 2022-12-20 17:42 出处:网络
How is a file hosted on one particular port vs another port?In order to get my flex program to do anything, even on localhost, I apparently have to accomplish this, but although I know how to FTP my c

How is a file hosted on one particular port vs another port? In order to get my flex program to do anything, even on localhost, I apparently have to accomplish this, but although I know how to FTP my crossdomain.xml to my GoDaddy server, I don't even begin to understand the meaning of hosting it on port 843. I don't even know where to start. Can 开发者_StackOverflowanybody here even get my foot in the door?

Thanks in advance.


It means that you need to create a website that listens to that port, and then serve the file from that website.

0

精彩评论

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