# Minimize Button in Flash Fullscreen Website

**URL:** https://forum.kirupa.com/t/minimize-button-in-flash-fullscreen-website/115997
**Category:** Uncategorized
**Created:** [July 13, 2004, 7:10pm UTC](https://forum.kirupa.com/t/minimize-button-in-flash-fullscreen-website/115997 "2004-07-13T19:10:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vishu2724](https://avatars.discourse-cdn.com/v4/letter/v/9fc29f/32.png) [@vishu2724](https://forum.kirupa.com/u/vishu2724)
#### Post date: [July 13, 2004, 7:10pm UTC](https://forum.kirupa.com/t/minimize-button-in-flash-fullscreen-website/115997/1 "2004-07-13T19:10:02Z")

</div>

Hi

I want to add close and minimize button in my fullscreen flash website. I make two button 1. Exit 2. Minimize and then I give action to close button :

[font=MS Sans Serif][size=1]on (release) {

[/size][/font][font=MS Sans Serif][size=1][color=#000084]getURL[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000] ([/color][/size][/font][font=MS Sans Serif][size=1][color=#0000ff]“javascript:self.close()”[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000]);

[/color][/size][/font][font=MS Sans Serif][size=1][color=#000084]fscommand[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000] ([/color][/size][/font][font=MS Sans Serif][size=1][color=#0000ff]“quit”[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000]);

}

[/color][/size][/font]and It works but I don’t know what to do with minimize button.

Pl. advice.
