Getting data from amfphp


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /**
  2. * Here we are calling the getSnippets on our server (amfphp) and setting the result and fault handlers
  3. *
  4. */
  5. public function getSnippets():void
  6. {
  7. _service.call( "snippr.SnipprService.getSnippets", new Responder( snippetResultHandler, snipprFaultHandler ) );
  8. trace( "Gettings Snippets" );
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.