# Launching a FULL Screen window?

**URL:** https://forum.kirupa.com/t/launching-a-full-screen-window/11293
**Category:** flash
**Created:** [January 15, 2003, 2:53am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293 "2003-01-15T02:53:59Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![Chupa](https://avatars.discourse-cdn.com/v4/letter/c/bbce88/32.png) [@Chupa](https://forum.kirupa.com/u/Chupa)
#### Post date: [January 15, 2003, 2:53am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/1 "2003-01-15T02:53:59Z")

</div>

is it possible to launch a full screen window in flash? if so, what’s the code i have to add to the button?

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 15, 2003, 3:03am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/2 "2003-01-15T03:03:56Z")

</div>

Full screen is bad… :trout:

---

<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 15, 2003, 3:06am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/3 "2003-01-15T03:06:23Z")

</div>

i didnt ask if it was bad, i just need the code. the site is for someone else i am just helping them out.

---

<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 15, 2003, 3:13am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/4 "2003-01-15T03:13:47Z")

</div>

try doing a search ive answered this a bunch of times here already, and please next time dont be so rude ilya was just stating his opinion wich is a vlid one, fs is bad but it depends how you use it, i use it alot for cd based presentations but i make sure i always include a exit button that way the user isnt forced to view the whole thing he can uit whenever he wants, anyways just be a little more polite man were just trying to help eachother out and honestly thats no way to get anyhelp man just be cool and dont get mad  
Peace

Grim

---

<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 15, 2003, 3:22am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/5 "2003-01-15T03:22:13Z")

</div>

i didnt mean it to come across rude. sorry.

… anway, i did do a search & found nothing that really helped. all i need is the button code.

---

<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 15, 2003, 3:27am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/6 "2003-01-15T03:27:33Z")

</div>

Ok Chupa… since I know you, and trust you… I will post this link, but you have no idea how hard this is for me to do…

…

…

…

[http://www.dynamicdrive.com/dynamicindex8/window1.htm](http://www.dynamicdrive.com/dynamicindex8/window1.htm)

Put the function in your HTML page. Then use getURL with the javascript function inside.

There we go…

---

<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 15, 2003, 3:31am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/7 "2003-01-15T03:31:48Z")

</div>

on (release) {  
fscommand(“fullscreen”, “true”);  
}

and if you want to make a exit buton just type in this code

on (release) {  
fscommand(“quit”);  
}

Stay Cool

P.S. i didn’t mean to lecture you i just dont want to see people starting an argument over something stupid, i know alot of people here hate fs but hey it all depends what and how you use it, besides its your website you can do whatever you want thats why i always post regardless if you use it or not but just so that you know how to use it

Grim

---

<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 15, 2003, 3:37am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/8 "2003-01-15T03:37:37Z")

</div>

Hey grim, that code is only for the standalone player. It doesn’t work for websites.

---

<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 15, 2003, 3:38am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/9 "2003-01-15T03:38:28Z")

</div>

aww thanks guys 🙂 you just saved my \*\*\*! thank you thank you thank you!

---

<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 15, 2003, 3:45am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/10 "2003-01-15T03:45:06Z")

</div>

No problem :crazy:

---

<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 15, 2003, 3:47am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/11 "2003-01-15T03:47:29Z")

</div>

ya didnt notice that till after i posted lol but thnks for letting me know as wel =) like i said i use it alot on cds never done a fullscreen website never will

Grim

---

<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 15, 2003, 5:28am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/12 "2003-01-15T05:28:09Z")

</div>

Full screens are evil!

Here is the history of full screens:  
x rated sites were finding that the on exit pop url function did not have enough punch to keep the ‘accidental’ visitor long enough to download x rated gifs to draw the viewer in, so they created full screen where it took the time to download the full site.  
The guy who started this also created the disturbingly, slithery and useless Pop- under window function that is only used for ads and x rated sites.  
Think about it, when is it appropriate to use a pop-under window?  
Why do you need to go full screen on a website?

No wonder you got defensive.  
You are working for the devil.

---

<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 15, 2003, 5:46am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/13 "2003-01-15T05:46:29Z")

</div>

Rynoe, stop trying to cause trouble.

Chupa directly stated that the project was not for her, it was for someone else and she was just trying to help them out.

---

<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 15, 2003, 5:49am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/14 "2003-01-15T05:49:19Z")

</div>

Well I’m just saying…  
Take care of your chupa friend.  
She’s wandering off into the woods…  
and should be careful.

---

<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 15, 2003, 5:51am UTC](https://forum.kirupa.com/t/launching-a-full-screen-window/11293/15 "2003-01-15T05:51:59Z")

</div>

Chupa will be fine. Trust in Chupa…lol.
