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

