Flash update error on website

Hi,
I'm pretty new to using Dreamweaver and have started to make my first website. I have been following tutorials on how to insert flash files but I am having a constant problem.
When you go on my website (www.mattarnoldphotography.co.uk) it says you need to update to the latest flash software (which I know my PC has definitely got) and when you click on the update button, it just says its failed.
Any help would be much appreciated.
Many Thanks

Have you thought about using something other than Flash?
I'm looking at your site on my iPad and I cannot see your images since iPads and iPhones don't do Flash and never will.
Try using HTML5 instead.

Similar Messages

  • Youtube - Flash Update error message

    You need to upgrade your Adobe Flash Player to watch this video.
    Download it from Adobe.
      This is the error message I keep experiencing whenever I open Youtube.
    I am pretty confident that this is somehow related to a virus of some design as I have never had this problem before. Also I would never uodate Adobe through a link off of Youtube. I also have Virus Barrier through Intego on my computer and have never had a problem. My computer is now slow however and can't play videos. Is there some way to check for a trojan or malware other than my intego because it isnt finding anything wrong.
    Could there be another reason I am experiencing this?
    Appreciate the help!

    I have tried this more than once and it says that the download is complete and finished but I still get the error message.
    You have to do more than just download it. You have to install it as well. You should find a file named something like AdobeFlashPlayerInstaller_11_ltrosxd_aaa_aih.dmg in your Downloads folder (or wherever you have your browser set to save downloads). Double-click that and a "disk" named Adobe Flash Player Installer will appear on your desktop. (If it doesn't show on your desktop, open a Finder window and it should show up in the sidebar, under Devices.)
    Open that "disk" and open the Install Adobe Flash Player item. That will start the install process, just follow the directions from there.
    Also, note that you should never click a link on a web site that is telling you to update Flash. That's a very common scam, and what you would often end up downloading is malware. (Usually, though not always, Windows malware.) The only place you should ever download Flash Player from is straight from Adobe's web site:
    http://get.adobe.com/flashplayer
    Incidentally, the forum software will turn that into a link, but even clicking that link could be dangerous, because it may not actually go where it claims to go. For example, click here:
    http://get.adobe.com/flashplayer
    Unless the forums are smarter than I think and don't allow that link to work the way I want, that second link will go to Apple's site instead of Adobe's site.

  • Michael Arnold Oregon - Adobe Flash Update Error

    Hi All,
    My Name is Michael Arnold from Oregon. I have update Mozila firefox 30.0, also update the flash player. but in some website it shows "please install missing plugins".
    Thanks
    Michal Arnold

    Got some links to these sites?   I have FireFox 30 (32-Bit with Windows 7 Pro 64-Bit) and the latest Flash, Air, and ShockWave players.
    - Pj

  • Asynchronous update of Flash chart error in IE

    Hi gurus,
    I had a post a while ago about an update command for a flash chart:
    [Asynchronous update of flash chart when select list value changes|http://forums.oracle.com/forums/thread.jspa?messageID=3491745]
    The goal was when I clicked a button or changed a select list the flash chart should update. Here is the command to update the flash chart:
    apex_RefreshChart ($v('pFlowStepId'), $v('Pxx_REGION_ID').substr(1), navigator.language );This worked really well in Firefox but IE always created an error:
    Details zum Fehler auf der Webseite
    Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Zeitstempel: Mon, 5 Oct 2009 06:16:52 UTC
    Message: Object doesn't support this property or method
    Line: 1
    Char: 31991
    Code: 0
    URI: http://apex.oracle.com/i/javascript/apex_3_1.jsTry this example:
    [http://apex.oracle.com/pls/otn/f?p=65555:23|http://apex.oracle.com/pls/otn/f?p=65555:23]
    I found out that IE used another function to get the client language. I fixed that but an error still occurs:
    Details zum Fehler auf der Webseite
    Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Zeitstempel: Mon, 5 Oct 2009 06:27:02 UTC
    Message: Unkown error.
    Line: 49
    Char: 5
    Code: 0
    URI: http://SERVER:8080/apex/f?p=150:1:10579031101899::NO::P1_I_ID,P1_INSTANCE_NAME:1,DB1That is the javascript I used now:
    //check the Browser type to set the right browser language
    function fnc_checkBrowserLanguage()
    var nav_lng="en"; //default language string
    if(navigator.language)nav_lng=navigator.language;
    if(navigator.browserLanguage)nav_lng=navigator.userLanguage;
    if(navigator.systemLanguage)nav_lng=navigator.systemLanguage;
    if(navigator.browserLanguage)nav_lng=navigator.browserLanguage;
    if(navigator.userLanguage)nav_lng=navigator.userLanguage;
    if(window.navigator.language)nav_lng=window.navigator.language;
    return nav_lng;
    // return 'en-us';
    function fnc_setTablespaceItem (pItem)
      var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=dummy',0);
      get.add(pItem,$x(pItem).value)
      gReturn = get.get();
    // alert('Item '+pItem+' Session State set to '+$x(pItem).value+'!');
      var v_flow_id = $v('pFlowStepId');
      var v_region_id = new String($v('P1_REGION_ID_TU').substr(1));
      var v_browser_lang = fnc_checkBrowserLanguage();
      //alert(v_flow_id);
      //alert(v_region_id);
      //alert(v_browser_lang);
      var vOriginal_apex_RefreshChart = apex_RefreshChart;
      apex_RefreshChart = function(v_flow_id,v_region_id,v_browser_lang)
        vOriginal_apex_RefreshChart(v_flow_id, v_region_id, v_browser_lang);
      apex_RefreshChart(v_flow_id, v_region_id, v_browser_lang);
      get = null;
    }If I set the alert boxed all variables have a value. Firefox works well. And I have no idea what I could do next???
    Tobias

    I just found out that the original time based flash update option creates the same error I get all the time. It can be configured under:
    Chart attributes > Refresh: Asynchronous Update = YES and Update Interval (Seconds) = 10
    Error: (line 49) (JScript - script block):
    function __flash__addCallback(instance, name) {
      instance[name] = function () {
        return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
      }By the way I use the newest APEX version: "Application Express 3.2.1.00.10"
    Seems more like a general error? Everybody should be able to rebuild this under IE 8 or IE 7. I use IE8!
    Created source code:
    &lt;script type="text/javascript" language="javascript">
    function chart_r2258227549390282_InitRefresh(pNow) {
      setTimeout("chart_r2258227549390282_InitRefresh(true)",10000);
      if (pNow){apex_RefreshChart (1, '2258227549390282', 'de');}
    apex_SWFFormFix('c2258227549390282');
    &lt;/script>It still works well with Firefox.
    Tobias
    Edited by: Tobias Arnhold on Oct 6, 2009 2:37 PM

  • I am unable to view flash videos from all websites except youtube after updating to Firefox 4. All help will be appreciated. Thanks in advance :)

    I am unable to view flash videos from all websites except youtube after updating to Firefox 4. All help will be appreciated. Thanks in advance :)

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Adobe automatic flash update crashes with error

    This is a frequently recurring, time wasting problem. When will Adobe get the update installation right ?
    Doesn't happen with any other update from any other vendor. Frustrating!
    XP Pro SP3
    Error detail:
    Line:     1
    Char:    13976
    Code:    0
    URL:     ...\index.js
    What to do ?
    Pradip_A

    Aside from the Flash update failure on my Desktop, I still can't fathom why
    I haven't been able to install Flash ever on my HP Compaq Pressario 1000 Laptop ever.
    This too sports XP Pro SP3 IE8.
    If you have any ideas on this other problem, please let me know.
    Thanks,
    Pradip.
    To repeat:
    The original post on this current thread stareted with the crash showing a notification window
    with the error Object Expected and the following detail:
    Line:     1
    Char:    13976
    Code:   0
    URL:     ...\index.js
    Here's the requested log file:
    2012-9-15+12-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+20-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+21-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+11-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+13-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+15-20-16.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+10-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+11-20-15.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+12-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+13-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+14-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+15-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+0-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+10-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+21-20-0.15 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+22-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+1-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+2-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+10-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+12-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+17-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+9-20-15.625 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+10-20-0.218 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+11-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+12-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+13-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+14-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+15-20-0.137 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+16-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+17-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+20-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+21-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+22-20-15.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+23-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+7-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+8-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+9-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+11-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+17-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+23-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+9-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+11-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+1-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+2-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+8-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+9-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+10-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+15-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+10-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+12-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+17-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+1-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+9-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+10-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+20-20-15.171 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+21-20-15.15 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+22-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+23-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+5-20-18.390 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+6-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+7-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+8-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+14-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+16-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+18-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+20-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+21-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+9-20-15.359 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+10-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+21-20-0.141 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+22-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+23-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+0-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+1-20-0.48 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+9-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+10-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+12-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+20-20-15.875 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+22-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+10-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+21-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+22-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+1-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+2-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+3-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+11-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+17-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+21-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+10-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+13-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+16-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+10-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+17-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+19-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+0-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+11-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+0-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+8-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+9-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+10-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+19-20-15.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+20-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+21-20-0.53 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+22-20-0.37 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+23-20-0.115 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+0-20-0.37 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+1-20-0.53 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+7-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+8-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+9-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+13-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+15-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+1-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+2-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+11-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+10-20-0.734 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+9-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    =O====== M/11.4.402.287 2012-10-10+11-08-11.906 ========
    0000 Re: Adobe automatic flash update crashes with error 00000010 "D:\Temp\{C1AD15FE-05B3-464A-BE7E-986871B6FB95}\InstallFlashPlayer.exe" -iv 4
    0001 Re: Adobe automatic flash update crashes with error 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 Re: Adobe automatic flash update crashes with error 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.dll 5
    0003 Re: Adobe automatic flash update crashes with error 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe 5
    0004 Re: Adobe automatic flash update crashes with error 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_287.ocx
    0005 Re: Adobe automatic flash update crashes with error 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_ActiveX.exe
    0006 Re: Adobe automatic flash update crashes with error 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_ActiveX.dll
    0007 Re: Adobe automatic flash update crashes with error 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0008 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0009 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0010 Re: Adobe automatic flash update crashes with error 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0011 Re: Adobe automatic flash update crashes with error 00001106
    0012 Re: Adobe automatic flash update crashes with error 00001106
    0013 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 Re: Adobe automatic flash update crashes with error 00000012
    =X====== M/11.4.402.287 2012-10-10+11-08-31.921 ========
    =O====== M/11.4.402.265 2012-10-10+10-56-43.031 ========
    0000 Re: Adobe automatic flash update crashes with error 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe" -update activex
    0001 Re: Adobe automatic flash update crashes with error 00000011 0
    =X====== M/11.4.402.265 2012-10-10+11-08-32.078 ========
    2012-10-10+11-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+16-20-0.234 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+17-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+18-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+22-20-0.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+11-20-0.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+17-20-18.546 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+20-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+10-20-0.203 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+17-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+21-20-0.52 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+22-20-0.36 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+23-20-0.177 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+0-20-0.36 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+10-20-15.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+20-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+22-20-2.156 Re: Adobe automatic flash update crashes with e

  • How to attached automatic flash update to website

    Our website doesn't contain all the text for buttons when
    opened on certain computers, i'm not sure but it maybe because the
    computers in question do not have the latest flash installed. If
    this is the case i would like to incorporate an automatic flash
    update to the site so that when people open the site it works
    properly. I would really appreciate any advice. Cheers

    You haven't yet tried: System Preferences>Software Update>Scheduled Check>Uncheck "Check for updates" ?

  • Safari will not load pages after flash update yesterday

    I am trying to access pages like CNN.com...with the nice background image on the home page...it does not load the images. Also, articles like "34 sports photos" do not load the flash player so I can see the photos.
    how do I fix that or revert?

    If you can't install or update Flash, follow these instructions.
    If you have installed the latest version of Flash, please take each of the following steps that you haven't already tried. After each step, relaunch Safari and test.
    For a "blocked plug-in" error, see Step 4.
    For a "missing plug-in" error, start with Step 8.
    Back up all data before making any changes.
    Step 1
    You might have to log out or restart the computer before a Flash update takes effect.
    Step 2
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Close the window. Then select
               ▹ System Preferences… ▹ Flash Player ▹ Advanced ▹ Delete All...
    In the sheet that opens, check the box marked
              Delete All Site Data and Settings
    then click Delete Data. Close the preference pane.
    Step 3
    If you're only having trouble with YouTube videos, log in to YouTube and load this page. You may see a link with the text "Leave the HTML5 Trial." If so, click that link.
    Step 4
    a. If you get a warning of a "blocked" or "outdated" plug-in, then select the Security tab in the Safari preferences window. In the list of plugins on the left, there should be one—and only one—entry for "Adobe Flash Player," showing the same version number that you installed. Select that entry. On the right there will be a list of websites for which you have specifically allowed Flash, if any. It's normal for the list to be empty. Below that is a menu labeled
              When visiting other websites
    From that menu, select either Allow or Ask.
    b. If you still get the alerts, then go back to the Flash Player preference pane and select the Advanced tab. Click Check Now. Quit and relaunch the browser.
    c. If the alerts still persist, triple-click anywhere in the line below on this page to select it:
    /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources
    Right-click or control-click the highlighted text and select
              Services ▹ Open
    from the contextual menu.* A folder should open. Inside it, there should be a file named "XProtect.meta.plist". If that file is missing and you know why it's missing, restore it from a backup or copy it from another Mac running the same version of OS X. Otherwise, reinstall OS X.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    Step 5
    In the Safari preferences window, select the Advanced tab and uncheck the box marked
              Stop plug-ins to save power
    Step 6
    Open this folder as in Step 4:
    /Library/Internet Plug-Ins
    Delete the following item, or anything with a similar name, if present:
              Flash Player (failing).plugin
    You may be prompted for your login password.
    Step 7
    Re-download and reinstall Flash. Download it from the domain "get.adobe.com". Don't click a link from any other website, including this one, because you can't trust links. They may be an attempt to trick you into installing malware masquerading as Flash. Type the address into the browser window. Never download a Flash update from anywhere else.
    Step 8
    If you get a "missing plug-in" error, select
              Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked 
              Allow (or Enable) plug-ins
    Then click the button marked
              Manage Website Settings...
    if present and make sure that the website is not blocked for Flash.
    Step 9
    Select
              Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.

  • Cannot publish Flash Updates Verification of file signature failed for file SCUP 2011, SCCM 2012 R2 and WSUS all on same Windows Server 2012 machine

    I am attempting to distribute Adobe Flash updates using SCUP 2011, SCCM 2012 R2, WSUS ver4 and Windows Server 2012.  Everything installs without error.  I have acquired a certificate for SCUP signing from the internal Enterprise CA.  I have
    verified the signing certificate has a 1024 bit key.  I have imported the certificate into the server's Trusted Publishers and Trusted Root CA stores for the computer.  When I attempt to publish a Flash update with Full content I receive the following
    error:
    2015-02-13 23:00:48.724 UTC Error Scup2011.21 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab
    I have redone the certificates three times with no luck.  I can import metadata, but any attempt to download content results in the verification error.
    TIA

    Hi Joyce,
    This is embarrassing, I used that very post as my guide when deploying my certificate templates, but failed to change the bit length to 2048.  Thank you for being my second set of eyes.
    I changed my certificate key bit length to 2048, deleted the old cert from all certificate stores, acquired the a new signing cert, verified the key length was 2048, exported the new cert to pfx and cer files, imported into my Trusted publishers
    and Trusted Root Authorities stores, reconfigured SCUP to use the new pfx file, rebooted the server and attempted to re-publish the updates with the following results:
    2015-02-16 13:35:44.006 UTC Error Scup2011.4 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab.
    Is there a chance this content was already created and signed with the old cert, so installing the new cert has no effect?  In ConfigMgr software updates I see 4 Flash updates, all marked Metadata Only (because they were originally published as "Automatic." 
    No Flash updates in the ConfigMgr console are marked as downloaded.  I can't find any documentation on how the process of using SCUP for downloading content for an update marked Metadata Only actually works. 
    Comments and suggestions welcome.

  • You Tube requires Flash update. Worked for laptop Windows 7 but not PC Windows Vista. Can you help?

    You Tube said I needed latest Adobe Flash Player, so uninstalled old version and reinstalled latest version 11.6.602.171 on PC running Windows Vista Home Basic SP2 32-bit OS.  My system says it's there, but it still won't work on You Tube - still get same message saying Ineed latest version.
    Had same message on my Laptop running Windows 7 and it updated and works fine.  I use Internet Explorer 9.
    Detailed Problem Description: Problem with downloading latest Adobe Flash update and viewing YouTube.  On PC running Windows Vista Home Basic SP2 32-bit OS, You Tube home page red banner at top said I needed to install latest Adobe Flash Player but even after installing, it does not work and will not play most videos in browser and shows black screen with message still asking to download latest version.  Seems to be rather random as to which videos it will play and which ones it won't, although there may be some common link (see examples below).  I thought it might have been HTML5 problem but I have successfully played HTML5 and Non-HTML videos through Adobe test site (Adobe Flash Player Help/Video Playback Issues) as well as Stage Videos. (Note: Had same You Tube messages when viewing on Laptop running Windows 7 but that updated without problem.)
    Ran Adobe Uninstall. Closed all other programs before reinstalling direct from Adobe (rather than You Tube link). No change.
    Ran all Adobe troubleshooting suggestions listed at http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_.
    Removed browsing data and deleted cache, checked that Internet Tools\Safety\Active X filtering was disabled (but in Internet Option\Security, Active X controls are enabled), disabled Hardware Acceleration, restarted computer but no change to You Tube viewing.  Re-enabled, but no change.  (WOULD LOVE ADVICE FOR FUTURE REFERENCE IF I SHOULD KEEP THIS ENABLED OR DISABLED.)
    I have updated graphics drivers for NVIDIA GeForce 9400 GT- although had to do manually as NVIDIA auto system scan said "could not detect your GPU". Noted they said Windows Vista supports up to Direct X 10, but my system is running Direct X 11.  Had optional update message for "nVidia Graphics Adapter WDDM1.1, Graphics Adapter WDDM 1.2, other Hardware NVIDIA GeForce 9400 GT" on both PC & laptop.  Laptop downloaded fine. Tried to download on PC but was not successful. Error Code 80070103, possibly because system had already been updated? Current driver version 9.18.13.1407 - "Windows has determined that your current driver software is up to date".
    Running Norton 360 but it did not block or indicate any problems with Flash Player download.
    Problem URL: http://www.youtube.com/?utm_source=navclient (red banner at top of home page says I still need to download latest Adobe Flash).
    Example of specific video that will not play: http://www.youtube.com/watch?v=384IUU43bfQ
    Example of specific video that will not play: http://www.youtube.com/watch?v=YgMen4-PI74
    Example of video that will play: http://www.youtube.com/watch?v=TGbrFmPBV0Y

    Dear Chris,
    Thanks for reply.  I ran the recommened Adobe uninstall program so assumed it deleted whatever it should have, before installing new version.  When it didn't work I followed instructions in Flash Player help page (screen shot below) which said to delete the Roaming App Data/Macromedia/Flash folder and Roaming App Data/Adobe/Flash folder, which I did. 
    Below are screen shots of C:\windows\system32\macromed\flash files as they currently stand.  I have a fuzzy recollection that it was deleted at some point because I think I went searching for it during one troubleshooting session and it couldn't be found (but maybe I'm geting confused with the App Date folders?).  Anyway I presume these current files are all post-reinstallation as the dates are all 5 or 6 March (did them before and after midnight).  I'm on Australian time - not sure where you are. However, notice install.log date is 21/05/2010 and Flash Player Trust sub-folder is dated 6/09/2008.
    When I right click on the screen of both videos that will and won't play, I just get a list of options starting at "Copy video URL" down to "About HTML5".   So not sure what you mean when you say "For the videos that do play, when you right click on them what version of Flash Player is reported at the bottom of the context menu?" as I can't see any info like this.  Do I click somewhere else?
    If you are able to get the info you are after yourself, two videos that will work are:
    http://www.youtube.com/watch?v=OLKlTN1JN7w and
    http://www.youtube.com/watch?v=TGbrFmPBV0Y
    Also, with hardware acceleration enabling or disabling, the only place I can find to do this is through the Adobe Flash Help page http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_
    and right clicking on the Flash Player info box, going into Settings and checking or unchecking the Enable box.  Do you know if there is another setting in my actual computer where I can do this and or there's some other setting I need to change?  There doesn't seem to be anything similar when I go through Conrol Panel - Flash Player.
    5. Delete all Flash Player browsing data
      a.. Click Start > Control Panel.
      b.. Double-click Flash Player.
      c.. In the Flash Player Setting Manager, click Advanced.
      d.. Under Browsing Data and Settings, click Delete All.
    6. Remove Flash Player cache
      a.. On your computer, select Start > Run. (On Windows 7, click Start and type in Search Programs and Files.)
      b.. Type %appdata%\Adobe and click OK.
      c.. Delete the Flash Player folder.
      d.. Repeat step 1 and type %appdata%\Macromedia.
      e.. Delete the Flash Player folder.

  • Windows Update error code 8024402C

    I've been having this problem for months and I can't make any updates so please solve my problem, I went to your website about that problem and it still doesn't solve my problem, I would really appreciate if you could solve it thank you in advance.
    PS: I'm using window 7 64bit if that can help.

    Hi,
    About Windows Update error
    8024402C, please refer this article from Microsoft:
    http://windows.microsoft.com/en-US/windows7/Windows-Update-error-8024402C
    If it doesn’t help, please temporally disable firewall and antivirus program and update again.
    If the issue persists, you can try to reset Windows Update components for test:
    http://support.microsoft.com/kb/971058
    Hope that helps.
    Regards,
    Leo  
    Huang
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Windows Update Error Code 57E

    Hello,
    I am getting Error Code 57E when using Windows Update. The only update that doesn't install is KB2863911.
    I am running Windows 7 64-bit and Office 2013 64-bit.

    Hi,
    With err exe, I found the error code represent "Cannot create a top-level child window" which means that a required Permission for Full Control might be missing for a component that it is trying to update.
    I suggest you tempbrarily disable any anti-virus software, then download the update from Microsoft website then manually install it again.
    Or you can install Office 2013 upate in Windows clean boot to check the result.
    http://support.microsoft.com/kb/929135
    And the issue is more like a office issue, if issue persists, I suggest you post in the following forum for they're more familiar with this kind issue.
    Microsoft Office
    http://social.technet.microsoft.com/Forums/en-US/home?forum=officeitpro
    Yolanda Zhu
    TechNet Community Support

  • Windows Update Error 80080005 Windows 7 Client with WSUS 3.0 SP2 server

    Hello everyone, I've looked around at other threads related to my issue, and I can't seem to find a correct answer.
    I have a computer lab that I've recently installed a Windows 7 Enterprise image onto 35 Dell Optiplex computers (most are 380's, a few older 360's).
    I created the image using MDT2010 and used one of the 380's as a reference.
    All has been well for about a month or two but recently 6 computers are giving me Windows Update errors with the error code of 80080005.
    I have a WSUS 3.0 SP2 server running, and all of my other computers seem to be getting their updates just fine.  WSUS has the problematic computers in it's database, but it shows that they haven't checked in for "x" days.
    I have Avast 4.8 Professional installed, I have OpenDNS configured to block bad websites, ____, etc. and I also use an Untangle server to prevent access to bad websites.  I've ran a Malwarebytes' Anti-Malware scan on the affected computers, as well
    as Windows Defender scan, and Windows Live OneCare scans, and all have found no malicious software.
    I have also tried resetting the Windows update service as described here: http://support.microsoft.com/kb/971058 as well as a script that supposedly does the same thing, but also resets all previous
    update events, but I can't find the script source right now (I had ran it last week, and it didn't work).
    I'm currently running a SFC /Scannow on one of the computers, and now it has finished.  It gives the error: Windows Resource Protection could not start the repair service.  I'll have to google that next.
    The last windows update that ran on the computer that I'm working on now was installed on 11-18-2010 and was a Windows Defender Update (KB915597 Def: 1.93.1985.0)
    Previous to that was 11/9/2010 2 updates: KB977165 and KB981852.
    I guess I'll have to look at all of the other machines to see if they have the same updates installed.
    Anyway, has anyone else had this problem?  I've seen vista home editions, and RC's but no real Windows 7 Pro+ RTM versions in business environments where updates were controlled by WSUS.
    Thanks for any help that you can provide!
    By the way, I only work at this location once a week (tuesdays, well thursdays too, but I'm next door to this building, but I have remote access), so bare with me on trying to fix things.

    Ok, for the sake of completeness, I have completed the instructions given by Miya Yao.
    After stopping the Windows Update Service (from an Admin Command prompt window), renaming the SoftwareDistribution folder to SDold, then starting the update service again, I still receive the same error when checking for updates.
    The windows update log shows this (starting from about 4am) and I just reset the service at about 9:10, which you can see in the log.
    2010-12-21 04:19:02:342 940 f20 Agent WARNING: WU client failed Searching for update with error 0x80080005
    2010-12-21 04:19:02:342 940 cd4 AU >>## RESUMED ## AU: Search for updates [CallId = {8957B50F-46F1-44C4-A347-20D4C5E91D47}]
    2010-12-21 04:19:02:342 940 cd4 AU # WARNING: Search callback failed, result = 0x80080005
    2010-12-21 04:19:02:342 940 f20 Report CWERReporter finishing event handling. (00000000)
    2010-12-21 04:19:02:342 940 cd4 AU # WARNING: Failed to find updates with error code 80080005
    2010-12-21 04:19:02:342 940 cd4 AU #########
    2010-12-21 04:19:02:342 940 cd4 AU ## END ## AU: Search for updates [CallId = {8957B50F-46F1-44C4-A347-20D4C5E91D47}]
    2010-12-21 04:19:02:342 940 cd4 AU #############
    2010-12-21 04:19:02:342 940 cd4 AU Successfully wrote event for AU health state:0
    2010-12-21 04:19:02:342 940 cd4 AU AU setting next detection timeout to 2010-12-21 14:19:02
    2010-12-21 04:19:02:342 940 cd4 AU Setting AU scheduled install time to 2010-12-22 08:00:00
    2010-12-21 04:19:02:342 940 cd4 AU Successfully wrote event for AU health state:0
    2010-12-21 04:19:02:342 940 cd4 AU Successfully wrote event for AU health state:0
    2010-12-21 04:19:07:350 940 f20 Report REPORT EVENT: {A472759C-BEE7-4161-84E8-41F1C1D03AB4} 2010-12-21 04:19:02:342-0500 1 148 101 {61CA813A-7585-442E-A66B-B0D15CE6BDC0} 1 80080005 SelfUpdate Failure Software Synchronization Windows Update Client failed to detect with error 0x80080005.
    2010-12-21 04:19:07:350 940 f20 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2010-12-21 04:19:07:350 940 f20 Report WER Report sent: 7.4.7600.226 0x80080005 61CA813A-7585-442E-A66B-B0D15CE6BDC0 Scan 101 Managed
    2010-12-21 04:19:07:350 940 f20 Report CWERReporter finishing event handling. (00000000)
    2010-12-21 04:24:22:767 940 f20 PT WARNING: Cached cookie has expired or new PID is available
    2010-12-21 04:24:22:767 940 f20 PT Initializing simple targeting cookie, clientId = a6d6dc1c-d844-451c-8609-3879e6cacb33, target group = , DNS name = lab24.sja.local
    2010-12-21 04:24:22:767 940 f20 PT Server URL = http://server2:8530/SimpleAuthWebService/SimpleAuth.asmx
    2010-12-21 04:24:22:814 940 f20 Report Uploading 2 events using cached cookie, reporting URL = http://server2:8530/ReportingWebService/ReportingWebService.asmx
    2010-12-21 04:24:22:814 940 f20 Report Reporter successfully uploaded 2 events.
    2010-12-21 06:59:23:020 940 b4c AU AU was unable to detect updates for more than 48 hours
    2010-12-21 06:59:28:027 940 c78 Report REPORT EVENT: {511B1C92-939C-4E97-A51B-50E75FCB7AEF} 2010-12-21 06:59:23:020-0500 1 149 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Failure Software Synchronization Unable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.
    2010-12-21 06:59:28:027 940 c78 Report CWERReporter finishing event handling. (00000000)
    2010-12-21 09:02:03:476 940 2f4 AU Triggering AU detection through DetectNow API
    2010-12-21 09:02:03:476 940 2f4 AU Triggering Online detection (interactive)
    2010-12-21 09:02:03:476 940 b4c AU #############
    2010-12-21 09:02:03:476 940 b4c AU ## START ## AU: Search for updates
    2010-12-21 09:02:03:477 940 b4c AU #########
    2010-12-21 09:02:03:488 940 b4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {B65ACC67-ED84-45D4-9774-D0475806E74B}]
    2010-12-21 09:02:03:488 940 e38 Agent *************
    2010-12-21 09:02:03:488 940 e38 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-12-21 09:02:03:488 940 e38 Agent *********
    2010-12-21 09:02:03:488 940 e38 Agent * Online = Yes; Ignore download priority = No
    2010-12-21 09:02:03:488 940 e38 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2010-12-21 09:02:03:488 940 e38 Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2010-12-21 09:02:03:488 940 e38 Agent * Search Scope = {Machine}
    2010-12-21 09:02:03:488 940 e38 Setup Checking for agent SelfUpdate
    2010-12-21 09:02:03:489 940 e38 Setup Client version: Core: 7.4.7600.226 Aux: 7.4.7600.226
    2010-12-21 09:02:03:489 940 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2010-12-21 09:02:03:496 940 e38 Misc Microsoft signed: Yes
    2010-12-21 09:02:06:071 940 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2010-12-21 09:02:06:078 940 e38 Misc Microsoft signed: Yes
    2010-12-21 09:02:06:080 940 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2010-12-21 09:02:06:087 940 e38 Misc Microsoft signed: Yes
    2010-12-21 09:02:06:100 940 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2010-12-21 09:02:06:107 940 e38 Misc Microsoft signed: Yes
    2010-12-21 09:02:06:123 940 e38 Setup Determining whether a new setup handler needs to be downloaded
    2010-12-21 09:02:06:123 940 e38 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe:
    2010-12-21 09:02:06:129 940 e38 Misc Microsoft signed: Yes
    2010-12-21 09:02:06:129 940 e38 Setup SelfUpdate handler update NOT required: Current version: 7.4.7600.226, required version: 7.4.7600.226
    2010-12-21 09:02:06:129 940 e38 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226"
    2010-12-21 09:02:15:386 940 b4c AU AU received policy change subscription event
    2010-12-21 09:02:36:165 940 e38 Setup WARNING: Cbs StartSession, error = 0x80080005
    2010-12-21 09:02:36:165 940 e38 Setup FATAL: Applicability evaluation for setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226" failed, error = 0x80080005
    2010-12-21 09:02:36:165 940 e38 Setup FATAL: SelfUpdate check failed, err = 0x80080005
    2010-12-21 09:02:36:165 940 e38 Agent * WARNING: Skipping scan, self-update check returned 0x80080005
    2010-12-21 09:02:36:165 940 e38 Agent * WARNING: Exit code = 0x80080005
    2010-12-21 09:02:36:165 940 e38 Agent *********
    2010-12-21 09:02:36:165 940 e38 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-12-21 09:02:36:165 940 e38 Agent *************
    2010-12-21 09:02:36:165 940 e38 Agent WARNING: WU client failed Searching for update with error 0x80080005
    2010-12-21 09:02:36:165 940 e8c AU >>## RESUMED ## AU: Search for updates [CallId = {B65ACC67-ED84-45D4-9774-D0475806E74B}]
    2010-12-21 09:02:36:165 940 e8c AU # WARNING: Search callback failed, result = 0x80080005
    2010-12-21 09:02:36:165 940 e8c AU # WARNING: Failed to find updates with error code 80080005
    2010-12-21 09:02:36:165 940 e8c AU #########
    2010-12-21 09:02:36:165 940 e8c AU ## END ## AU: Search for updates [CallId = {B65ACC67-ED84-45D4-9774-D0475806E74B}]
    2010-12-21 09:02:36:165 940 e8c AU #############
    2010-12-21 09:02:36:165 940 e8c AU Successfully wrote event for AU health state:0
    2010-12-21 09:02:36:165 940 e8c AU AU setting next detection timeout to 2010-12-21 19:02:36
    2010-12-21 09:02:36:165 940 e8c AU Setting AU scheduled install time to 2010-12-22 08:00:00
    2010-12-21 09:02:36:165 940 e8c AU Successfully wrote event for AU health state:0
    2010-12-21 09:02:36:165 940 e8c AU Successfully wrote event for AU health state:0
    2010-12-21 09:02:41:172 940 e38 Report REPORT EVENT: {678C2913-B3B3-4F14-9310-C2E2B1F3334A} 2010-12-21 09:02:36:165-0500 1 148 101 {61CA813A-7585-442E-A66B-B0D15CE6BDC0} 1 80080005 SelfUpdate Failure Software Synchronization Windows Update Client failed to detect with error 0x80080005.
    2010-12-21 09:02:41:172 940 e38 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2010-12-21 09:02:41:172 940 e38 Report WER Report sent: 7.4.7600.226 0x80080005 61CA813A-7585-442E-A66B-B0D15CE6BDC0 Scan 101 Managed
    2010-12-21 09:02:41:172 940 e38 Report CWERReporter finishing event handling. (00000000)
    2010-12-21 09:06:07:779 940 b4c AU ########### AU: Uninitializing Automatic Updates ###########
    2010-12-21 09:06:37:809 940 b4c Handler FATAL: UH: 0x80080005: StartSession failed in CCbs::IsCbsPending
    2010-12-21 09:06:37:840 940 b4c Report CWERReporter finishing event handling. (00000000)
    2010-12-21 09:06:37:872 940 b4c Service *********
    2010-12-21 09:06:37:872 940 b4c Service ** END ** Service: Service exit [Exit code = 0x240001]
    2010-12-21 09:06:37:872 940 b4c Service *************
    2010-12-21 09:08:37:104 940 e84 Misc =========== Logging initialized (build: 7.4.7600.226, tz: -0500) ===========
    2010-12-21 09:08:37:104 940 e84 Misc = Process: C:\Windows\system32\svchost.exe
    2010-12-21 09:08:37:104 940 e84 Misc = Module: c:\windows\system32\wuaueng.dll
    2010-12-21 09:08:37:104 940 e84 Service *************
    2010-12-21 09:08:37:104 940 e84 Service ** START ** Service: Service startup
    2010-12-21 09:08:37:104 940 e84 Service *********
    2010-12-21 09:08:37:108 940 e84 Agent * WU client version 7.4.7600.226
    2010-12-21 09:08:37:108 940 e84 Agent * Base directory: C:\Windows\SoftwareDistribution
    2010-12-21 09:08:37:108 940 e84 Agent * Access type: No proxy
    2010-12-21 09:08:37:108 940 e84 Agent * Network state: Connected
    2010-12-21 09:08:37:453 940 e84 DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2010-12-21 09:08:37:462 940 e84 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2010-12-21 09:08:37:464 940 e84 Agent WARNING: failed to access the auth cab, fatal error 0x80070003
    2010-12-21 09:08:37:464 940 e84 Agent WARNING: Invalid service in the backup data store; cleaning up
    2010-12-21 09:08:37:465 940 e84 Agent WARNING: Failed to add and register service 7971f918-a847-4430-9279-4a52d1efe18d to the data store 0x80240031
    2010-12-21 09:08:37:465 940 e84 Agent WARNING: Default Service Recovery: Attempting to add pending registration for service 7971f918-a847-4430-9279-4a52d1efe18d to the data store
    2010-12-21 09:09:22:474 940 e84 Report CWERReporter::Init succeeded
    2010-12-21 09:09:22:474 940 e84 Agent *********** Agent: Initializing Windows Update Agent ***********
    2010-12-21 09:09:22:475 940 e84 Agent *********** Agent: Initializing global settings cache ***********
    2010-12-21 09:09:22:475 940 e84 Agent * WSUS server: http://server2:8530
    2010-12-21 09:09:22:475 940 e84 Agent * WSUS status server: http://server2:8530
    2010-12-21 09:09:22:475 940 e84 Agent * Target group: (Unassigned Computers)
    2010-12-21 09:09:22:475 940 e84 Agent * Windows Update access disabled: No
    2010-12-21 09:09:22:475 940 e84 DnldMgr Download manager restoring 0 downloads
    2010-12-21 09:09:22:476 940 e84 AU ########### AU: Initializing Automatic Updates ###########
    2010-12-21 09:09:22:477 940 e84 AU # WSUS server: http://server2:8530
    2010-12-21 09:09:22:477 940 e84 AU # Detection frequency: 22
    2010-12-21 09:09:22:477 940 e84 AU # Approval type: Scheduled (Policy)
    2010-12-21 09:09:22:477 940 e84 AU # Scheduled install day/time: Every day at 3:00
    2010-12-21 09:09:22:477 940 e84 AU # Auto-install minor updates: Yes (Policy)
    2010-12-21 09:09:22:478 940 e84 AU Setting AU scheduled install time to 2010-12-22 08:00:00
    2010-12-21 09:09:22:751 940 e84 Report *********** Report: Initializing static reporting data ***********
    2010-12-21 09:09:22:751 940 e84 Report * OS Version = 6.1.7600.0.0.65792
    2010-12-21 09:09:22:751 940 e84 Report * OS Product Type = 0x00000004
    2010-12-21 09:09:22:772 940 e84 Report * Computer Brand = Dell Inc.
    2010-12-21 09:09:22:772 940 e84 Report * Computer Model = OptiPlex 380
    2010-12-21 09:09:22:775 940 e84 Report * Bios Revision = A01
    2010-12-21 09:09:22:775 940 e84 Report * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 A01
    2010-12-21 09:09:22:775 940 e84 Report * Bios Release Date = 2010-03-11T00:00:00
    2010-12-21 09:09:22:775 940 e84 Report * Locale ID = 1033
    2010-12-21 09:09:22:777 940 e84 AU Successfully wrote event for AU health state:0
    2010-12-21 09:09:22:777 940 e84 AU Initializing featured updates
    2010-12-21 09:09:22:777 940 e84 AU Found 0 cached featured updates
    2010-12-21 09:09:22:777 940 e84 AU Successfully wrote event for AU health state:0
    2010-12-21 09:09:22:778 940 e84 AU Successfully wrote event for AU health state:0
    2010-12-21 09:09:22:778 940 e84 AU AU finished delayed initialization
    2010-12-21 09:09:27:781 940 36c Report CWERReporter finishing event handling. (00000000)
    2010-12-21 09:10:20:421 940 bf0 AU Triggering AU detection through DetectNow API
    2010-12-21 09:10:20:422 940 bf0 AU Triggering Online detection (interactive)
    2010-12-21 09:10:20:422 940 e84 AU #############
    2010-12-21 09:10:20:422 940 e84 AU ## START ## AU: Search for updates
    2010-12-21 09:10:20:422 940 e84 AU #########
    2010-12-21 09:10:20:425 940 e84 AU <<## SUBMITTED ## AU: Search for updates [CallId = {F1E8D669-5A48-4C25-832F-4A5ABD80270F}]
    2010-12-21 09:10:20:425 940 36c Agent *************
    2010-12-21 09:10:20:425 940 36c Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-12-21 09:10:20:425 940 36c Agent *********
    2010-12-21 09:10:20:425 940 36c Agent * Online = Yes; Ignore download priority = No
    2010-12-21 09:10:20:425 940 36c Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2010-12-21 09:10:20:425 940 36c Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2010-12-21 09:10:20:425 940 36c Agent * Search Scope = {Machine}
    2010-12-21 09:10:20:425 940 36c Setup Checking for agent SelfUpdate
    2010-12-21 09:10:20:426 940 36c Setup Client version: Core: 7.4.7600.226 Aux: 7.4.7600.226
    2010-12-21 09:10:22:715 940 36c Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2010-12-21 09:10:22:725 940 36c Misc Microsoft signed: Yes
    2010-12-21 09:10:22:745 940 36c Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2010-12-21 09:10:22:750 940 36c Misc Microsoft signed: Yes
    2010-12-21 09:10:22:765 940 36c Setup Determining whether a new setup handler needs to be downloaded
    2010-12-21 09:10:22:765 940 36c Setup SelfUpdate handler is not found. It will be downloaded
    2010-12-21 09:10:22:765 940 36c Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226"
    2010-12-21 09:10:52:778 940 36c Setup WARNING: Cbs StartSession, error = 0x80080005
    2010-12-21 09:10:52:778 940 36c Setup FATAL: Applicability evaluation for setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226" failed, error = 0x80080005
    2010-12-21 09:10:52:778 940 36c Setup FATAL: SelfUpdate check failed, err = 0x80080005
    2010-12-21 09:10:52:779 940 36c Agent * WARNING: Skipping scan, self-update check returned 0x80080005
    2010-12-21 09:10:52:779 940 36c Agent * WARNING: Exit code = 0x80080005
    2010-12-21 09:10:52:779 940 36c Agent *********
    2010-12-21 09:10:52:779 940 36c Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-12-21 09:10:52:779 940 36c Agent *************
    2010-12-21 09:10:52:779 940 36c Agent WARNING: WU client failed Searching for update with error 0x80080005
    2010-12-21 09:10:52:779 940 ba0 AU >>## RESUMED ## AU: Search for updates [CallId = {F1E8D669-5A48-4C25-832F-4A5ABD80270F}]
    2010-12-21 09:10:52:780 940 ba0 AU # WARNING: Search callback failed, result = 0x80080005
    2010-12-21 09:10:52:780 940 ba0 AU # WARNING: Failed to find updates with error code 80080005
    2010-12-21 09:10:52:780 940 ba0 AU #########
    2010-12-21 09:10:52:780 940 ba0 AU ## END ## AU: Search for updates [CallId = {F1E8D669-5A48-4C25-832F-4A5ABD80270F}]
    2010-12-21 09:10:52:780 940 ba0 AU #############
    2010-12-21 09:10:52:783 940 ba0 AU Successfully wrote event for AU health state:0
    2010-12-21 09:10:52:783 940 ba0 AU AU setting next detection timeout to 2010-12-21 19:10:52
    2010-12-21 09:10:52:783 940 ba0 AU Setting AU scheduled install time to 2010-12-22 08:00:00
    2010-12-21 09:10:52:783 940 ba0 AU Successfully wrote event for AU health state:0
    2010-12-21 09:10:52:784 940 ba0 AU Successfully wrote event for AU health state:0

  • Windows Phone 8.1 update error on Samsung Ativ S

    Windows Phone 8.1 update error on Samsung Ativ S.
    Last update dont Work on my phone, the phone start update but start agen and make error, can you help me?
    Can´t link ? Body text cannot contain images or links until we are able to verify your account.
    Can send a mail or link and you can see image off the error.

    We have moved our support forum for the OS Consumer Support (almost any support of the Preview for Developer
    release that is not related to developing an application and or MDM implemtation) to the Microsoft Community website. (http://answers.microsoft.com/en-us/winphone/forum/wpdp )

  • Problem: Flash update on Mac OS 10.411

    A few days ago I was prompted to update Flash Player (youtube videos had suddenly stopped playing on the old version I had) and went ahead and did it. I go through the installation process and as far as I can tell nothing goes wrong. But I still can't watch videos online and the same message is always displayed "you need to update Flash, etc."
    I have Mac OS 10.411 which I guess is 64-bit. I have Safari 4.1.3. I can't update Safari any further with the current OS. I can't download newer versions of Chrome or Firefox.
    What I've done so far x 10:
    -run the uninstaller
    -run the installer  ["Flash Player 10.3 for Mac OSX 10.4-10.5 (Intel)" on the installation page]
    -checked http://www.adobe.com/software/flash/about
    to test if any older versions are still installed on the computer. Just says "missing plug-in", so I guess not.
    I see under system preferences that version 10.3.183.10 is installed, which is the newest version the site gives me.
    Thanks for looking at my question. Anyone know what to do?

    We both have Tiger installled otherwise known as  os 10.4.11, as well I have safari 4.1.3  and flash  10.1 , I believe flash 10.3 will not work with OS 10.4.11 (its for a higher version of lion or leopard or something)
    Make sure box in preferences advanced tab "show Develop menu in menu bar" is checked as I mentioned before and then do a 10.1 flash download in that order, I think I read  flash 10.3 is too high for safari 4.1.3 and Flash 11 is definitely too advanced for Tiger,  as well Tiger can not run Firefox or Chrome as a browser, thus the need to get a version of flash that works on your OS Safari version ..hope this [email protected],   FYI: You should google the error message that pops up in quotes along with your os version for good search results of any issue.
    Date: Tue, 29 Nov 2011 03:50:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: Problem: Flash update on Mac OS 10.411
        Re: Problem: Flash update on Mac OS 10.411
        created by buchisells in Installing Flash Player - View the full discussion
    I have the same problem!
    I also have mac osx 10.4.11(intel) and was asked to upgrade to the latest flash player...but when I did, suddenly couldn't load/watch any videos.
    Tried the same things you did, to no avail (uninstalled and installed flash player 10.3 over and over, and still nothing)..it's as if i didn't install it when I did.
    And because of my os version, can't avail of the archived flash players on this site 
    Help please!
    I tried fixing my Safari preferences but still doesn't work.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4051913#4051913
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4051913#4051913. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Installing Flash Player by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for