为什么 swfloader 不工作?

发布于 11-18 22:32 字数 236 浏览 2 评论 0原文

我尝试使用 mxml swfloader 组件从以下 url 加载外部 Flash,但它不加载任何内容。我正在使用 FlashBuilder 4.5。

http://somesite.com/en/interface.swf?token=123

我不知道为什么它不起作用。

I am trying to use the mxml swfloader component to load the external flash from the following url, but it doesn't load anything. I'm using FlashBuilder 4.5.

http://somesite.com/en/interface.swf?token=123

I have no idea why it isn't working.

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

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

发布评论

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

评论(3

风尘浪孓2024-11-25 22:32:52

My guess is that you have a Sandbox Security violation. You can't load a swf from another domain/port without having a crossdomain xml.

雪落纷纷2024-11-25 22:32:52

如果 swf 来自另一个域,您可能应该添加到代码中

System.security.allowDomain("domain");

if swf is from another domain, u should probably add into your code

System.security.allowDomain("domain");

┊风居住的梦幻卍2024-11-25 22:32:52

正在加载的闪存使用相对路径将其他闪存文件加载到其中。更改绝对路径应该可以解决此问题

The flash being loaded loads additional flash files into it using relative paths. A change to absolute paths should fix this

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