Remote Objects not working in a Flex App embedded in a ColdFusion Page
Again, this issue was caused but the flex-config.xml that is
located in the "cfform" directory of the ColdFusion directory. The
guilty node was:
<amf-gateway>{context.root}/amfgateway</amf-gateway>
The correct value (for my install) is:
<amf-gateway>{context.root}/flashservices/gateway</amf-gateway>
....which is the same value I had in the Flex flex-config.xml file,
which would explain why when I viewed the app from a ".mxml" file
it worked, but not when I viewed it from a ".cfm" file.
Comments
There are no comments for this page as yet.
print page
