/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * Here we are calling the getSnippets on our server (amfphp) and setting the result and fault handlers * */ public function getSnippets():void { _service.call( "snippr.SnipprService.getSnippets", new Responder( snippetResultHandler, snipprFaultHandler ) ); trace( "Gettings Snippets" ); }