A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How Do I Close My Browser Window?

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Location
    nj
    Posts
    176

    How Do I Close My Browser Window?

    I need to put an action script on button to close the window that my movie is in. Does anyone know how to do this?

  2. #2
    Senior Member Branny's Avatar
    Join Date
    Feb 2001
    Location
    Manchester/UK
    Posts
    512
    on(release){
    getURL("javascript:window.close()");
    }

  3. #3
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176

  4. #4
    Senior Member
    Join Date
    Nov 2004
    Location
    nj
    Posts
    176
    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center