Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Projector Closing?

Status
Not open for further replies.

banditburg

Programmer
Apr 23, 2002
17
GB
Hello,

how do I make a projector close? I have a game. It is fullscreen and I have disabled the escape key so that it cannot normally be exited. In my game, I have an exit button. How do I make this button close the whole projector.

will '_root.unloadMovie();' work?

Thanks Bandit,

immortal.bmp
 
just put in close() excuse me can i have some more
 
let me clear this up

geturl

javascript;window.close();
excuse me can i have some more
 
I was under the impression that javascript only worked over the internet and not in prohectors. I think I have worked it out though:

fscommand("quit");

This SHOULD do the trick :) Bandit,

immortal.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top