>From the example it's not clear to me how to use this with CF.

Using following as an example, how would this translate into the new js tag.

<mx:RemoteObject id="roSendEmail" destination="ColdFusion"
source="{relativePath}SendEmail">
        <mx:method name="sendmail" result="roSendMailResultHandler(event)"
fault="roFaultHandler(event)"/>
</mx:RemoteObject>

var mailer:Object = {sendto:"a...@gmail.com", from:"me", subject:"New Info",
html:1, message:message};
this.roSendEmail.sendmail(mailer);

Doug




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to