Re: [flexcoders] HTTPService useProxy question...

2005-07-09 Thread JesterXL
Sent at 3:21pm You have to use a proxy, not Flex, but any proxy. The Flash Player is a client-side technology, and as such, it can only retreive data from sources within it's domain. So, if the XML you are looking for is outside your site, no dice without a proxy. I use PHP, for example, to

RE: [flexcoders] HTTPService useProxy question...

2005-07-08 Thread Theodore E Patrick
Sorry that should be useProxy="false". Ted ;) > When you set proxy="false" you need to have crossdomain.xml files set-up > to > handle the flash player security sandbox. If you do not have > crossdomain.xml > files configured, the player will block the URL request internally. > > Here is the low

RE: [flexcoders] HTTPService useProxy question...

2005-07-08 Thread Theodore E Patrick
When you set proxy="false" you need to have crossdomain.xml files set-up to handle the flash player security sandbox. If you do not have crossdomain.xml files configured, the player will block the URL request internally. Here is the lowdown on crossdomain.xml. http://www.macromedia.com/cfusion/kn