Hello,
with a remoteobject how can I send parameters?
If I use:

        <mx:method name="setData">
            <mx:arguments>
                <arg1>{text1.text}</arg1>
                <arg2>{text2.text}</arg2>
            </mx:arguments>
        </mx:method>

at serverside (php with amf) I have a function setData($arg1,$arg2)

but can I send this parameters in POST and receive it in the $_POST variable?

Thanks

Reply via email to