Groups | Blog | Home
all groups > macromedia flash flash remoting > october 2004 >

macromedia flash flash remoting : pass arguments using remoting component


Pete
10/5/2004 12:18:57 AM
You create a normal CFC under the webroot - as long as you set
access="remote" on the cfc function, you can contact it as a Flash Remoting
service and pass arguments to it. There should be samples of this in the
ColdFusion MX example applications.

Note that if your CFC method expects a single Struct as an input argument,
you have to work around a limitation that exists between Flash Remoting and
ColdFusion and modify the method signature to take a second argument, that
can be sent null and ignored.



[quoted text, click to view]
component pass a variable as an argument to my cfc.

ultimateCF
10/5/2004 12:31:46 AM
ultimateCF
10/5/2004 7:13:21 PM
I understand how to pass arguments to my cfc via remoting with actionscript. I
need to know if it is possible to do it with the remoting connector component.

if so, how would one provide the component with the argument to pass to the
service?
AddThis Social Bookmark Button