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?
相关问题
- Should I wait for Flash Player 10.1 or go with Fla
- Android ContextMenu for View (Not Activity)
- How to load flex swf from flash?
- How to add an Extra button on Extjs grid header me
- Setting Page Title from a SWF
相关文章
- How to re-enable the context menu in this case?
- How to customize context menu in Visual Studio Cod
- how to pass data when using MenuItem.ItemContainer
- as3 ByteArray to Hex (binary hex representation)
- getElementById not working in Google Chrome extens
- Libraries for text animation in Flex / Actionscrip
- How to upload BitmapData to a server (ActionScript
- Persistent connections between Flash client and Ja
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:
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.