PDA

View Full Version : Minimize Button in Flash Fullscreen Website



vishu2724
July 13th, 2004, 03:10 PM
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 :

on (release) {

getURL ("javascript:self.close()");

fscommand ("quit");

}

and It works but I don't know what to do with minimize button.

Pl. advice.

flashy22
August 31st, 2004, 12:29 AM
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 :

on (release) {

getURL ("javascript:self.close()");

fscommand ("quit");

}

and It works but I don't know what to do with minimize button.

Pl. advice.Im in with you, im trying to find out how to make the minimize button at the moment, ill get back to you if i find anything :hugegrin: hope i find something
BeN (flashy22)