A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Using Right Mouse Click?

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    9
    Using Windows...

    Is it possible to use Actionscript to access the right mouse button to trigger a Flash MX button or movie?

    This would override the Flash Player menu.

    Thanks

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    105
    No,

    but you can with a new projector programme thing... can't remember what its called though, let me think.

    Cris

  3. #3
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    onClipEvent (enterFrame) {
    if (Key.isDown(2)) {
    myMovieClip.play();
    }
    }

    thats not what you want, i know... but you want to make a right click work like a left click, right? hmmm...

  4. #4
    Senior Member
    Join Date
    Mar 2002
    Posts
    298
    There is a way of using the right mouse button in browser flash and overriding the macromedia menu. I've seen it done before but can't remember where >
    I think the method to go about it is to use a layer on top of that with the swf on and intercept right clicks on that.
    It's really bugging me at the moment

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