Hi all - a bit of a newbie here, but I'm coming along with some 
basics in Flex2 / CF7.02.  I went quite far with CF Flash Forms, and 
am ready to dig deep into flex.

I've successfully learned how to load XML data to a tree and make it 
look right (using httpservice).  The original external xml file I'm 
using was written from cfxml in CF.  But I'm a bit stuck with trying 
to send data FROM Flex2 over to a cfc for manipulation.  Most 
tutorials simply run functions, but don't pass any data to CF.

I'm currently loading a cfc via Webservice.  A button's click 
parameter is set to run a function in the cfc (i.e. myService.sendData
(myTree.selectedItem)).

Based on that could someone write me some basic cfc code (and/or mxml 
if needed) that can receive this data and place it in a CF array - or 
at least lead me in the right direction to a tutorial online?

Once manipulated, the tree will be written straight back to xml via 
cfxml, then re-read via the Flex app's httpservice - i.e. kind of 
like "saving your settings."  If there's a better way to do this, I'm 
all ears!

Thanks - looking forward to this,
 - Chris






--
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