How to use right mouse in a 3D application by flash player 11

I know officially right mouse is disabled for security problem or what.
But it's really unconfortable for a 3D web application or game
In the coming 3D web age nowadays why cannot disgard this constraints to improve the user's experience?
There was some unofficial method to implement that by set the wmode to opaque. But now for 3D accelleration you must set it to 'direct', so no way to do that.
I'm dreaming about right mouse usage for a so normal 3D game, whether it's rely on web or on windows.

To work for your project, the SIS has to be implemented on the class that is the main(). To implement the SIS for a class, it needs to declare it implements the SingleInstanceListener and define the new activation method. Also, it needs to have the SingleInstanceService added to it via. the methods addSingleInstanceListener(). It is not strictly necessary to call addSingleInstanceListener() from the main() class, but it does make a lot of sense.
Does that answer your question?
Edited by: AndrewThompson64 on Dec 15, 2007 1:28 AM
Edited by: AndrewThompson64 on Dec 15, 2007 1:48 AM

Similar Messages

  • Turning off right mouse click settings pop-up in Flash player

    Using Flash CS4 to create Flash presentation. Is there any way to disable the built-in flash default player function of displaying a pop-up menu on right mouse click that shows About Flash player and quality settings? Trying to use right click for movement within the presentation.

    This link might help:
    http://www.permadi.com/tutorial/flash5tips/#TIP2
    There's a script that will disable most of the options on the menu (not what you're looking for, unfortunately), the mention of a couple of options for programs that will disable the menu completely (no personal experience with those!), and most intriguing, an undocumented feature that will "trap" right mouse clicks. You might want to look into that final option - since if you can trap it, you could also probably trigger another function with that same action. (Sorry if my actionscript terminology isn't the clearest, but I'm sure you get what I'm saying!)
    Good luck!

  • Cant use right mouse buttton after open a Menu

    After I open Menu (all in this) Firefox crash using right mouse button. It do it every time, so I must reset Firefox to use right button.
    How can I do with it (but, "don't use Menu" isn't an answer :P ).

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    If you have submitted crash reports then please post the IDs of one or more crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter

  • CAN NOT write text on some webpages like googlemail if use right mouse click, last copied text gets pasted in against my will Macbook pro: OSX 10.6.8 Firefox,

    I would like to use right mouse click for spelling translate but when I click it pastes the last copied text in instead of opening the menu it happens on many webpages.
    thanks for help
    Elkan

    still having same problems.
    is this the only way to get support from firefox? where are the developers that write the code? or someone directly responsible for the product? i don't expect an end user to help but this is ridiculous. the windows version works fine but the mac version doesn't. i'm running both on the same machine so it's not the hardware (running windows as a virtual guest in parallels).

  • Cannot use right mouse to show shortcut menu

    Dear all,
    On SBO screen, I cannot use right mouse click to show shortcut menu on every field or every area that SBO provide shortcut menu. I cannot use on one database but I can use right mouse on other database ( same client ). Does there is any problem or there is any set up for this operation.
    Thanks you in advance,
    Angnam

    Dear Angnam,
    If you have source code of SDK and resource to check the code, you can find why the right mouse has been blocked. Then you can find solution. Otherwise, you have to decide which one is more important. In other word, you cannot use the current problematic addon with right mouse at the same time.
    Thanks,
    Gordon

  • How to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0)

    Hi all,
    I'd like to know if it's possible and how to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0), Windows version.
    With the following code, I can see that the mail.jar used by the server is the one included in the jdk installation :
    // I'm testing InternetAddress.class because I want to use commons-email-1.2.jar that requires mail.jar 1.4 (or higher) and activation.jar 1.1 (or higher)
    // and I know that inside the commons-email-1.2.jar file, I need to call the InternetAddress.validate() method that throws a java.lang.NoSuchMethodError: javax.mail.internet.InternetAddress.validate()V if it is used with mail.jar 1.2.
    Class cls = javax.mail.internet.InternetAddress.class;
    java.security.ProtectionDomain pDomain = cls.getProtectionDomain();
    java.security.CodeSource cSource = pDomain.getCodeSource();
    java.net.URL location = cSource.getLocation();
    System.out.println(location.toString());
    This code returns : file:/C:/oracle/app/jdk/jre/lib/ext/mail.jar and this mail.jar file has an implementation version number: 1.2
    - I've tried to include my own mail.jar (1.4.2) and activation.jar (1.1.1) files in the war file that I deploy, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I've tried to put the mail.jar (1.4.2) and activation.jar (1.1.1) files in the applib directory of my OC4J instance, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I know that a patch exists : I've read the following document: How to Make Libraries such as mail.jar and activation.jar Swappable ? [ID 552432.1]
    This article talks about the Patch 6514136, but this patch only applies to : Oracle Containers for J2EE - Version: 10.1.3.3.0
    Can you please help me ?
    Thanks in advance for your answers,
    Laurent

    I strongly suggest to upgrade to AS 10.1.3 to get this.
    Think of future support of AS 9.0.4. You will get not critical patch updates anymore.
    --olaf                                                                                                                                                                                                                                                                                                               

  • How to use debug my jdevloper devloped jsp applications using tomcat 4.0?

    hello,
    how to use debug my jdevloper devloped jsp applications using tomcat 4.0?
    how to run with using tomcat path with browser?
    can any one help?
    thanks
    pullareddy

    Hi Pullareddy,
    Charles' answer will work for Servlets in Tomcat, but debugging JSPs is a bit more complicated than debugging Servlets.
    Here's what you need to do:
    (I don't have Tomcat, so I don't know the details of Tomcat configuration files and I can't guarentee that Tomcat provides the flexibility so that you can configure it for debugging JSPs. Each application server is configured a bit differently. Hopefully you can adjust the following instructions to Tomcat.)
    1. You need to replace Tomcat's JSP engine with OJSP and you need to setup debugging parameters for OJSP.
    This is not specifically in the JDev documentation, but you may be able to apply the information found in the topic "Remote Debugging in OC4J".
    Here are some tips:
    A. You'll probably need to specify the following jars in some Tomcat config file: ojsp.jar, ojsputil.jar, xmlparserv2.jar, ojc.jar, and jdev-rt.jar.
    B. The OJSP class name is oracle.jsp.runtimev2.JspServlet.
    C. The debug parameters are:
    debug_mode = true
    developer_mode = true
    encode_to_java = true
    emit_debuginfo = true
    jspjavacompiler = oracle.jdevimpl.jsp.JspOjcCompiler
    2. You need to make Tomcat start the Java command with debugging options. (This is what Charles was talking about. One of the debug options is -XXdebug). This is in the JDev documentation in the topic "Starting a Java Process in Debug Mode". Please read that documentation help topic.
    3. You need to delete any old .java or .class files which were created in the past for your JSP. If you leave old .java or .class files around, then the debugger may not be able to stop at breakpoints in your JSPs. So, be sure to clean up old files.
    4. Set your project settings for remote debugging. This is on the Debugger - Remote panel in the Project Settings dialog box. You probably want either Attach to OJVM or Attach to JPDA. Which radio button you choose depends on what command line options you specified in step 2.
    -Liz

  • How to use Director 11.5 ByteArray data in to Flash ByteArray ?

    How to use Director 11.5 ByteArray data in to Flash ByteArray ?

    Did you configure it in Window / Preferences / Flash Builder / Installed SDKs?

  • I am trying to use sites on the internet which require Adobe Flash Player, but when I click on the free download, it says that Apple does not support this application, so I cannot use it.  This stops me viewing quite a few interesting things.  Any ideas?

    I am trying to use sites on the internet which require Adobe Flash Player, and when I click for a free download it says that "it is not available for your device because of restrictions that Apple has put in place".  Any suggestions on how to overcome this?

    Flash is not, and probably never will be, supported on the iPad : http://www.apple.com/hotnews/thoughts-on-flash/ . Plus it would be up to Adobe to make a version of their flash player that works on iOS devices, something which they have never managed to do and which they have now given up on trying to do.
    Browser apps such as Skyfire, iSwifter and Puffin 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store, so your could try checking there for your sites (and there is the built-in YouTube app).

  • How to embed java application into flash player

    By using SWT flash, I able to embed flash player into java
    UI. But then now I want to embed the java application in flash
    player... Do it possible ?? or any export can help me or advice me
    on this? Thanks
    Regards,
    Sosseres

    Hi,
    In this case, you need to setup Single Sign-On (SSO) between your SAP Portal and Websphere.
    Please refer to the following URL:
    IBM WebSphere
    Here, you will find all the guides that explain how this SSO can be established. Under the General Section, you will find documentation that describe the SSO cases. Under the section of interoperability, you can find the guides like "How to Set Up SSO Between SAP NetWeaver Portal and IBM WebSphere Portal Using TAI".
    Use these guides to setup SSO.
    Regards,
    Shitij

  • No question, just a remark to say how upset I am that Apple still does not have flash player on iPad or iPod touch. Still upset not to be able to view my family's video on my iPad! Upset customer!

    No question, just a remark to say how upset I am that Apple still does not have flash player on iPad or iPod touch. Still upset not to be able to view my family's video on my iPad! Upset customer!

    This is a user to user forum, and Apple does not follow these discussions. But here is what Apple says about not having Flashplayer on iDevices:
    Thoughts on Flash
    You can tell Apple your thoughts directly by using this link:
    Apple - iPad - Feedback
    You can watch your videos on your iPad by syncing them via iTunes:
    iTunes: Frequently asked questions about viewing and syncing videos
    Message was edited by: Ingo2711

  • Select record using Right Mouse Button

    How can I use the right mouse button to select a record in a multi-record grid?
    The default bahavior for Right Button is the Popup Menu.
    null

    Have you look at how to use the "when mouse triggers" perhaps create a db object for the triggers with the action you wish it to accompolish and include them in all your forms. The help system in forms, displays examples of all triggers and some of there uses and actions.

  • Using right mouse button as secondary button

    I have just received a replacement Apple wired mighty mouse because I couldn't get the right mouse button to work as a Secondary button. However, I have exactly the same problem with the new mouse!
    I am using the latest update to OS X 10.4.8, with the latest firmware in my Intel Mac Mini.
    Strangely enough, if I reverse the buttons, i.e. set the right button to Primary, and the left button to Secondary, the Secondary button works fine. In all cases both buttons work fine as Primary buttons. Any ideas why the right button won't work as a secondary please? Has anybody else had this problem?

    Doh! Thank you, thank you. After two replacement mice and many calls to Apple technical supprt, you have found the problem in two minutes It's a little strange having to wave the left finger about in the air while using the right button though - not a very ergonomic design.

  • Problems using right-mouse click functionality in a Captivate added to Articulate?

    Has anyone experienced any problems using the right-mouse click functionality? It's working fine when I preview the project, or view the published Captivate SWF or HTML file, but it's not working when I insert the published Flash file into Articulate and then try it in the published Articulate. I'm using AS2 and Flash Player v10. When I try to right-click it's bringing up the Flash Settings menu you can click on. I've been into my Flash Manager and told it to always allow content from the folder my Articulate is in but that hasn't made any difference. I'm viewing the Articulate on my C drive and I have read that that can cause problems - does anyone have any ideas? If I left-click it recognises it as a click but doesn't recognise it as the correct click action, so just keeps on bringing up my failure caption and won't allow me to progress.
    Thank you!

    Hello,
    The right-click functionality in Captivate is 'in' the JS-file, that is called by the HTML-file that will open the SWF. But if you insert the SWF-file in Presenter (Articulate or Adobe) the right-click functionality will not be there, because you are not using the JS-file. BTW: this was also explained in the thread where you posted this same question before. Please, do not post the same question in 2 different threads
    Lilybiri

  • AIR window mode bug? How to use the mouse when transparent?

    Hey there,
    I'm trying to build a transparent desktop application in AIR and have set the window mode to transparent.
    The mouseposition and mouseevents only work when the mouse hovers over a visible movieclip but not on the background.
    How can I fix that? Or is it an bug like some people say?
    Also in fullscreen mode the stage is a LOT bigger than the actual screen.. i already set:
    stage.scaleMode= StageScaleMode.EXACT_FIT;
    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
    but it doesn't help at all.
    thanks for helping

    Are you attaching your mouse handlers to the stage? If not, try it -- that's the typical way to capture mouse events within the entire flash player window. I'm not 100% it works with a NativeWindow set to transparent, though, since the main purpose of transparent window background is to simulate a non-rectangle window. If you want to have a transparent background but still act like a rectangular window you can probably just add a transparent rectangle (alpha=0, visible=true) to capture mouse events.
    Hope that helps.
    -Aaron

Maybe you are looking for

  • I added a new email address, but Thunderbird won't download new emails into it

    My wife and I have two email accounts with the same email provider. Emails from the email server are downloaded just fine into Thunderbird. We recently added a third account, but Thunderbird does not find or download emails into this account. All the

  • Proforma invoice split issue

    Hello Experts, Proforma invoice is getting split due to below reasons as found in split analysis:- Shipping conditions Exchange rate type Number of foreign trade data Reference document number Payment Reference Translation Date I have searched a lot

  • Help & advise needed on pdf conversions

    this is loans [email protected] i signed with teh enw password. However, I cannot see to be able to convert pdf file to ms word.  I am a subscriber and ahve done it for alst few month.  Why am I not able to do ti now? thanks

  • Post xml in map viewer

    Hi people, I posting this xml: <?xml version="1.0" standalone="yes"?> <map_request      title="ARIZONA"      basemap="MAPA_ARIZONA"      datasource="orcl"      width="800"      height="600"      bgcolor="#ffffff"      antialiase="false"      format="

  • It's possible read CHM files in n900?

    It's possible read CHM files in n900? Fbreader says that have support, but it doesn't... I can't read a CHM file with fbreader. Any other program for it? Thanks.