Jul 15, 2002 #1 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
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
Jul 15, 2002 #2 thatrenowned MIS Dec 24, 2001 857 GB Create a button (CTRL+F8) with the following actions in it: on (release) { fscommand ("quit", "true" } Rgds Upvote 0 Downvote
Create a button (CTRL+F8) with the following actions in it: on (release) { fscommand ("quit", "true" } Rgds