I can't get the right click to bring up settings

I am so frustrated.  this is my tenth time at this page because you keep sending me all over the place.  I have followed the directions for disabling the hardware acceleration because all of my videos are showing in green screen.  When I right click, it only gives me "about adobe"  It is EXTREMELY frustrating.  I am ready to take my computer somewhere and have this player taken off because I can't watch ANYTHING because of this, and your instructions DON'T WORK.  I need to know where I can go in MY computer to change the settings of this program before I lose my MIND.  I have been at this over an hour and your site is just an exercise in frustration!

Sorry you're frustrated.
Please disable hardware acceleration using the steps outlined here (Step 1 under Solve Video Playback issues):
https://helpx.adobe.com/flash-player/kb/video-playback-issues.html
If you're using Internet Explorer on Windows 8 or higher, follow these instructions instead:
https://support.microsoft.com/en-us/kb/2528233
If you're still stuck, please follow the directions in the guide on providing the dxdiag report and additional information about what you tried and saw.

Similar Messages

  • How can I get the right click to work in firefox -- it works in internet explorer

    how can I get the right click to work in firefox -- it works in interne

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Can't get the right-click option to work on Quicktime

    While using Firefox, I right-clicked on a quicktime video/song, and a small box with options appeared. I accidentally clicked on the wrong thing and now when I right-click on a quicktime video/song nothing pops up. I tried uninstalling quicktime and reinstalling but that didn't work. Any suggestions?

    The brush tool usually applies a calligraphy brush automatically, but this type of brush is not supported by variable width profiles

  • HT2216 I am on OSX 10.7.5 and recently had to reinstall it due to 'mail' not working correctly.  That problem was resolved but now my I can't use the 'right click' function on the apple usb mouse.  Any clues?

    I am on OSX 10.7.5 and recently had to reinstall it due to 'mail' not working correctly.  That problem was resolved but now my I can't use the 'right click' function on the apple usb mouse.  I only have a previous version re-install disc as I bought the latest OSX off the app store.  Any help gratefully received?

    Hmmm, no, no drivers needed, now it sounds like a bad install... unless you might have some old Mouse software installed???
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If that doesn't help Reinstall the OS.

  • I can't use the right-click function on websites (i.e. Yahoo! Mail) because Firefox's context menu is in the way. How can I fix this?

    I can't use the right-click function on websites (i.e. Yahoo! Mail) because Firefox's context menu is in the way.

    Tools > Options > Content : JavaScript > Advanced > Allow Scripts to: [X] "Disable or replace context menus"

  • I downloaded bundle for ms office only to realise its just a template.my questions are can i be refunded and how can i get the right msoffice because am in need of it badly

    i downloaded bundle for ms office only to realise its just a template.my questions are can i be refunded and how can i get the right msoffice because am in need of it badly

    You can request a Mac App Store refund at reportaproblem.apple.com
    You can buy Microsoft Office at office.microsoft.com

  • HT4759 how can i get the right version to install icloud on my mac

    how can i get the right version to install icloud on my mac

    Open the Mac App Store and buy Mountain Lion.
    (90636)

  • How can I modify the "right click" menu of a table control?

    Hello,
      How can I modify the "right click menu" of a table control. I would like to be able to remove the ability to add or delete columns and maybe other selections. I want to keep the ability to
    add or delete rows

    Hi Andy,
    Dialog & User Interface VIs -> Menu functions
    Never used them, eh?

  • Airport I just can use one device to connect with the internet, PPoE setup problem. Can't get the right ip

    My airport exrreme can't get the right ip if I try to make a new network
    I use also the apps
    I have 3 devices but just can used always one
    My ip and my user name is from the university
    I need to fix the ip, username and password in the airport extrem, but he always copy a wrong ip in the system
    Thanks for help
    Elias

    You're only allowed to authorize 5 devices with your apple id.
    How many have you got authorized?
    Maybe deauthorize one of them.

  • Inside the browser, right click on the mouse seems to be disabled. How can I enable the right click button? It works fine on toolbars and tab bar but not inside tabs or windows. I would like to be able to copy and paste and such. Thank you

    Right mouse button does not open any menu when clicked inside of tabs or windows. Works properly on the toolbars, in the address line, search bar...etc. but has no action on the page I'm browsing. I purchased a mouse recently and like the old one, the right button works in all other areas of my operating system. I would like to know if there is a setting in firefox that I can change to correct this.

    There are also websites that can disable the right-click context menu.
    See Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
    [ ] "Disable or replace context menus"
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r42
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • I can not get the right frequency out of my NI-DAQ 6062E card from Matlab

    Hi.
    My name is Johan and I want to generate an analog square waveform with 5.76 kb/s in frequency with my NI DAQCard-6062E from Matlab.
    When I run in Matlab the program below, I get the frequency of 5.747 kb/s on the output channel (even thou I have chosen 5.76 kb/s). When I try to change the sample rate, to higher values in Matlab, I get the same frequency until I choose the sample rate to 5.79 kb/s. The output signal is in that case is 5.813 kb/s.
    So my problem is that I can't get the exact frequency of 5.76 kb/s.
    How do I solve this.
    Thankful for help.
    Best regards, Johan
    Program in Matlab:
    clear all
    openDAQ=daqfind; %Detect any open DAQ channels
    for i=1:length(openDAQ), %Close any open DAQ channels
      stop(openDAQ(i));
    end
    ao = analogoutput('nidaq',1); %Create an object for analog output
    addchannel(ao, [0 1]);
    set(ao, 'SampleRate', 2*5760); %Here the sample rate is specied. 2*, because to get right samplerate
    y=[80,-80] %Sets theoutput values to 80 and -80 (As -1 and 1)
    putdata(ao, [y' y']); %Sends the values to out buffer
    set(ao,'RepeatOutput',inf) %Repeats sending in infinity
    set(ao, 'TriggerType', 'Immediate'); %Choose trigger to immediate, because sending values shall occur driect after start command.
    start(ao);
    %stop(ao)

    Hello Johan!
    Bad news I am afraid….
    I assume you are using the Data Acquisition Toolbox from the Mathworks and when it comes to support on that interface I have to advice you to contact the Mathworks for assistance. We don't provide any support on their data acquisition interface since we have nothing to do with it.
    Sorry for the inconvenience this might cause you.
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • [SOLVED] - Can't get the right Intel video driver to work!

    Hi,
    Just reinstalled my wifes Laptop. When she got to work this morning she had Windows XP, when she gets home shes gonna have Archlinux!
    Anyway...
    She has an old Toshiba laptop and I can't get the correct video driver so I can't fire up X.
    lspci says VGA compatible controller: Intel Corportaion 82852/855GM Integrated Graphics Device (rev 02)
    I have tried:
    # xf86-video-i740 Intel i740 video driver
    # xf86-video-i810 Intel i810/i830/i9xx video drivers (deprecated - use -intel)
    # xf86-video-intel Newer Version of Intel i810/i830/i9xx video drivers
    # xf86-video-intel-legacy Legacy-driver for older intel cards as 82865G (xf86-video-intel currently crashes with older cards)  <--- not available any more?
    # xf86-video-vesa vesa video driver
    # xf86-video-vga VGA 16 color video driver
    Xorg says:
    (EE) Failed to load module "intel"
    (EE) Failed to load module "i810"
    (EE) Failed to load module "vesa"
    (EE) Failed to load module "fbdev"
    I have tried to removed the drives between my tryouts by using:
    # pacman -Rnsc xf86-video-<driver>
    Running the newest Xorg without xorg.conf but have tried a few with xorg.conf (Xorg -configure) and even hwd -x and used both the vesa and intel output...
    Any suggestions?
    Last edited by ftornell (2009-05-28 21:14:48)

    Driver was there now, I did a pacman -Syu first time after intsallation...
    Case closed!

  • I'm embarrassed to ask this: when I click to initiate a new email message in the "From" box it automatically chooses the wrong email address (I have three but use one mainly). How can I get the right choice to appear automatically?

    I'm embarassed to ask this: when I click on the new mail icon to write a new email message, in the box "FROM" appears the wrong email address: I have three but mainly use one. How can I correct this so that the right email address appears in the "FROM" box?

    I assume this is Apple Mail. Try this:
    Preferences > Accounts > your-first-account
    Select Outgoing Mail Server of account/name you wish to use and check Use only this server
    Repeat for other accounts.

  • How can i get a right-click click box to work?

    I am using Captivate 7 and to accurately mimic the software I have inserted multiple right-click click boxes but without success. After reading previous posts, I have tried the following:
    - publishing to SWF and HTML5
    - publishing to the default folder and launching the HTML from there (i can see .css and .js files in the folder as well)
    - unchecking "Enable Accessibility" in Publish Settings
    I'm very new to Captivate so any help or advice you can give on this would be great.
    Thanks
    bianca

    Read this post about Flash Global Security:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security
    Not having the publish folder location set up as a trusted location can also cause right click to fail.

  • I can't use the right click to set jpg as wallpaper anymore

    Help!
    I used to be able to right-click pictures (using track pad) and the very last option on the toolbar that opened would be "set desktop picture". It is no longer there. what happened, and how can i fix it?
    Jake

    Try holding down the control key and then click.

Maybe you are looking for