how to declare a remote object if there are N number of methods to call...

....

<mx:RemoteObject id="ROREG" showBusyCursor="true" endpoint="{BLAZEDSURLS}"
                                    destination="Service"Name>

 <mx:method name="getMethod1" fault="faultHandler(event)"
result="resultHandler1(event)"/>

<mx:method  name="getMethod2" fault="faultHandler(event)"
result="resultHandler2(event)"/>
<mx:method  name="getMethod3" fault="faultHandler(event)"
result="resultHandler3(event)"/>

<mx:method  name="getMethod4" fault="faultHandler(event)"
result="resultHandler4(event)"/>



        </mx:RemoteObject>

if this procedure is not correct tell me....
Prajnith


On Tue, Dec 1, 2009 at 10:03 PM, prajnith k <prajn...@gmail.com> wrote:

> hi friends  if any want to share knowledge...
> lets play a quiz program...
>
> if any one know the answer put a question...
>  i think this helps a lot for freshers and newly developers like  me :)
>
> Prajnith
>

--

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


Reply via email to