This won't solve your http/https issue, but you *can* actually use relative urls in your AMF endpoints (though the standalone flash player doesn't seem to like this). If your swf is always deployed to a standard location (at least relative to the AMF URL), you can use this in your services-config file. Our endpoints look like this:
<endpoint uri="../../graniteamf/amf" class="flex.messaging.endpoints.AMFEndpoint"/> We still haven't found a good way to handle http vs https. You can always programmatically configure your channels and endpoints, but bleah... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -----Original Message----- From: tchredeemed <[email protected]> Reply-To: [email protected] To: [email protected] Subject: [flexcoders] Re: services-config.xml question Date: Tue, 03 Feb 2009 14:52:41 -0000 I am not sure that really solves the problem... as I still have to type the server in. Anyone know any better solutions?

