/ Published in: Other
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/**
* 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" );
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                