New to Flex and have been working with the phone application. But I 
am now 
uncertain about how to send data from Flex to the CFC in ColdFusion. 
The Live Docs
have the information below. Is the <mx:arguments where I would put 
the data to send
to the CFC. Is this a child of the <mx:method. Need help.

Thanks, Dave

<mx:RemoteObject
  concurrency="multiple|single|last"
  destination="No default."
  fault="No default."
  id="No default."
  result="No default."
  showBusyCursor="false|true"
  makeObjectsBindable="false|true"
/>

<mx:RemoteObject> can have multiple <mx:method> tags, which have the 
following properties: 

<mx:method
  concurrency="multiple|single|last"
  fault="No default."
  name="No default, required."
  result="No default."
  makeObjectsBindable="false|true"
/>
It then may have a single <mx:arguments> child tag which is an array 
of objects that will be passed in order. 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to