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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

closing windows with flash

Status
Not open for further replies.

miklo

Technical User
Jan 31, 2003
1
US
Hello!

I want to close my Flash movie using a buttton but don't know how to. Do i need to use major Actionscript?

The movie needs to close completely (it's not displayed in a browser), as I need an "exit" button.

Any ideas?

Miklo
 
Create a button (CTRL+F8) with the following actions in it:

on (release) {
fscommand ("quit", "true");
}

Rgds
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top