How do I get a user to update to the Flash Player Version to 10.1

I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update to the Flash Player version 10.1.
My entire site is in Flash and I am using AS3. So I am guessing I should implement an AS3 code on the first frame of the script layer. Does anyone know what would be this code?

O.K. I see,
HTML code is automatically generated by Flash program.
I am unable to give you a short answer on this and thus attaching the code I
see in DreamWeaver:
0) {
versionRevision = versionRevision.substring(0,
versionRevision.indexOf("d"));
var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
// MSN/WebTV 2.6 supports Flash 4
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1)
flashVer = 4;
// WebTV 2.5 supports Flash 3
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1)
flashVer = 3;
// older WebTV supports Flash 2
else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer
= 2;
else if ( isIE && isWin && !isOpera ) {
flashVer = ControlVersion();
return flashVer;
// When called with reqMajorVer, reqMinorVer, reqRevision returns true if
that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
versionStr = GetSwfVer();
if (versionStr == -1 ) {
return false;
} else if (versionStr != 0) {
if(isIE && isWin && !isOpera) {
// Given "WIN 2,0,0,11"
tempArray         = versionStr.split(" "); // ["WIN", "2,0,0,11"]
tempString        = tempArray[1]; // "2,0,0,11"
versionArray      = tempString.split(","); //
} else {
versionArray      = versionStr.split(".");
var versionMajor      = versionArray[0];
var versionMinor      = versionArray[1];
var versionRevision   = versionArray[2];
         // is the major.revision >= requested major.revision AND the minor
version >= requested minor
if (versionMajor > parseFloat(reqMajorVer)) {
return true;
} else if (versionMajor == parseFloat(reqMajorVer)) {
if (versionMinor > parseFloat(reqMinorVer))
return true;
else if (versionMinor == parseFloat(reqMinorVer)) {
if (versionRevision >= parseFloat(reqRevision))
return true;
return false;
function AC_AddExtension(src, ext)
  if (src.indexOf('?') != -1)
    return src.replace(/\?/, ext+'?');
  else
    return src + ext;
function AC_Generateobj(objAttrs, params, embedAttrs)
  var str = '';
  if (isIE && isWin && !isOpera)
    str += '';
  document.write(str);
function AC_FL_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".swf", "movie",
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
function AC_SW_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".dcr", "src",
"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();
    switch (currArg){
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "src":
      case "movie":
        args[i1] = AC_AddExtension(args[i1], ext);
        ret.embedAttrs["src"] = args[i+1];
        ret.params[srcParamName] = args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblclick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
      case "id":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace":
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
  ret.objAttrs["classid"] = classid;
  if (mimeType) ret.embedAttrs["type"] = mimeType;
  return ret;
// -->
<!url's used in the movie>
<!text used in the movie>
</html

Similar Messages

  • Mac OSX wont update to latest Flash Player version.

    My Mac OSX intel 10.6.8 will not play Flash Player. I have followed all the instructions, including "How to Perform a Clean Install" but Flash Player does not work. I have even checked with Apple Community site and followed suggestions regarding plug-ins, etc. but still it does not work. Quite niggled  because I dont have flash player on my Mac at all now, having followed Adobe's instructions to delete original. If necessary and if possible I would download a previous version.  Using Safari v. 5.1.9. 
    Before uninstalling for the umpteenth time, I was able to provide the following information (to Apple Support Community) but eventually they told me I should contact this site.
    2013-08-10 17:35:34 +0100 ---------- log start ----------
    2013-08-10 17:35:34 +0100 All install checks pass
    2013-08-10 17:35:44 +0100 User has 1 process that needs to be closed before the Flash Player can be installed.
    2013-08-10 17:35:47 +0100 [install started]
    2013-08-10 17:35:56.103 installer[23841:2e07] PackageKit: *** Missing bundle identifier: /Library/Receipts/ScanGear MP450 202.pkg
    2013-08-10 17:35:56.636 installer[23841:2e07] PackageKit: *** Missing bundle identifier: /Library/Receipts/SpeedTouchUSB.pkg
    installer: Package name is PlugIn
    installer: Installing at base path /
    installer: The install was successful.
    sudo: no tty present and no askpass program specified
    2013-08-10 17:36:12 +0100 [install completed]
    2013-08-10 17:36:12 +0100 [install succeeded]
    2013-08-10 17:36:20 +0100 ----------  log end  ----------   
    Resolution with a single reply??? Somehow I dont think so. 

    Sorry I dont know which part of the folder you mean!!
    In my Macromedia folder thereare the following subfolders:   Flash Player, Security, Shared Objects, macromedia.com (underneath which s listed 'version .txt', www.macromedia.com (which contains a further sub-folder 'bin' and fpupdatepl. 
    This is all mumo jumbo to me and I do not want to delete the wrong thing.

  • How do I make a user to update to the current flash player

    I was able to gather info on how to test and display users OS and FP version. However this info is "dormant" it is just being displayed on the screen.
    Does anyone know how to make an alert message to upgrade to the current Flash Player if a user runs the lower version?
    If the version is as intended then no message should come up.

    Check out SWFObject - it can detect the version and, if need be, prompt the user with an express installer that lets them upgrade the player without even leaving your page.
    http://code.google.com/p/swfobject/

  • How do I get safari bookmarks to update onto the iPhone?

    On my older iPhones, the Safari bookmarks always used to slurp up from my computer onto the phone so I could use them on the phone. Now, that does not happen, the bookmarks on the phone are old and never update when I plug my phone into iTunes to update.
    What setting do I need to revisit to make Safari bookmarks update from the computer onto the iPhone?
    TIA,
    Ken

    I do not subscribe to any other than the basic iCloud I am forced into having and I noticed also, in settings on the phone under 'info' in iTunes when the phone is plugged in, says that bookmarks are being updated through iCloud. This cannot be true as my bookmarks have not updated for a long time, I think since iCloud came into existence. Maybe this is an iCloud issue?
    I don't want to fiddle with settings in the 'info' section as many of them say that there will be duplicates if I choose to use my computer as the source for updates. It is very dangerous as I already have duplicate calendar entries and suspect this has happened because of iCloud coming into the picture. It is very scary.

  • How do I get my computer to recognize and run Flash Player?

    I have successfully downloaded Flash Player several times, but I am still unable to play video clips from websites like CNN. I get the message that I have to download Flash Player.  Flash Player shows up in the list of installed programs on the computer's control panel. 

    I assume you are on Windows 7.
    Ensure that you disabled ActiveX Filtering: 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_
    If it doesn't solve the issue, please let us know if you see any animation in the following page: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    Thanks,
    Sunil

  • Help! i installed the update for the flash player, now nothing works!

    I have an imac computer and installed the new update, but now nothing works! Just keeps saying plugin failure. How do i fix this? Im running 10.7.5.

    ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround

  • I have updated to version 6 twice, I am using Windows XP, yet every time it states I am not updated, my browser looks like the old one? How can I get this fixed to look like the new browser version?

    I still have all the menu options at top... (ex:File, Edit, View...ect) Looks like old version, Under Help it says version 6, yet when I open it, it states I am not updated..
    I would like to get the new version, please help! Thanks, Kristal

    are you doing the update with admin privileges?
    has caused quiet update failures for me in the past...

  • How do i get itunes 11 to update without the installation stopping

    My installation keeps stopping and saying that the file is not compatible with the storage unit

    Hello micdude,
    You may find the following article helpful for getting iTunes to install succesfully.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Cheers,
    Allen

  • I get no sound on youtube and can't update to the flash player

    When I use youtube I get no sound. When I go to 'Add-ons' and click on 'find updates' Shockwave flash is listed as 'Vulnerable'. When I try to install the plugin via the Adobe website Firefox says 'no suitable update available'. Help!

    i am unable to view sound

  • Getting Authenticate Proxy Server questions when Installing Flash Player?

    Hello all
    I am getting the menu below when trying to install Flash Player.  This is an old proxy server that I have not used for 3 years.  I cannot find anyplace on my computer where this is still referenced.   How do I get around this menu and install the Flash Player?   Where do I look to find where the installer is pulling this information?   None of my browsers are set up to use a proxy server, so I am stumped.   I do not use a proxy server and Flash Player will not install without this specific server information.   HELP.
    Thanks,
    Prowler61

    Hi Prowler61,
    Please refer : http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html

  • How to get my custom controller updated with the global custom controller?

    Hi all,
    I'm new to CRM Web UI and need some advice from the expert. Currently I'm working on component ICCMP_BT_DATES and noticed something weird with this component. When this component is first launch it display the dates of a service ticket correctly. However when I navigate to another screen, save a new ticket and back, the dates are not reflected. When I went in and debug the component, I noticed that the context is still tied to the previous ticket. I think the custom controller is not updated with the latest from the global custom controller.
    My question is how do I get my custom controller updated with the latest.
    Regards,
    Ricky

    You have to bind your custom controllers context node to the event NEW_FOCUS of the collection wrapper on the global custom controller.
    Best place to do this might be the CONNECT_NODES of the context of your custom controller.
    Get the global CuCo with GET_CUSTOM_CONTROLLER() and then the appropriate context node. Now:
    SET HANDLER yourMethod for lr_global_cuco->typed_context->thecontextnode->collection_wrapper activation iv_activate.
    Of course you have to implement a method similar to ON_NEW_FOCUS as it is on many other nodes.
    cheers Carsten

  • How do I get all users to show on screen upon startup for login?

    New MacBook Pro with latest IOS. Yosemite10.10
    I got my first MacBook Pro out of the box from the Apple store yesterday...Logged in as an initial admin user...Then I migrated my MacBook Air to it. All three imported users showed. Success!! Then I restarted the MacBook Pro and the startup screen shows only a single login option: The initial admin user login Icon and name that I used on the MacBook Pro just before migrating the other users in from my MacBook Air.
    So, I deleted the initial user (I did not need it), so that the other users (already with admin rights) would be the only logical logins that should show upon restart.
    Result: The initial "deleted" user shows still, all alone and none of the other users.  So I now log in to this "deleted" user, it is very slow to start before the other logins eventually appear after the this delay. 
    How do I get my users to show at the login screen upon startup and restart?

    Go to Settings > General > Date & Time. Make sure your time zone is correct and turn on Set Automatically if it isn't on already.

  • How to really, really disable auto-update popups from flash player?

    I have here a serious problem under 64bit Win7.
    More and more frequently a popup appears prompting me (or even start download without prompt!!)if a new flash player should be installed.
    When I proceed it shows the progress bar and downloads the package and installation started until the "done" button is shown.
    Then I re-open Internet Explorer 9 again and re-vist the last webpage and ....the download starts again.
    This is really annoying.
    How do I really, really stop forever update prompts for flash player plugins for Firefox and Internet Explorer?
    Peter

    Hi pxstein,
    Thanks for posting the screenshots, especially the one of the Process Explorer.  It indicates that this is not an auto-update install situation.  This type of installation is triggered via content on the page that requires a newer version of Flash Player (your screenshot indicates you have 11.8.800.94) and the content provider has decided to use this type of installation (we support several types that content providers can implement).  Since this type of installation is controlled by the content, there isn't a way to disable it.  Normally, IE displays a User Account Control dialog window or a dialog bar at the bottom of the page asking if you want to save/run the file.  I don't see these in your screenshots and you don't mention if they displayed or not.  If not, you may have disabled this warning at some point in time.
    Flash Player 11.8 is very old and very vulnerable to security issues and we've released many security updates since then.  My recommendation is to update Flash Player to the latest version, 15.0.0.167 for Internet Explorer (15.0.0.152 for non-IE browsers on Windows).  If you don't want the latest features available in Flash Player 15, you can install what we refer to as the Extended Support Release (ESR) version.  This is a previous stable version that we only release security updates for.  Currently this is 13.0.0.244 for both Internet Explorer and non-IE browsers on Windows.
    To download the latest version, go to https://get.adobe.com/flashplayer using Internet Explorer
    To download the ESR version, go to Adobe Flash Player Distribution | Adobe.  The links to download the FP 13 ESR version are at the bottom of the page.
    Maria

  • HT2128 I keep on getting updates for Adobe Flash Player.app, are these safe to download?

    I keep on getting messages to download updates for Adobe Flash Player.app however, I always get a warning message since it is an application downloaded from the internet and the question "Are you sure you want to open it?" Are these safe to download, or shall I cancel it? Perhaps it is best to go to the Adobe site? Any recommendations? Thank you very much.

    It can be easier to remove Adobe Flash Player from OS X entirely, and be done with the effort involved.  Adobe has a tool to remove Flash Player from OS X available.  (If you really need Flash capabilities, there's a version embedded in the Chrome web browser that might suffice.)
    As for your question, if you have gone directly to the Adobe web site (by entering the URL in Safair, and not by clicking on anyting in email or on another web site), and have downloaded Adobe Flash Player updates from there, then you're reasonably safe.
    If you've downloaded the Adobe update bits from the Adobe site (and again, not from any other site), then clicking through the "yes, I know I downloaded this" is probably safe.

  • Internal update server and flash player 12

    We've been using an internal update server and a deployed mms.cfg to point internal client machines to a local webserver hosting Flash Player updates extracted from the background update .cab file, as detailed in the Administration Guide.
    This has been working well for Windows & OS X clients.
    For Flash Player 12, I've created a "12" folder at the same level as the 11 folder:
    https://servername.domain/pub/flashplayer/update/current/sau/12/xml/version.xml
    However, clients (that are currently running 11) are looking for:
    https://servername.domain/pub/flashplayer/update/current/sau/11/xml/version.xml
    So I copied the "12" folder to the "11" folder and manually triggered the scheduled task on a couple of clients and they've grabbed the newer version (except for the plugin-based browser, which haven't updated and are still using 11.9.*).
    My flashinstall.log shows the following:
    <code>
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    =O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    </code>
    My questions:
    1) Is this the expected method for getting version 11 to upgrade to 12 without much intervention?
    2) What's triggering the error codes - the hack-ish way I've forced the update, or something else?
    3) What knock-on effects will the Flash Player version renumbering have on the local webserver deployment method?  And is it documented anywhere?
    Thanks

    Hi Maria,
    The rest of the install log is below and it does install the plugin later and the log is clean of errors thereafter. 
    I created "12" because the previous install guide noted that the folder should be named for the major version and I assumed that guidance still held (though thinking about it you've abandoned that distinction with the recent re-numbering).
    Thanks
    <log>
    <snip idential entries for brevity>
    <At this point the client is looking in the "11" folder at the 11.9.* version>
    2014-1-15+15-45-8.728 [info] 1614
    2014-1-15+15-45-8.728 [info] 1615
    2014-1-15+15-45-8.728 [info] 1618
    2014-1-15+15-45-8.728 [info] 1608
    2014-1-15+15-45-8.728 [info] 1612
    2014-1-15+15-45-8.728 [info] 1620
    2014-1-15+15-45-8.728 [info] 1604
    <Around this time, the contents of the "12" directory get moved to the "11" directory after it becomes clear from webserver logs that the client is explicitly looking for the 11 directory.>
    2014-1-15+16-4-0.155 [info] 1628 server.domain
    2014-1-15+16-4-0.499 [info] 1629 server.domain
    2014-1-15+16-4-0.561 [info] 1614
    2014-1-15+16-4-0.561 [info] 1615
    2014-1-15+16-4-0.561 [info] 1618
    2014-1-15+16-4-0.561 [info] 1619 1063
    2014-1-15+16-4-0.577 [info] 1628 server.domain
    2014-1-15+16-4-0.577 [info] 1629 server.domain
    2014-1-15+16-4-0.577 [info] 1614
    2014-1-15+16-4-0.577 [info] 1615
    2014-1-15+16-4-0.577 [info] 1618
    2014-1-15+16-4-0.577 [info] 1608
    2014-1-15+16-4-0.577 [info] 1604
    2014-1-15+16-4-0.640 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-4-0.905 [warning] 1411
    2014-1-15+16-4-0.905 [warning] 1409
    2014-1-15+16-4-0.905 [info] 1612
    2014-1-15+16-4-0.905 [info] 1620
    2014-1-15+16-15-45.5 [info] 1628 server.domain
    2014-1-15+16-15-45.239 [info] 1629 server.domain
    2014-1-15+16-15-45.302 [info] 1614
    2014-1-15+16-15-45.302 [info] 1615
    2014-1-15+16-15-45.302 [info] 1618
    2014-1-15+16-15-45.302 [info] 1619 1063
    2014-1-15+16-15-45.317 [info] 1628 server.domain
    2014-1-15+16-15-45.317 [info] 1629 server.domain
    2014-1-15+16-15-45.317 [info] 1614
    2014-1-15+16-15-45.317 [info] 1615
    2014-1-15+16-15-45.317 [info] 1618
    2014-1-15+16-15-45.317 [info] 1608
    2014-1-15+16-15-45.317 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-15-45.333 [info] 1604
    2014-1-15+16-15-45.395 [warning] 1411
    2014-1-15+16-15-45.395 [warning] 1409
    2014-1-15+16-15-45.395 [info] 1612
    2014-1-15+16-15-45.395 [info] 1620
    2014-1-15+16-30-31.253 [info] 1628 server.domain
    2014-1-15+16-30-31.253 [info] 1629 server.domain
    2014-1-15+16-30-31.254 [info] 1614
    2014-1-15+16-30-31.254 [info] 1615
    2014-1-15+16-30-31.254 [info] 1618
    2014-1-15+16-30-31.262 [info] 1608
    2014-1-15+16-30-31.269 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-30-31.754 [warning] 1411
    2014-1-15+16-30-31.754 [warning] 1409
    2014-1-15+16-30-31.754 [info] 1612
    2014-1-15+16-30-31.754 [info] 1620
    2014-1-15+16-32-25.56 [info] 1628 server.domain
    2014-1-15+16-32-25.56 [info] 1629 server.domain
    2014-1-15+16-32-25.56 [info] 1614
    2014-1-15+16-32-25.71 [info] 1615
    2014-1-15+16-32-25.71 [info] 1618
    2014-1-15+16-32-25.71 [info] 1608
    2014-1-15+16-32-25.71 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-32-25.228 [warning] 1411
    2014-1-15+16-32-25.228 [warning] 1409
    2014-1-15+16-32-25.228 [info] 1612
    2014-1-15+16-32-25.228 [info] 1620
    2014-1-15+16-40-24.867 [info] 1628 server.domain
    2014-1-15+16-40-24.867 [info] 1629 server.domain
    2014-1-15+16-40-24.867 [info] 1614
    2014-1-15+16-40-24.867 [info] 1615
    2014-1-15+16-40-24.867 [info] 1618
    2014-1-15+16-40-24.867 [info] 1608
    2014-1-15+16-40-24.867 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-40-25.195 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-40-25.195 [warning] 1445
    2014-1-15+16-40-25.195 [warning] 1442
    2014-1-15+16-40-25.195 [info] 1600
    2014-1-15+16-40-26.930 [info] 1602
    2014-1-15+16-40-26.930 [info] 1609
    2014-1-15+16-40-26.930 [info] 1612
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    ?=O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    2014-1-15+17-4-0.153 [info] 1628 server.domain
    2014-1-15+17-4-0.232 [info] 1629 server.domain
    2014-1-15+17-4-0.232 [info] 1614
    2014-1-15+17-4-0.247 [info] 1615
    2014-1-15+17-4-0.247 [info] 1618
    2014-1-15+17-4-0.247 [info] 1619 1063
    2014-1-15+17-4-0.263 [info] 1628 server.domain
    2014-1-15+17-4-0.263 [info] 1629 server.domain
    2014-1-15+17-4-0.263 [info] 1614
    2014-1-15+17-4-0.263 [info] 1615
    2014-1-15+17-4-0.263 [info] 1618
    2014-1-15+17-4-0.263 [info] 1608
    2014-1-15+17-4-0.263 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+17-4-0.263 [info] 1604
    2014-1-15+17-4-0.528 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+17-4-0.528 [warning] 1445
    2014-1-15+17-4-0.528 [warning] 1442
    2014-1-15+17-4-0.528 [info] 1601
    2014-1-15+17-4-2.857 [info] 1602
    2014-1-15+17-4-2.857 [info] 1610
    2014-1-15+17-4-2.857 [info] 1612
    2014-1-15+17-4-2.935 [info] 1620
    2014-1-15+17-5-31.732 [error] 1226 1062
    ?=O====== M/12.0.0.43 2014-01-15+17-04-02.872 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_43.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_43_Plugin.exe
    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0013 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_43.exe
    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [W] 00001106
    0019 [W] 00001106
    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0021 [I] 00000012
    =X====== M/12.0.0.43 2014-01-15+17-05-34.091 ========
    2014-1-15+18-4-0.204 [info] 1628 server.domain
    2014-1-15+18-4-0.204 [info] 1629 server.domain
    2014-1-15+18-4-0.204 [info] 1614
    2014-1-15+18-4-0.204 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1619 1063
    2014-1-15+18-4-0.220 [info] 1628 server.domain
    2014-1-15+18-4-0.220 [info] 1629 server.domain
    2014-1-15+18-4-0.220 [info] 1614
    2014-1-15+18-4-0.220 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1608
    2014-1-15+18-4-0.235 [info] 1604
    2014-1-15+18-4-0.407 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+18-4-0.689 [info] 1612
    2014-1-15+18-4-0.689 [info] 1620
    2014-1-15+19-4-0.157 [info] 1628 server.domain
    2014-1-15+19-4-0.157 [info] 1629 server.domain
    2014-1-15+19-4-0.157 [info] 1614
    2014-1-15+19-4-0.157 [info] 1615
    2014-1-15+19-4-0.157 [info] 1618
    2014-1-15+19-4-0.157 [info] 1619 1063
    <snip identical entries for brevity>
    </log>

Maybe you are looking for

  • Role creation in OIM 11.1.1.5.0 fails with LDAP Sync Enabled

    I am in the process of configuring LDAP sync for OIM 11.1.1.5.0 with ODSEE. At this time, when I add a user in OIM, I can see that the user gets created in LDAP under the LDAP dn that I supplied when configuring OIM (Configuration process screen name

  • Migration guidelines to goto Lion, iOS5 and iCloud

    hello I'm using a MacBook Pro ( running OSX 10.6.8 ) an iPhone4 ( iOS 4.3.5 ) and an iPad2 ( iOS 4.3.5 ) all three sync email ( mutilple pop accounts ), calendar and contacts using MobileMe - all works fine now I would like to goto Lion, iOS5 and iCl

  • Using transactio code to execute a report does not show default value

    Hi all ,       I have given a default value of a field on my selection-screen by initialization in a hr report . I am using PNP database and default selction-screen in hr report category . While the report is working fine while executing directly , I

  • Can anyone explain briefly  What is LIS and LO?

    hai sapbw-gurus, Can anyone explain briefly  What is LIS and LO? what is the different b/w LIS and LO? how u will create these two in sap bw?

  • Partial views and automatic ('click-off') closure of popups

    Hi I'm working on an RH9 WebHelp app with multiple user-invoked popups, and I'm having some hair-pulling experiences with placement and interaction with the popup pages. Unlike IE, Firefox doesn't place the popup near to the point at which the user c