Nope, and if you google "amfRequest" "cc is not defined" you'll actually see a lot of others.
No errors are logged by coldfusion, and as I said, I put a <cflog> right before the <cfreturn> and that works. *AND* the http status code is 200 - a CF error would normally throw a 500. I think my issue is that the AMF Explorer doesn't work with modern firefox and firebug. Your suggestion of charles (which I've tried before) reminded me that I can use Fiddler to do this too... It does appear that the server is responding with nothing. a blank page. a 200 response with an x-amf content type but no. I can see the decoded AMF Request just fine. But the response is empty. Rick On Wed, Mar 6, 2013 at 3:52 PM, Cameron Childress <[email protected]>wrote: > > On Wed, Mar 6, 2013 at 3:25 PM, Rick Root <[email protected]> wrote: > > > and "amf response" tabs, but the amf request just says "cc is not > defined" > > and the amf response says "missingResponse" > > > > Use Charles to view the entire AMF reply: > http://www.charlesproxy.com/ > > Smells like CF is throwing an error of "cc is not defined" and you're seing > that returned to your Flash file. Do you happen to have any variables on > the CF side that are called "cc"? Start there. > > -Cameron > > -- > Cameron Childress > -- > p: 678.637.5072 > im: cameroncf > facebook <http://www.facebook.com/cameroncf> | > twitter<http://twitter.com/cameronc> | > google+ <https://profiles.google.com/u/0/117829379451708140985> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354875 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

