> - Client1 will access the app via www.mycomp.com/myapp/client1, > Client2 will access the app via www.mycomp.com/myapp/client2, etc).
The way I've usually dealt with this is to set the endpoint property of the RemoteObject to point at whatever AMF endpoint url you want and then pass the value into the app via Flashvars, we then usually have an ASP page generate the HTML holding the swf and have it set whatever endpoint is required. I think the real problem is that if you use Flex Builder to build a 'data services' project then it automatically figures out endpoints for you, which is great until you need to change them. Stephen

