弹性+运行时 + http故障处理程序
我正在创建一个图表并加载图像。
当我尝试使用构建器运行该程序时,它工作正常,但是当我导出它并尝试运行它时,我遇到了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用
-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?