开发者

Flex + Runtime + httpFaultHandler

开发者 https://www.devze.com 2022-12-15 01:51 出处:网络
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'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 :(.

开发者_JAVA技巧

Any help?


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消