You need to decide whether you want to use AMF with objects or HTTPService with 
POST/GET parameters. I recommend using the former.

These two threads should get you going using RemoteObjects and WebORB:

http://tech.groups.yahoo.com/group/flexcoders/message/134254
http://tech.groups.yahoo.com/group/flexcoders/message/126803

HTH.


Steve


--- In [email protected], "shrike6_7" <martin.sile...@...> wrote:
>
> 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