Expand my Community achievements bar.

Flex and ColdFusion Components

Avatar

Level 1
Hi. I am new to ColdFusion, and I am trying to get it working
with Flex 3 and MySQL. Everything works fine if I use HTTP and a
CFM file. Now I am trying to use a RemoteObject with a CF Component
as the source. I know the CFC is configured correctly because I can
call it from a CFM file and get data back from the database. But
when I use the RemoteObject in Flex, I get this error:



[MessagingError message='The MessageAgent's destination must
be set to send messages.']



Where do I set up this MessageAgent, and should this be
necessary? Thanks for any help!
1 Reply

Avatar

Former Community Member
Are your cfc function's access levels set to be
remote?