Close fullscreen button

how do you create a button that will close the fullscreen browser window (“exit” in top right corner on www.egomedia.com). i tried to use fscommand(“quit”), and that didnt seem to work. much thx for the help. :slight_smile:

maybe fscommand(“exit”)

I dunno… check it the action script dictionary…its where i always go if i have problems…

tried that. i gotta feeling the button has to call a javascript in the .html file.

yeah fscommand is only for the flash player i think…or projecter files… so u would probably have to use some java script to close the window
:slight_smile:

Hi.

You can use self.close(); or just close(); Try it out.

JJ