Initialisierung from adobe flash player failed

Hi,
I can't install or update my adobe flash player plugin, because every time the error says: initialisierung failed.
How can I solve this problem?
Thanks and greetings
Magenta999

Flash Player Help | Installation problems | Windows
Flash Player Help | Installation problems | Mac OS
Mylenium

Similar Messages

  • OpenScript ActionScript Error from Adobe Flash Player 9

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

  • Adobe Flash Player failed to initalize error

    Hello there -  I'm so hoping someone can help me out.  I am trying to download Adobe flash player and get an error message - "failed to initialize".  I've tried deleting my old file and still no luck.  I also tried to save it and then go to windows explorer to run the program but can't find it, even when I do a search.  The funny thing is when I go into unintall programs, there's an incon for it. I'm not sure what I'm doing wrong.  Can anyone help me out?  I would really love to watch videos on youtube.  :-)  I'm running windows vista and using windows explorer 9. Thanks so much! JodiJ.

    Came across this problem a few times...
    Did you try deleting the actual files from the install directory manually? I think they are located in c:\windows\system32\macromed\flash
    Also came across this... maybe helpful...
    I don't know what web browsers you use, so my instructions are for both browser types (Internet Explorer, and other browsers like Firefox).
    go to http://forums.adobe.com/thread/889580
    download the installer for Internet Explorer and save it to disk;
    if you use other browsers, then also download the other installer and save it to disk;
    close all browser windows, then use Windows Explorer to run the installers you downloaded (install_flash_player_10_active_x.exe and possibly install_flash_player_10.exe).
    If you still get errors
    please give the exact error message you are getting
    list (copy & paste) the contents of the FlashInstall.log file in C:\Windows\system32\Macromed\Flash

  • Adobe Flash Player "Failed to initialize" Problem

    I am running XP Pro SP3 on a Dell Dimension 4550 desktop, I cannot get Adobe flash player to install and cannot view a video in any of the browsers. I tried the usual steps, download the Flash player uninstaller, uninstall, remove all files from the FLASH folder e.t.c and doesn't work,, any fixes please?

    You should be able to install the latest Flash Player 11.7 if you download and run the offline installer(s) from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header (under the heading Progress bar hangs...).
    If you rather install version 10.x you can find it on the archive page http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

  • Cannot upgrade adobe flash player (failed to initialize), shockwave flash does not appear as a plug in

    various web sites stated that I needed to update adobe flash player. I clicked on link and followed instructions, then received the message "installation encountered errors - failed to initialize". So far, I have uninstalled previous versions of flash player and checked my plug ins. Noticed that Shockwave flash does not appear in my plug in list and adobe states that this needs to be active for their flash player.
    I am on Windows XP and Firefox version 8.
    Thanks.
    Cameron Cassidy

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    See:
    * https://support.mozilla.com/kb/Managing+the+Flash+plugin
    * https://support.mozilla.com/kb/Installing+the+Flash+plugin
    You can get the Adobe Flash Player here:
    * http://www.adobe.com/downloads/
    * http://www.adobe.com/go/getflashplayer
    Or download the Flash Player via this page: Troubleshoot Flash Player installation for Windows
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_Download_and_install_the_latest_Flash_Player_version
    # Download and save the Flash installer for the Firefox browser to your desktop.
    # Exit Firefox (File > Exit), you may need to verify that in the Task Manager (XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC, Processes tab)
    # Start the Flash installer with a double-click on the desktop icon of the Flash installer.
    * You may have to run the Flash installer as Administrator (right-click: Run as ...) to get access rights for installing the files and modifying the registry.

  • Adobe Flash Player failed

    Support:
    When I try to download free Adobe Flash Player, I get this error message:  Installation encountered errors - failed to initialize.
    I don't see any previous version of Adobe Flash Player installed on my computer when I look under add, remove programs in
    the control panel.  I need help installing free Adobe Flash Player.
    V. Evans

    Try the Flash forum.

  • Why do I keep getting 'Action ScriptError' messages from Adobe Flash Player?

    Whenever I play games on Facebook, mostly from the Zynga stable, a message pops up like this:
    Each time, the message shows a different error code (I think). Does anyone know why this should happen, and is there any way I can stop them without
    getting rid of Adobe Flash Player? ( apparently, the games won't play without it) and is it something I can just ignore altogether?

    Open System Preferences then select Flash Player under Other.
    Select the Advanced tab.
    Under Browsing Data and Settings click Delete All
    Quit and relaunch Safari to test.

  • Cannot print from Adobe Flash Player even though there is a print option. IE works fine but not Firefox.

    I found a site that uses Adobe Flash Player to show pictures and there is a "Print" selection/icon but when selecting from that the picture does not print, but it does when using Internet Explorer.

    Firefox must not be open when the Flash installer is run. Use the following information and instructions.....
    There are 2 versions of Adobe Flash:
    *an '''ActiveX version''' for IE only
    *a '''Plugin version''' for most other browsers including Firefox
    *On a Windows system, you should always update both individually.
    '''''You do not appear to have the Plugin version for Firefox installed. ''''' If you did, in Add-ons > Plugins you would see "Shockwave Flash ''(version)''". If "Shockwave Flash" is there and is disabled, click the "Enable" button.
    Check your Plugins often --> http://www.mozilla.org/en-US/plugincheck/
    *only the most popular/used Plugins are known by this page
    *page will detect only installed, '''''enabled''''' Plugins
    '''<u>Install or update Adobe Flash</u>'''<br />
    #'''<u>Using Firefox</u>''', go to the following link and SAVE the download to your desktop so you can find it later. Un-check any items on that page that you do not want to download (i.e., "McAfee Security Scan Plus":
    #*http://get.adobe.com/flashplayer
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #To update/install the ActiveX version for IE '''''only''''', repeat the process, '''<u>but use IE to go to the above website</u>'''.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Can't open downloads from adobe flash player

    Hi,
    I have a mac, and i always used adobe flash player, sometimes you have to update in order to keep using it and be able to watch videos.
    I forgot to do it, and so i couldn't watch video's anymore, then i went to update it but i ended up with this:
    I can't open it, and everything to uninstall or to do a clean install gives me this kind of result…
    Can someone help me?
    Thanks a lot!

    osx - Why is Adobe Flash Player downloaded as a ".dmg.mdlp" file? - Super User

  • Curious Warning Message From Adobe Flash Player

    Hello everyone.
    I have been getting a warning message that pops up every 3 or 4 days for the past couple of weeks. The message reads as follows:
    "Adobe Flash Player has stopped a potentially unsafe operation. The following local application on your computer or network:
    (object)
    is trying to communicate with this internet-enabled location:
    "mail.yimg.com"
    To let this application communicate with the internet, click settings.
    You must restart this application after changing your settings.
    I am then presented with two boxes, one that says OK and one that says SETTINGS.
    I have the latest Flash Player for 10.6.7 and have been clicking on OK and have never clicked on Settings because I have no idea what the object is ( the so-called local application is not listed or described) and I don't know what is meant by "this internet enabled location called ,ail.yimg.com. I don't click Settings because I'm concerned that I may be allowing an unauthorized communication with my computer.
    Any information or recommendation to explore this problem will be greatly appreciated.
    Thanks. Rich

    I am familiar with the Adobe Flash Player Settings Manager where I have always limited the amount of space for sites to store information on my computer. In all cases also, I have checked the box to "always ask" before allowing sites to communicate with my computer. Most of these settings seem to involve the camera and microphone both of which I never use.
    The document you sent me is very helpful but my problem is that the local application on my computer that is apparently trying to communicate to Yahoo Messenger is not named. It is simply called "object." The fact that it is unidentified makes me want to just click OK and not proceed any further to change any settings. I have added a picture of it to this e-mail. No one here uses Yahoo Messenger or Yahoo Mail.

  • Adobe Flash Player Fails to Play Videos

    Hi,
    Although I have repeatedly uninstalled and re-installed Adobe Flash Player, I continually get asked by various websites to load it as if it were not there.
    Most video clips will not play with the exception of some YouTube videos which ask me to load AFP but then do actually play the video.
    I am running Windows 7 64bit on an HP computer.
    Can someone please give an old pensioner a clue as to a possible reason why AFP will not work on my machine?
    Thanks and best regards, Chris

    Hi Mike,
    No, I am running IE 9.0.8112.16421 (update 9.0.15).
    I guess I should be upgrading, but to what?
    Thanks for the replay.
    Chris

  • Retaining documents from Adobe Flash Player

    Can One retain documents viewed thru ADOBE FLASH PLAYER?

    AFAIK, Flash Player only runs videos. Do you mean Adobe Reader? You should be able to save any PDF file.

  • Adobe Flash Player fail

    downloaded and installed last version of adobe flash player, still can't watch videos and play online games, tried several times but there are no changes !! please help!! I'm using 2008 year iMac with the last OS update 10.5.8 !! what should I do ?!
    Message was edited by: ArmCross

    Contact Adobe or use their online forums.
    Best of luck.

  • I am sick and tired of Firefox crashing from Adobe Flash player. All support statements say to reinstall and that doesnt solve the problem!

    I am sick and tired of your Firefox not supporting Adobe Flash player. Windows explorer no problem it works fine. All of your support statements tell me to reinstall and I've tried that more than once and nothing improves! It is slowing up my computer, and I have a windows folder with 4.8Mb of auto generated crash messages!

    If you have problems with current Shockwave Flash plugin versions then check this:
    * see if there are updates for your graphics drive drivers
    '''https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration'''
    * disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    '''https://forums.adobe.com/message/4468493#TemporaryWorkaround'''
    * disable hardware acceleration in the Flash plugin
    '''https://forums.adobe.com/thread/891337'''
    See also:
    * '''http://kb.mozillazine.org/Flash#Troubleshooting'''

  • Adobe flash player fails installation

    flash player installs 50% then fails to complete IE9 64bit

    Hi,
    The following link contains the answer to your query: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html. Please read.
    Hope the above info helps you.
    With regards,
    Prabhu

Maybe you are looking for

  • TS3988 How do I turn off iCloud and go back to the way I had it before?

    I am unhappy with iCloud for a number of reasons. I want to go back to backing up my music to an external HD, storing music on my devices, and turn off iCloud. How do I turn off iCloud? I have iTunes on a PC. THANKS

  • Palm desktop 6.2.2 losing data

    I've tried to solve this with the chat support with Palm to no avail.  Every so often my data is gone from my desktop calendar.  They said that the events are purged and backed up every week to month, depending on the chosen time in "tools" but only

  • Content based routing in receiver determination.

    hi,         how to do content based routing in receiver determination based on value of  of a variable of target structure? Miten.

  • Oracle databse 10g express edition 64 bits for oracle linux 64bits

    Can I find somewere where i do downlod of oracle database 10g XE 64bits for oracle linux 64bits Please help me. I realy need this database ! thank's Dênio Edited by: 968495 on 30/10/2012 10:17

  • GL Cost items problem

    Hi I have a FI documents without cost on GL 1234 and when I change document and define a cost account then system said that "You must create an account 1234 for 13.05.2008 for cost item". This GL account was created in 2007 yet How to define a cost a