On 4/26/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > What is the RemoteObject tag doing exactly? How does it relate to the > CFC I have it calling? How do I use this in my multi-layered code? > I've read a fair amount of the documentation and I still have a very > superficial understanding on what is really going on here. I've > successfully run through several tutorials, but they all do things > slightly differently and I don't understand what the differences are.
When you use the RemoteObject, you are telling Flex to call methods of a CFC residing on Coldfusion. It does this by making an http(s) call to the appropriate gateway.. typically www.yourdomain.com/flex2gateway Just like web service calls, your CFC methods must have an access type of remote. Reading your post again, I don't think that's the kind of answer you're looking for, but I'm not sure how else to answer... Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3990 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
