A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How do you export a Flash movies so it can't be "played" or "paused" on command?

  1. #1
    Member
    Join Date
    Dec 2008
    Location
    Colorado
    Posts
    38

    How do you export a Flash movies so it can't be "played" or "paused" on command?

    What I mean is, whenever you watch a Flash movie, or even some games, you can right-click the screen and a dropdown box appears. It gives you options such as "Play", and "Quality". This is bad when you have a game, because if you're paused on a frame, a player can just click "play" to play through all of the frames, causing serious glitches and just messing everything up. I've seen some games out there that when you right-click the screen, there IS no option for clicking "play" or any of that, just like 3 options that don't do anything. How do you do this?

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Use this on your frame:

    Actionscript Code:
    Stage.showMenu = false;

    pretty easy, right?

    Edit: WOOT, 600th post
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Member
    Join Date
    Dec 2008
    Location
    Colorado
    Posts
    38
    Quote Originally Posted by Nig 13 View Post
    Use this on your frame:

    Actionscript Code:
    Stage.showMenu = false;

    pretty easy, right?

    Edit: WOOT, 600th post
    It worked. Thanks a lot.

Tags for this Thread

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