Revision: 9239
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 27, 2008 01:00 by jonniespratley
Initial Code
/**
* 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" );
}
Initial URL
Initial Description
Initial Title
Getting data from amfphp
Initial Tags
textmate
Initial Language
Other