Return to Snippet

Revision: 9240
at October 27, 2008 01:01 by jonniespratley


Initial Code
/**
		 * We take one argument here, and that is a snippet, because our server (amfphp) is expecting a snippetVO 
		 * 
		 * @param snippet snippetVO object
		 * 
		 */		
		public function saveSnippet( snippet:SnippetVO ):void
		{
			_service.call( "snippr.SnipprService.saveSnippet", new Responder( snippetSavedHandler, snipprFaultHandler ), snippet );
			trace( "Saving Snippet" );
		}

Initial URL


Initial Description


Initial Title
Saving data to amfphp

Initial Tags
textmate

Initial Language
Other