Close pop up full screen window

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!!! =)

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 :slight_smile:

I found it
this works to close the browser window

getURL(“javascript:close()”)

THANKS

exfusion:

m_scerbo is rigth
fscommand only works for projectors …