function sendToCF(){
    var send = new Object();
    send.param1 = "hello";
    send.param2 = " world";
    your_svc.sayHello(send);
}

this will show up in the Flash scope inside CF as #flash.param1# and
#flash.param2#..

This is a simple example but it should help you... if not I would be
happy to try and help you figure out what you need...

HTH,
Clint


On Wed, 23 Mar 2005 17:41:11 -0800 (PST), Mohanraj Jayaraman
<[EMAIL PROTECTED]> wrote:
> 
> Hi All,
> 
> I've been trying to pass an AS Object to a Coldfusion
> CFC thorough FLEX RemoteObject calls. But I havent
> found any success so far.
> 
> I knew there are examples provided my Macromedia for
> exchanging complex objects
> (http://www.macromedia.com/devnet/flex/articles/complex_data_03.html)
> , but they are explained with Java which I am not able
> to reproduce the same with Coldfusion CFC's.
> 
> Have anybody tried this before? If so,can you explain
> it with a simple example?
> 
> Thanks,
> Mohanraj
> 
> 
> __________________________________
> Do you Yahoo!?
> Make Yahoo! your home page
> http://www.yahoo.com/r/hs
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 


-- 
My Blog
http://www.clinttredway.com

Are you diabetic?
http://www.diabetesforums.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