Flash Close Button


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. For a standalone;
  2. on (release) {
  3. fscommand ("quit");
  4. }
  5.  
  6. For a browser:
  7. on (release) {
  8. getURL ("javascript:window.close();");
  9.  
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.