Created
March 19, 2013 13:26
-
-
Save jbuda/5196084 to your computer and use it in GitHub Desktop.
Calling remoting service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var _remoting:RemotingService = new RemotingService('http://www.yourdomain.com','com.remoting.RemotingService'); | |
| _remoting.addEventListener(RemotingEvent.RESULT,DataReturn); | |
| _remoting.init('FUNCTION_ON_CFC','ANY ARGUMENTS'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment