Artwork/player window stuck minimized in windows 8

Hi,
I have a bug in itunes on my windows 8.1 sony laptop. When I play music and ctrl+click the alum cover on top to bring up the full-sized artwork/player window, the window comes up minimized and stays stuck minimized. Every one in about five attempts brings up the window correctly, but I have to restart the laptop (or reinstall itunes) between attempts; simpy quitting and restarting the program does nothing. It behaves like a normal window in every way (hovering the mouse over it produces a preview as usual), except it's impossible to maximize. Also, it sometimes becomes unstuck by itself after several hours of playing, but usualy not. I'm currently on the latest version 11.1.5.5, but this bug has persisted across previous versions as well for the last year or so. It's not a huge deal but I like my artwork in full size, and this has been quite annoying. Any ideas what's up?

There is a Windows Update KB patch and two registry keys that will prevent uninstallation of the ActiveX plug-in in Win 8 or 8.1. using the Flash Player Uninstaller from here.
Additionally, those files will prevent you from manually reinstalling it even if you manually delete the plug-in files and reg keys. I've been successful at removing the ActiveX plug-in once, but was unable to manually reinstall it.
I'd recommend repairing Internet Explorer: http://support.microsoft.com/kb/318378

Similar Messages

  • AE2010 is not getting to Windows | Stuck at Starting Windows

    Dear all,
    I have MSI AE2010. Since few days the network adapter seems not to be stable.
    While I tried to restart the PC that I thought it may refresh the devices, the computer
    stopped at ( Starting Windows ), Even while trying to get into the safe mode.
    I inserted its CD Recovery of Windows and the same problem.
    Moreover, I noticed the heat in BIOS (Hardware Monitor) is 55c for the CPU. Is it OK?
    The CPU is single core 2650e 1.6GHz.
    Please help me come over the stuck problem of windows. Some files on the computer
    are important to me.
    Thank you.

    Dear All,
    I solved my problem
    Discovered that once I unplug MSI USB 4-Ports Hub, the system works !
    Once plugged, the system stuck there in the starting windows screen.
    So after getting to windows without the MSI USB Hub, I can plug it and work normally.
    Good luck all

  • Clean Install of Bootcamp with Lyon, Windows stuck on "Expanding windows files"???

    I just purchased a new MacBook Pro and before converting any of my files over from my older MacBook I wanted to download Lyon and install my Bootcamp partition. 
    I have Installed Lyon, Burned my Windows support software disc and started the Bootcamp Partitioning.  When it booted into the Windows side and started the Installation...I knew it would take a while, but it has been sitting on the "Expanding windows files (0%) ..." part of the install for over an hour.  I have Installed Bootcamp several times on a Mac and I have never had this happen. 
    Any suggestions on what I should do here? 
    Jessica

    Yes, it should.  I was successful with my Win7 Boot Camp partition.  But as always, be sure to backup the Windows partition, with a cloning utility if posssible, just in case...

  • How do i get my navbar to stay on one line when the browser window is minimized?

    I am new to coding and have just created my first website in html and css.  I know that the coding is pretty dire and that I have a lot to learn and hope that someone can guide me in how to solve this problem.  When the browser window is minimized, the navbar breaks down into 2 or 3 lines but I want the navbar to fit to the window whatever the size of the client machine.
    I think I need to add a media query but i'm not sure if i do and if so what code to use and where to put it?
    I am worried that the page will only be viewable properly on a desktop and i really want to learn how to make a fluid layout which can be viewed on 320px, 768px and 1200px.
    Any guidance would be greatly appreciated.
    Here is my code:
    HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>The Engineer's Corset</title>
    <link href="styles/style.css" rel="stylesheet" type="text/css" media="screen">
    <style type="text/css">
    body {
        background-color: #000;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="navbar">
        <ul id="nav">
        <li><span class="current-menu-item">Home</span></li>
        <li><a href="about.html">About Us</a></li>
        <li><a href="workshops.html">Workshops</a></li>
        <li><a href="news.html">News</a></li>
        <li><a href="gallery.html">Gallery</a></li>
        <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div id="header">
      <img src="images/final/headerbeauty3.png" width="1100" height="341" alt="The Engineer's Corset">
    </div>
    <div id="links">
    <ul id="link">
    <li><a href="https://www.facebook.com/Bristolengineer" target="_blank"><img src="images/final/fb3.png" width="200" height="45" alt="Follow Us on Facebook"></li>
    <li><a href="https://twitter.com/Engineerscorset" target="_blank"><img src="images/final/twitter2.jpg" width="200" height="45" alt="Follow us on Twitter"></a></li>
    </ul>
    </div>
    <div class="chantry">
    <img src="images/final/CD Logo fin.png" width="240" height="200" alt="Chantry Dance Company">
    </div>
    <div class="about">
      <p> The Engineer's Corset is a new play written by Janet Goddard for performance by the community of Bristol in 2015. <br>  ~ <br>
    The play is based on the extraordinary real-life events of 1843 surrounding Isambard Kingdom Brunel's near-death experience after swallowing a coin.  We travel through time to explore the adventure and horror of Victorian industrialisation. <br> ~ <br> Using a community theatre group The Engineer’s Corset tells a familiar tale of Brunel’s near death experience when he swallows a gold half sovereign. His wife Mary fights to maintain her composure but is ripped apart by the waiting game. Her servants and his workforce, using dance and sound, broaden her horizons. Just like Mary the audience too will see life in the 1840s through a different lens.</p>
    </div>
    <div class="workshops">
    <img src="images/final/bridgebridge.jpg" width="1100" height="713" alt="clifton suspension bridge">
    <span><a href="workshops.html">We will be running a series of workshops prior to production and hope you will join us.  For further information, click here.</a></span>
    </div>
    <div id="sponsorspace"></div>
    <div id="footer"> <p> &copy; Heartprints Web Design 2014 </p> </div>
    </div>
    </body>
    </html>
    CSS
    @charset "utf-8";
    /* CSS Document */
    body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:125%;
    @media screen {
        #navbar:
    #navbar li {
        font: 25px Arial;
        display: inline;
        list-style-type: none;
        background: #09F;
        color: #000;
        border-radius: 20px;
        padding: 15px 25px;
    .current-menu-item {
        color: #0FF;
    #navbar a {
        padding: 15px 25px;
        background-color: #6cf;
        color: #000;
        text-decoration: none;
        border-radius: 20px;
    #navbar a:hover {
        background-color:#0FF;
        color: #000;
        padding: 15px 25px;
    #header {
        width: 1100px;
        height: 340px;
        margin-left: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
    #links li {
        display: inline;
        width: 700px;
        margin-left: 300px;
    .chantry {
        margin-left: 40px;
    .about {
        position: relative;
        width: 860px;
        text-align:center;
        background-color: #CCC;
        color: #000;
        border-style: ridge;
        border-width: 3px;
        border-color:#09F;
        border-radius: 15px;
        float: right;
        margin-top: -200px;
        margin-right: 90px;
    .workshops{
        position:relative;
        width: 1100px;
        height: 713px;
        font-size:24px;
        margin-left: 50px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
        margin-top: 130px;
    .workshops span {
        position: absolute;
        background: #6CF;
        color: #000;
        left: 30px;
        top: 30px;
        right: 800px;
        padding: 15px;
        font: 1em georgia, serif;
        font-style:italic;
        text-align:center;
        border: 5px solid #09F;
        border-radius: 20px;
        margin-top: 35px;
    .workshops span a {
        color: #000;
    #link li {
        border-style: solid;
        border-color: #6CF;
        padding: 30px 10px 5px 10px;
    .info {
        text-align:center;
        width: 1100px;
        margin-top: 50px;
        margin-bottom: 50px;
    .CDC {
        float: left;
        margin-right: 50px;
        margin-left: 45px;
    .workshopinfo {
        height: 250px;
        text-align:center;
        margin-top: 50px;
    .photos {
        Height: 500px;
        text-align:center;
        margin-top: 50px;
    #footer {
        text-align:center;
        margin-top: 700px;
        color:#0CF;
    .brunel {
        margin-top: 50px;
        margin-left: 400px;
    #workshops2{
        width: 1000px;
        border-style: outset;
        border-width: 5px;
        padding: 15px;
        border-color:#09F;
        background-color: #6CF;
        margin-left: 100px;
        text-align:center;
    #workshops2 a {
        color: #000;
    #sponsorspace {
        height:  300px;
        background-color: #6CF;
        border-style: outset;
        border-color: #09f;
        margin-top: 15px;

    Give #navbar a width that is wide enough to hold all of the buttons within it.
    #navbar {
         width:####px;
    Replace #### with a pixel number large enough to hold the nav buttons.

  • Flash player does not work in Windows 8 tiles

    Flash player does not work in Windows 8 start metro tile applications. Flash player also does not work in Windows 8 start tile internet explorer 10 1n windows 8. Flash player does work in Windows 8 desktop internet Explorer 10. I tried all of the recommended fixes suggested by adobe Flash Player Issues/windows 8 page. I have reinstalled Windows 8 operating system.  What should I try next?

    This is a known issue with Flash Pro CC - GM build.
    this crash has been fixed in the update that was released recently. Please update to 13.0.1.808 version and it should fix this.
    Please reply if it still persists after the update.
    -Sujai

  • Flash Player Update disables "restore all windows from last session" in Safari on Mac

    I am on Mac OS 10.9.5, using safari 7.1.2.  Adobe Flash Player Update loses all safari windows when after update the installer automatically opens safari and just opens flash player website; the "restore all windows from last session" is grayed out in history. The "reopen last closed window" is also grayed out. It has been happening ever since and happened again when I just installed Flash Player ver 16.0.0.257.
    For all other normal working situation I can close safari and reopen and see that I can "restore all windows from last session" and there is no problem.  But on flash Player install (set on manual install), the problem is annoying and costs me a lot of time to restore one by one from history.  I do not think this is a Mac or a Safari issue, but will update to Mac Yosemite help if Adobe Flash Player is updated differently in that setup?
    Please help.

    Update: I called adobe flash player technical support phone number 1 877-587-1877.  They want $59 (warranty only 6 months) to fix this problem as they use a third party to solve this issue; they themselves provide no support.  Or buy the paid version.  They insist it is my network issue which I absolutely can not believe.
    It is adobe Flash player update that forces reopening of safari and wracks the safari losing all windows from last session. That is not my network.  Adobe does not have a proper safari compatible flash player update.
    Besides, this is a known problem at Adobe and they are not fixing it and want money to fix it one person at a time!  They also shared that 25% to 30% of the installations have this problem... wow!! and they still will not fix it in a general update!  I wonder if safari has a plug in update that can fix this?

  • Stuck in login window after upgrading to Mavericks

    I am unable to login with my (admin) account after upgrading to Mavericks yesterday.
    This was very unfortunate considering that I didn't backup my data !!
    On reboot (I do not remember whether it was the first or second time) I couldn't login anymore as I usually did.
    I tried different procedures (entering secure mode, repair permissions, reinstall 2 times Mavericks) but cannot solve the stuck.
    Then I thought it could be a nice idea to create a new admin user and followed this instructions (http://www.hackmac.org/tutorials/how-to-create-a-new-administrator-account/).
    After that I was able to login with the new user, I backed-up my data but I was still in stuck on login window with the old user.
    I tried to delete
         com.apple.loginwindow.plist
         com.apple.recentitems.plist
    from /Users/XXX//Library/Preferences/ and tried to restart but nothing.
    Now I wonder how my old and important user can start working again.
    Thank you very much.
    Giuliano

    Restart and hold down the Command and R keys during startup.
    On top, in the Menu Bar click the Utilities item then select Terminal.
    In the Terminal window, type resetpassword and hit Return.
    The Password reset utility launches/
    Reset password.
    Restart

  • Since installing the latest version... when I open a new window it opens everything I have minimized too... very annoying. How can I fix this, I mimimize to go back to a window not have multiple windows open.

    since installing the latest version... when I open a new window it opens everything I have minimized too... very annoying. How can I fix this, I minimize to go back to a window not have multiple windows open.
    == This happened ==
    Every time Firefox opened
    == after installed last version...

    Well, then isn't there some way to induce Firefox to give Windows parameters that make it open the fershlugginer window in the *same* position, instead of an offset position?
    Dafydd

  • Artwork not syncing to iphone 4 windows 7 64 bit

    artwork not syncing to iphone 4 windows 7 64 bit, its all there in itunes but it does not sync over, seems to be random
    thanks

    dylan1981 wrote:
    The EXACT same thing is happening to me. My phone is brand new, so the fact that I can't activate it due to this problem is really frustrating. I've uninstalled and reinstalled iTunes several times, followed apple's instructions in its problem solvers guide...nothing seems to work. I've messed around with the drivers a bit too, with no luck. Anyone have any ideas?
    Go to the Event Viewer (Control Panel || Administrative Tools || Event Viewer) and look under Windows Logs || Application. Do you see any Bonjour errors? Since Windows 7 recognizes the camera part of the iPhone (nicely done Win7 integration!) Microsoft is probably not the culprit here.
    Uninstall/reinstall iTunes is part of the process, but you also have to make sure you uninstall all the other components Apple installs (Apple Mobile Device Support, Bonjour for Windows, QuickTime), do a reboot, and then install everything from scratch. That may fix the problem.
    This is exactly what an Apple guy talked me through over the phone. (I think I even uninstalled Apple Software Updater) I had a similar problem with the iPad on Win7 x64 - it was Bonjour that is the culprit. The x64 flavor of Bonjour for Windows is not as stable as the 32-bit version.
    But everything has been golden for me since the reinstall...
    Give that a try.
    Then if not, you could start looking to see if there is another ZeroConf/SSDP provider that is conflicting with Apple's somehow.
    SS

  • Which version of Adobe Flash Player is most compatible with Windows Vista Business SP2

    Which version of Adobe Flash Player is most compatible with Windows Vista Business SP2

    The latest version (11.7) is compatible with Windows XP, Vista, 7 and 8.

  • Flash player is not working with windows 8.1 and ie11

    I am so tired of the message to remove active x or enable flash player. On windows 8.1 the next message is that flash player is embedded in 8.1. I also have ie 11 and had to load Google Chrome because my Media Player does not gee haw with 8.1. If I had not bought a new PC with 8 loaded believe me I would still have windows 7 or the windows 2010 Home and Student. Tell me please what to do.

    IE11 is a "Rolling Train Wreck". Combined with 8.1 it is, without a doubt, the worst pile of garbage to EVER come out of Redmond, WA.
    MS deliberately altered the "User-Agent Strings" to make it nearly IMPOSSIBLE for pages and sites to ID it. (See: IE11's Screwed up User-Agent Strings)
    The pages can't recognize the browser, so they don't recognize any of the plugins, like Flash Player. So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using an different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Frequent Fails when installing Adobe Flash Player (Windows XP, Windows 7, Windows 8.0, and Windows 8.1)

    Constantly see the following error message from Adobe Flash Player Installer:
    Error has been encountered. Close this window and try downloading again.
    What in heck does that error message mean?
    This message occurs most of the time when I try to update to the latest version of Adobe Flash Player.
    It would be one thing if it was only occurring on Windows XP, but it shows up on Windows 7, Windows 8.0, and Windows 8.1 frequently.
    Just for curiousity looked at the Windows 8.1 Event Viewer and NO error message shows up there.
    Would be nice to:
    (1) know what the error really is so that it can be reported to you to get it fixed once and for all.
    (2) have Adobe Flash Installer NOT to delete itself every time that the installer is run.
    (3) have an OFFLINE download installer to download and install Adobe Flash Player without the MacAfee installer.
    (4) have Adobe UNCHECK that the Install MacAfee installer that you have to opt out of each time you do an Adobe Flash Player download. You should make it to OPT IN not OPT OUT! Don't need another program installed without my permission. This causes issues when I have to uninstall MacAfee on computers that others in my family use.
    It seems to takes up to 20 times to download the Adobe installer over a period of many days or weeks to get it to install properly.
    I have written software for over 36 years as a computer programmer and now Senior Software Developer. I have do installers on my own and have to figure out how to solve my own issues on the installers to get them fixed.
    This issue doesn't seem to be tied to any particular version of Windows... Same issue occurs on Windows XP, Windows 7, Windows 8.0, and Windows 8.1! The ONLY commonality seems to be Adobe Flash Player.
    Certainly Adobe should be smart enough to fix this issue once and for all.
    If the issue is that there is a network congestion error that it cannot download the installer, please say so and please please please DO NOT delete the downloaded installer every time that it is run on a PC.
    I'd like to fix the security issues with the Adobe Flash Player AS SOON as there is a patch for it. I don't like having security issues over a long period of time.
    Please address this issue so that I can put this to bed and not have to keep sending you messages that once again the Adobe Flash Player Installer is yet again broken!
    Certainly you have a staff at Adobe that CAN fix this problem quickly!

    more information about errors can be found in the FlashInstall.log file in C:\WINDOWS\system32\Macromed\Flash (and the SysWOW64 equivalent on 64-bit systems)
    the offline installers (below) do not delete themselves
    you can find the offline installers
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    the offline installers are not bundled with any 3rd-party crapware

  • Adobe Flash Player in Internet Explorer 11 (Windows 8.1)

    Hello
    I am having a problem with Flash in IE 11 / Win 8.1.  I understand it is embedded.  But I keep getting the window at the bottom of the screen saying this webpage wants to run the following add-on 'Adobe Flash Player' from 'Microsoft Windows Third Party Application Component....'   I click allow and the message keeps coming back.   On top of this, Flash will not work.
    I have a feeling there is something corrupted.  I have tried to download an update (kb3004150) and it says I already have this on my system.  I also have tried to install it manually using the install_flash_player_ax.exe file, but to no avail.
    What do I need to do to fix this and why aren't there other options on Adobe's site?
    Thank you!!!

    Adjusting the ActiveX Filtering settings should help you resolve those "Do you want to allow Flash Player" prompts:
    Use ActiveX filtering - Windows Help
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Cannot install Windows 7 Pro; gets stuck on "Starting Windows" screen

    I have read dozens of posts on this topic but none has helped yet.
    My system has Windows 8 with UEFI. I want to install Windows 7 Pro on another partition. I have turned off Secure Boot in the UEFI/BIOS. When I try to install Windows 7 Pro from a DVD it shows "windows is loading files" and then gets stuck on "Starting Windows"
    for ever. This happens even when no USB peripherals are attached.
    I have already wasted many days on this. I hope someone can help.
    Thanks!

    Hi friends of the internet
    I have been reading several forums regarding the issue of installing windows 7 (64 bit) to a computer that have had windows 8 installed previously or just a GPT formatted disk.
    My Case:
    Windows version installed: Windows 7 Professional N with Service Pack 1 (x64) or Windows 7 Professional (x64)
    Computer used: Samsung laptop
    Model Code: NP53U4C-A02SE
    See the specks here:
    http://www.samsung.com/dk/consumer/computer-peripherals/notebook/notebook/NP535U4C-A02SE-spec
    Create a USB install disk that not freezes at ”starting windows” screen:
    First I followed this great guide (Thanks Daniel):
    http://
    hodgin.ca/2012/10/02/creating-a-uefibios-windows-7-usb-and-installing-to-gpt-partitions/
    STOP AFTER STEP 13!
    1. Open a command line in administrator mode
    2. run DISKPART
    3. type LIST DISK
    4. Look for the disk number that represents your USB drive
    5. type SELECT DISK # where # represents the number of your USB drive. Get this right or you will wipe a different drive out.
    6. type CLEAN
    7. type CREATE PARTITION PRIMARY
    8. type SELECT PARTITION 1
    9. type ACTIVE
    10. type FORMAT fs=fat32 quick
    11. type assign
    12. The drive should now be formatted and marked as active and fat32. Do not format the drive as NTFS or you will only be able to boot into the installer in BIOS mode.
    13. Now you will need to copy the contents of the windows 7 install dvd to the USB with a regular copy paste from windows explorer.
    Here comes a very weird hack... I do not know why it works, but I think it is all about flash drive data structure. I did these steps on a win 7 prof. computer.
    (Let’s assume it’s drive E:)
    Make a copy of your e:\efi\microsoft folder to e.g. your desktop.
    Delete the e:\efi folder
    Copy the \efi folder from a windows 8 installation disk (I used Windows 8 (x64) Professional) to the e:\efi folder. Sorry I cannot provide this for you.
    Here comes the weird part. Then delete e:\efi\microsoft you just copied from the win 8 installation disk.
    Copy the \microsoft folder form the desktop to e:\efi\microsoft
    Resume the guide from step 18.:
    http://
    hodgin.ca/2012/10/02/creating-a-uefibios-windows-7-usb-and-installing-to-gpt-partitions/
    18. Insert the USB in the machine and turn it on and boot into the UEFI/BIOS loader and check for boot options. On the ASUS Zenbook it detected two boot options on the USB drive. One was UEFI and one was regular BIOS. I made the
    UEFI option the first choice and restarted the machine.
    My bios setup was:
    Secure Boot = Disable
    OS Mode Selection = CSM and UEFI OS
    Boot Device Priority = I made the UEFI option the first choice and restarted the machine.
    The installation should start normal.
    E.g. See this guide:
    www.sevenforums.com/tutorials/186875-uefi-unified-extensible-firmware-interface-install-windows-7-a.html
    What I did was:
    Select custom installation (Advanced).
    Click Drive options (Advanced).
    Delete all partitions (this might not be needed). When I did not delete all partitions I was asked every time after the install, during start up by the windows boot manager to select ether win 8 or win 7.
    Click new (DO NOT make Changes in the size of the disk), apply, see NOTE!
    Edit the Primary partition as you want it e.g. divide it to more partitions.
    Select the one you will install windows on and do a normal install.
    I do not make changes in the Bios after install. The Boot priority is automatic set to “Windows boot manager”. If I change the boot mode back to OS Mode Selection = UEFI OS, the computer will freeze at the “starting windows” screen again.
    All this worked for me, good luck. There might be more to it, but this is a start.
    By the way, the start up time for a MBT install was 37 s. And for the GPT it was 49 s.
    Remember if we stand on each other’s shoulders we will reach higher
    J.
    NOTE: Here the installation program should create three partitions automatically!
    Partition 1 - System - The EFI System partition that contains the NTLDR, HAL, Boot.txt, and other files that are needed to boot the system, such as drivers.
    Partition 2 - MSR - The Microsoft Reserved (MSR) partition that reserves space on each disk drive for subsequent use by operating system software.
    Partition 3 - Primary - Where Windows is to be installed to.
    If this isn’t the cast you are not installing in UEIF mode. To check for this (thanks again Daniel):
    If you need to find out if you have booted into BIOS mode or UEFI mode when the installer starts you can press SHIFT+F10 when the welcome installer shows up to open a cmd prompt. from here you will likely be at X:\Sources. Type cd .. to
    go back a dir and move into \Windows\Panther\
    Then type notepad setupact.log
    Within this file do a ctrl+f and search for
        Callback_BootEnvironmentDetect: Detected boot environment:
    It should either say BIOS or UEFI.
    To check if your disk is in the GPT format.
    Open the command prompt.
    Type: DISKPART
    Type: List Disk
    See for the star (*) in the GPT column

  • Flash player won't install in windows 7

    Flash player won't install in windows 7
    This is what I get when trying to use "FLASH PLAYER HELP", as you can see, my flash player and OS are NOT listed and when asked on left side of screen if "THIS WAS HELPFUL", I clicked NO and could not complete my response.
    HOW DO I FIX THIS??? THERE ARE SEVERAL ITEMS THAT REQUIRE FLASH PLAYER & I CANNOT GET IT TO WORK. AFTER DOWNLOADING (AT LEAST4 TIMES) IT SAYS EVERYTIME "INSTALLATION SUCCESSFUL"

    Download the offline installer from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header and save it to disk, then close all browser windows and run the downloaded installer.
    If you still have problems, please post the contents of the FlashInstall.log file in
    C:\Windows\system32\Macromed\Flash
    C:\Windows\syswow64\Macromed\Flash
    [topic moved to Flash Player forum]

Maybe you are looking for

  • How many times do you have to tell the call centre...

    I have had excellent service from BT with a line speed of some 7.5 to almost 9 meg download and around 1 meg upload. Recently my download speed slowed dramatically to 400k BUT the upload speed stayed the same. When I could no longer use iplayer Utube

  • Cannot get iphoto to display imported pictures

    Recently I used Duplicate Annihilator to remove duplicates from iphoto '09, which were imported from many folders of pictures (not directly from a camera) and I just noticed that all photos which had duplicates are now no longer in my photo library a

  • Need to re-tag some Para styles of imported Word docs

    I'm hoping someone can help. I have a fairly modest-sized help system that is created from imported Word Docs (Office Word 2003). These documents use conventional paragraph styles (Heading 1, Heading 2, etc.). In my RoboHelp X5 project, I've created

  • HT2589 May I use my Visa Debit Card for my existing Apple ID to use it in iTunes, India?

    I have an Apple ID, but when I am trying to integrate it with iTunes, using my Visa Debit Card in India, it is not processing.

  • Over-ride Windows NT Authentication

    Hi All, I want to know something about Windows NT Authentication. What is the URL when the user is directly logged in to the Portal. Can I parameterize the URL. Is it possible to override the Windows NT Authentication by giving the user parameter in