Hi all!

First post, so go easy on me....

I'm using this code


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; xmlns="*" 
layout="absolute" creationComplete="userRequest.send()">

<!-- Set the url for the cfm template -->
   <mx:HTTPService id="userRequest" 
url="http://192.168.50.254/mcd/test.cfm"; useProxy="false" method="POST">
      <mx:request xmlns="">
         <username>{username.text}</username>
         <emailaddress>{emailaddress.text}</emailaddress>
      </mx:request>
   </mx:HTTPService>

and I get an error.

If I change the url to:

url="http://www.website.com/test.cfm";

then it works. I'm guessing that this is a proxy issue, as it doesn't 
seem to resolve on my internal network?

Thanks
Shaun





Reply via email to