“来自端口 843 的主机 crossdomain.xml”是什么意思?
与另一个端口相比,在一个特定端口上托管的文件如何?为了让我的 Flex 程序执行任何操作,即使在本地主机上,我显然也必须完成此操作,但尽管我知道如何将 crossdomain.xml FTP 到我的 GoDaddy 服务器,但我什至没有开始理解托管的含义它在端口 843 上。我什至不知道从哪里开始。这里有人能帮我迈进大门吗?
提前致谢。
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 anybody here even get my foot in the door?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这意味着您需要创建一个侦听该端口的网站,然后从该网站提供文件。
It means that you need to create a website that listens to that port, and then serve the file from that website.