Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8557875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:40:30+00:00 2026-06-11T15:40:30+00:00

When an OpenLaszlo application is deployed using the SWF10/11 runtime, is it possible to

  • 0

When an OpenLaszlo application is deployed using the SWF10/11 runtime, is it possible to completely disable the Flash Player context menu on desktop computers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:40:31+00:00Added an answer on June 11, 2026 at 3:40 pm

    That’s only possible starting with Flash Player 11.2. I have done a test run with a modified version of OpenLaszlo based on the flex4.6 branch, adding Flash 11.2+ support to the OpenLaszlo compiler. With the following LZX code I managed to remove the default Flash Player context menu completely:

    <canvas width="100%" height="800" proxied="false">
    
        <passthrough when="$as3">
            import flash.events.MouseEvent;
        </passthrough>
    
        <handler name="oninit">
            if ($as3) {
                Debug.info(MouseEvent.RIGHT_CLICK);
                var sprite = this.getDisplayObject();
                sprite.addEventListener(MouseEvent.RIGHT_CLICK, doSomething);
            }
        </handler>
    
        <method name="doSomething" args="p">
            Debug.inspect(p);
        </method>
    
    </canvas>
    

    At the moment I’m not willing to contribute any more code to OpenLaszlo, due to the fact that Laszlo and Critical Path have been disrespecting the community in the past 2 years. I might create a private branch of OpenLaszlo where I’ll add new features and bug fixes, and maybe this can be turned into a version maintained by the community.

    Therefore there is no way to use this example code with a released version or a nighly build of OpenLaszlo.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In an OpenLaszlo application using the SWF10 runtime, how can I switch the application
I just learned how to profile OpenLaszlo applications using Flash Builder . The approach
I'm working on an OpenLaszlo application using the unreleased version of OpenLaszlo 5.0 (trunk).
I'm planning to build a small application, which uses some features of Flash Player
this is a chat application in openlaszlo. i write in the inputtext area. and
How can i pass two values in a query string using LzBrowser.loadURL() in openlaszlo.
Are there a good overview/comparison of Flash-authoring tools somewhere online? By Flash-authoring tools I
I have a requirement to put together an application which will generate a web
I have developed web applications using JSF (myfaces components). But in these days of
I have been looking at OpenLaszlo and observed that scripting in the client is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.