Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Hosting Problem....

Avatar

Level 1

i am using force.com flex toolkit to retrieve datas from salesforce to flex 3....in flex builder i am able to retrieve the datas but when i hosted to server its not retrieving the data can anyone guide me how to solve this problem

1 Reply

Avatar

Former Community Member

You might need to set --use-network=false compiler argument.

In the main menu:

Project - Properties - Flex Compiler - Additional compiler arguments

add    --use-network=true

If this post answers your question or helps, please mark it as such.