Archives

Viewing by month: April 2005

Apr
01

Custom Tag: Calling a CFC from a Flash Form Part II

9 comments Posted by: Laura

In the first part of this post, we explained how to send and receive variables from a CF component. Now, to make it easy to use, I made a custom tag that takes the name of the component to call, the method name, any parameters that the component requires and the name of the ActionScript function to call with the results of the cfc call. Important to note that the callback function should accept an object as its parameter. This object will contain all the CFC response variables.

read more Category: CFForm | ColdFusion |