Vivek
Vivek

Reputation: 1461

Flex + Runtime + httpFaultHandler

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?

Upvotes: 0

Views: 56

Answers (1)

David Wolever
David Wolever

Reputation: 154644

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?

Upvotes: 1

Related Questions