弹性+运行时 + http故障处理程序

发布于 2024-08-15 20:09:12 字数 485 浏览 3 评论 0原文

我正在创建一个图表并加载图像。

当我尝试使用构建器运行该程序时,它工作正常,但是当我导出它并尝试运行它时,我遇到了 httpFaultHandler 问题。

我试图给出绝对路径、逻辑路径,但没有成功。

我创建对象的顺序是:

    1. In Application, i've set the creationPolicy="all"
    1a. On creationComplete I'm loading populateGraph function.
    2. Creating an Panel
    3. Creating a VBox
    4. Creating a SpringGraph
    4a. on Initialization of SpringGraph I'm populating my XML using HTTPService

当我在运行时打印 XML 的值时,它显示空白:(。

有什么帮助吗?

I'm creating a graph and loading images.

When I try to run the program using the builder, it works fine, but minute I export it and try to run it, I get an httpFaultHandler issue.

I've tried to give the absolute path, logical path, but no success.

My sequence of creation of object are:

    1. In Application, i've set the creationPolicy="all"
    1a. On creationComplete I'm loading populateGraph function.
    2. Creating an Panel
    3. Creating a VBox
    4. Creating a SpringGraph
    4a. on Initialization of SpringGraph I'm populating my XML using HTTPService

When I print the value of the XML during runtime, its shows blank :(.

Any help?

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

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

发布评论

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

评论(1

执笏见 2024-08-22 20:09:12

您是否尝试过使用 -use-network 构建 swf

另外,你说运行时XML的值为空……这是故障之前还是之后?或者这是一个单独的问题?

Have you tried building the swf with -use-network?

Also, you say that the value of the XML is blank at runtime… Is this before or after the fault? Or is that a separate issue?

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