/ Published in: ActionScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
For a standalone;
on (release) {
fscommand ("quit");
}
For a browser:
on (release) {
getURL ("javascript:window.close();");
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                