How to call methos form server to client
Hello Friends
I m working in flex3.0 and i just want to know that how can i call a function from fms server to my AS3.0 (Client Side) code.
i tried the syntax client.call(methodname,null,null); but my flex code throw exception unable to call the method.
here can i use clientobject.call(methodname,null,null) and is there some special way to declare that method at client side.
can anyone put some demo code of both server side as well as client side so that i can undersatnd it properly.
Thanks and regards
Vineet osho
