[Bindable]
        private var readXml:HTTPService=new HTTPService();
         readXml.url="data.php" ;
        readXml.method='post';
         readXml.addEventListener(ResultEvent.RESULT , onResult);
         readXml.addEventListener(FaultEvent.FAULT , onFault);
         readXml.send();
this will be useful to you.

On Thu, Mar 18, 2010 at 6:45 AM, Kiran Kumar Vasireddy
<[email protected]>wrote:

> Dear All,
>
> Could any body please give me a link or suggest me the code for the
> following equivalent code in Action Script?
>
> <mx:RemoteObject id="amfReg" destination="amfphp"
> source="UserData.UserData">
>                  <mx:method name="updateUser" result="updateUser(event)" />
>     </mx:RemoteObject>
>
>
> Regards
> Kiran
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to