Hi, I mainly work with flash and php for "remoting", but I just installed the
dev version of CF alongside php on Apache on my local machine for learning and
testing. I found a guide that recommended multiserver...so that's what I did.
After a few headaches I got it working.
I was under the assumption that CF8 would be amf3 capable for flash
remoting... but it doesn't seem to be. And if there's a setting to enable an
amf3 'mode' for remoting I can't find instructions for that anywhere.

Does anyone know... is amf3 support only in the flex2gateway or should it be
also possible with flashservices/gateway ? (and if so, what do I need to do to
enable it). I can get a response from a cfc through the flash remoting
gateway.. but as soon as I switch to amf3 it gives an error with an
'unrecognized tag (17)' (or similar). No other changes. Seems strange that it
wouldn't provide amf3 remoting support for flash.
I also tried connecting and using the flex2gateway but I can't 'simulate' the
way flex connects via RemoteObject in flash. Couldn't find any info on how to
do that either.

Anyone got any bright ideas?