Something like: myHttpService.url = "http://" + parameters.myPassedInVariable;
myHttpService.send(); Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of darylgmyers Sent: Tuesday, January 09, 2007 8:18 AM To: [email protected] Subject: [flexcoders] variable url on an httpservice I am trying to make the url string a variable on the httpservice. I am passing the server in as a flashvar and want to use it as part of the httpservice url string. Can anyone point me in the right direction? Thanks.

