Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 13:26
Show Gist options
  • Select an option

  • Save jbuda/5196084 to your computer and use it in GitHub Desktop.

Select an option

Save jbuda/5196084 to your computer and use it in GitHub Desktop.
Calling remoting service
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