如何在 ActionScript 中指定 crossdomain.xml 的自定义位置?

发布于 2024-07-06 17:05:08 字数 93 浏览 11 评论 0原文

我们将 swf 资源托管在媒体托管服务器上,但无法将文件获取到根目录,有人知道为 crossdomain.xml 指定自定义位置的代码是什么样的吗? 示例代码(如果有)。

We are hosting the swf assets on a media hosting server and can't get a file to the root, anyone know what the code looks like to specify a custom location for crossdomain.xml? Sample code if you have it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洋洋洒洒 2024-07-13 17:05:08

我不想回答我自己的问题,但我找到了代码,所以我想我应该在这里发布以添加这个问题的参考价值:

摘自:http://www.voiceoftech.com/swhitley/?p= 117

在 SSL 服务器上设置 crossdomain.xml 文件的问题是我无权访问该服务器。 它只是指向我的服务器上的虚拟根目录,而我无权访问 SSL 服务器的 Web 根目录。

flash.system.Security.loadPolicyFile("{SSL 虚拟根上我的 crossdomain.xml 文件的 URL}");

完成这些更改后,我可以轻松地将 Google 帐户与我的 Flash 应用集成。

I hate to answer my own question but I found the code so I thought I'd post here to add to the reference value of this question:

pulled from: http://www.voiceoftech.com/swhitley/?p=117

The problem with setting up a crossdomain.xml file on the SSL server is that I don’t have access to the server. It’s just pointing to a virtual root on my server and I don’t have access to the SSL server’s web root.

flash.system.Security.loadPolicyFile("{Url to my crossdomain.xml file on the SSL virtual root}");

With these changes in place, I’m able to easily integrate Google Accounts with my Flash app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文