Re: [flexcoders] building up the url for httpservice

2007-09-09 Thread Sheriff

i think thats where the nameofthesevice.Send(...) comes in, so place the url 
inside the send, dont quote me on this though
- Original Message 
From: grimmwerks <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, September 9, 2007 10:21:36 PM
Subject: [flexcoders] building up the url for httpservice









  



Ok this is stupid.



Since we've got an app that might be moving around, I was going to either pass 
the rootURL in flash vars or strip it from the main application. url. 


Well did all that but how do I set it in the httpservice' s url with a variable 
AND a string: 


url="{rootURL+"\"/signup/register"\"}"




?
 


  
























   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 

Re: [flexcoders] building up the url for httpservice

2007-09-09 Thread shaun
grimmwerks wrote:
> Ok this is stupid.
> 
> Since we've got an app that might be moving around, I was going to  
> either pass the rootURL in flash vars or strip it from the main  
> application.url.
> 
> Well did all that but how do I set it in the httpservice's url with a  
> variable AND a string:
> 
> url="{rootURL+"\"/signup/register"\"}"
> 
> 
> ?
> 

url="{rootURL}/signup/register"


- s


[flexcoders] building up the url for httpservice

2007-09-09 Thread grimmwerks

Ok this is stupid.

Since we've got an app that might be moving around, I was going to  
either pass the rootURL in flash vars or strip it from the main  
application.url.


Well did all that but how do I set it in the httpservice's url with a  
variable AND a string:


url="{rootURL+"\"/signup/register"\"}"


?