A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Exit/Shut Down? - easy question...

  1. #1
    Senior Member
    Join Date
    May 2002
    Posts
    321

    Exit/Shut Down? - easy question...

    This should be an easy question, but I just don't know how to do it....

    I want to put an exit button on my project so that when a user clicks it, it completely shuts down the projector - what script would I put on the button to do that?....

    Thanks, all!....

  2. #2
    flashdevil
    Join Date
    Jun 2001
    Location
    The Netherlands
    Posts
    665
    make a button with this script attached:

    on (release){
    fscommand("quit");
    }
    fifkikker.com
    fresh flash developer, with style.

  3. #3
    Senior Member
    Join Date
    May 2002
    Posts
    321
    Cool - thanks!...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center