# Close pop up full screen window

**URL:** https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955
**Category:** Uncategorized
**Created:** [January 24, 2003, 2:27pm UTC](https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955 "2003-01-24T14:27:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![m\_scerbo](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@m\_scerbo](https://forum.kirupa.com/u/m_scerbo)
#### Post date: [January 24, 2003, 2:27pm UTC](https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955/1 "2003-01-24T14:27:14Z")

</div>

I have a full screen movie and at the end of the 2nd scene I need to close the movie. I need to close the internet window as well because the form is up behind the movie in a seprate window. any ideas. THANKS!!! =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 24, 2003, 3:16pm UTC](https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955/2 "2003-01-24T15:16:48Z")

</div>

from what i understand, the solution is to use the fscommand in actionscript.  
on the last frame of the second scene type this command:

fscommand(“quit”);

this will close ur movie and the internet window(browser).

good luck 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 24, 2003, 3:18pm UTC](https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955/3 "2003-01-24T15:18:09Z")

</div>

I found it  
this works to close the browser window

getURL(“javascript:close()”)

THANKS

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 24, 2003, 3:35pm UTC](https://forum.kirupa.com/t/close-pop-up-full-screen-window/11955/4 "2003-01-24T15:35:05Z")

</div>

**exfusion:**

m\_scerbo is rigth  
fscommand only works for projectors …
