Adobe Flash Builder http 数据服务调用仅在导出后失败

发布于 2024-12-20 06:38:05 字数 795 浏览 2 评论 0原文

我使用 adobe flash builder 编写了一个应用程序,该应用程序对网站进行 http 数据服务调用。

当我构建并启动应用程序时,它会加载到我的浏览器中(浏览器中的地址为 C:\Users\path\to\my\app.html)并完美运行。但是,当我将应用程序上传到我的网站,甚至从项目构建目录外部启动它时,HTTP 服务调用失败并弹出“

Security error accessing url
Destination: DefaultHTTP

当然,我在 google 上搜索了此错误,并意识到它可能与“crossdomain.xml”有关在我的网络根目录中。我尝试了这个,但仍然失败。
下面是我的跨站点域文件,

<?xml version="1.0"?>       
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">  
<cross-domain-policy>       
    <allow-access-from domain="www.my_domain_for_http_service.com" />       
</cross-domain-policy> 

我正在使用 Adob​​e flash builder 的免费试用版,但我没有看到任何表明这与错误有关的信息。

有什么想法吗?来自http服务调用的数据是xml格式。

谢谢

I wrote an app using adobe flash builder that makes an http data service call to a website.

When I build and launch the app it loads in my browser (the address in the broswer is C:\Users\path\to\my\app.html) and works perfectly. However, when I upload the app to my website or even launch it from outside the project build directory, the HTTP service call fails with the popup

Security error accessing url
Destination: DefaultHTTP

Of course I googled this error and realized it may have something to do with a 'crossdomain.xml' in my web root directory. I tried this and it continued to fail.
Below was my crossite domain file

<?xml version="1.0"?>       
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">  
<cross-domain-policy>       
    <allow-access-from domain="www.my_domain_for_http_service.com" />       
</cross-domain-policy> 

I'm using the free trial version of Adobe flash builder, but I do not see anything indicating that this has to do with the error.

Any thoughts? Data from http service call is in xml format.

Thanks

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

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

发布评论

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

评论(1

花间憩 2024-12-27 06:38:05

您可能正在使用两个不同的 Flash Player。 FB 将使用调试器版本,但您的浏览器可能使用常规下载。当 Flash 运行时右键单击它,看看能找到什么。

如果它们不同,那么安全设置也可能不同。您可能必须允许 Flash 访问远程网站。也可以通过将鼠标悬停在 Flash 应用程序上时通过右键单击菜单进行访问。

You may be using two different Flash Players. FB will use a debugger version, but your browser may be using the regular download. Right-click on the Flash when it is running, and see what you can find.

If they are different, then the security setting may also be different. You might have to allow Flash access to the remote website. This can also be accessed via the right-click menu while hovering over the Flash app.

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