Closeing the window

Hey I’m a bit of a newbie at flash and i was just wondering if its possible to make a quit button in which would close the window that its playing in. Thanks
~Jon~

if you have your movie in a pop up window or full screen make a js link:

“javascript: window.close();”

or you could just have a button in the movie with the actions telling the main timeline to go to a blank keyframe…???

Cheerio’
ZERO
HERO

Hey thanks i figured it out