Hi there,

i've asked that already in the Prana forum, but never got an answer.
Here is my situation/problem: I'm building a Flex client that has to
communicate with a Rails backend.
Since there are different environments (development, staging, production)
i load the env. specific data on startup with the Properties class. For getting to work this, i have to set the Flex compiler flag 'use-network=false'.
But with that setting i guess i'm not able to reach the Rails backend
with HTTPService calls (for that 'use-network=true' is necessary).

Is there a solution that both (load Properties and access web URL's) is
working ? I'm using Flex 3.
Thank you very much.
Best regards
valley