Problem on Web Adobe Reader and Adobe Reader Web(firefox and Internet Explorer)

Hello, my girlfriend's computer have been get into a serious problem on adobe reader.
after she install the lastest version of adobe reader, when she open any of the pdf file,
the pdf will hang down(crash) and all of the word in the pdf is blank, and also can't see any selection on the top of left hand side(File, Edit, View, windows, help, Print.. all of that).
and that problem also same as adobe reader web,
cant see, blank, hang down(crash), i have try to uninstall it and install again, but the problem still not solve, so i need helps form you kind guys, thanks a lot.
Her Computer System is Window 7(i remember is home premium)
dual core, 4g ram, and any thing you need i provide please tell me..thanks.

Please let me know which version of Adobe Reader is installed on the system? You can check the same by clicking on Help > About Adobe Reader from within the Reader application.
Also, could you try and repair the application from within the Control Panel > Programs and Features.

Similar Messages

  • Dynamic faces and Internet Explorer

    Thanks for taking a second to read my post, i hope you can help. I am almost complete with my web app using Netbeans VWP and Dynamic Faces. I have come across a simple application that i can not get working in Internet Explorer and as simple as it is I am surprised that it is not working. I cant believe that the Dynamic Faces team would just ignore compatability with IE altogether. Basically i am trying to get AJAX interaction going on by adding text into a textbox and adding a new DynaFaces.fireAjaxTransaction(this); to the submit however it does not seem to work. Maybe you can help...
    Here is my page:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
        <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
        <f:view>
            <webuijsf:page binding="#{testies.page1}" id="page1">
                <webuijsf:html binding="#{testies.html1}" id="html1">
                    <webuijsf:head binding="#{testies.head1}" debug="true" id="head1">
                        <webuijsf:link binding="#{testies.link1}" id="link1" url="/resources/stylesheet.css"/>
                    </webuijsf:head>
                    <webuijsf:body binding="#{testies.body1}" focus="form1:layoutPanel1:textField1" id="body1" style="-rave-layout: grid">
                        <webuijsf:form binding="#{testies.form1}" id="form1">
                            <webuijsf:button actionExpression="#{testies.button1_action}" binding="#{testies.button1}" id="button1"
                                onClick="new DynaFaces.fireAjaxTransaction(this);" style="left: 144px; top: 110px; position: absolute" text="Button"/>
                            <webuijsf:staticText binding="#{testies.staticText1}" id="staticText1" style="position: absolute; left: 170px; top: 185px"/>
                            <webuijsf:textField binding="#{testies.textField1}" id="textField1" style="position: absolute; left: 75px; top: 55px"/>
                        </webuijsf:form>
                    </webuijsf:body>
                </webuijsf:html>
            </webuijsf:page>
        </f:view>
    </jsp:root>-------------------------------------
    Here is my backing bean:
    * testies.java
    * Created on July 10, 2007, 8:39 PM
    package mypkg;
    import com.sun.rave.web.ui.appbase.AbstractPageBean;
    import com.sun.webui.jsf.component.Body;
    import com.sun.webui.jsf.component.Button;
    import com.sun.webui.jsf.component.Form;
    import com.sun.webui.jsf.component.Head;
    import com.sun.webui.jsf.component.Html;
    import com.sun.webui.jsf.component.Link;
    import com.sun.webui.jsf.component.Page;
    import com.sun.webui.jsf.component.PanelGroup;
    import com.sun.webui.jsf.component.PanelLayout;
    import com.sun.webui.jsf.component.StaticText;
    import com.sun.webui.jsf.component.TextField;
    import javax.faces.FacesException;
    import javax.faces.component.html.HtmlPanelGrid;
    * <p>Page bean that corresponds to a similarly named JSP page.  This
    * class contains component definitions (and initialization code) for
    * all components that you have defined on this page, as well as
    * lifecycle methods and event handlers where you may add behavior
    * to respond to incoming events.</p>
    public class testies extends AbstractPageBean {
        // <editor-fold defaultstate="collapsed" desc="Managed Component Definition">
        private int __placeholder;
         * <p>Automatically managed component initialization.  <strong>WARNING:</strong>
         * This method is automatically generated, so any user-specified code inserted
         * here is subject to being replaced.</p>
        private void _init() throws Exception {
        private Page page1 = new Page();
        public Page getPage1() {
            return page1;
        public void setPage1(Page p) {
            this.page1 = p;
        private Html html1 = new Html();
        public Html getHtml1() {
            return html1;
        public void setHtml1(Html h) {
            this.html1 = h;
        private Head head1 = new Head();
        public Head getHead1() {
            return head1;
        public void setHead1(Head h) {
            this.head1 = h;
        private Link link1 = new Link();
        public Link getLink1() {
            return link1;
        public void setLink1(Link l) {
            this.link1 = l;
        private Body body1 = new Body();
        public Body getBody1() {
            return body1;
        public void setBody1(Body b) {
            this.body1 = b;
        private Form form1 = new Form();
        public Form getForm1() {
            return form1;
        public void setForm1(Form f) {
            this.form1 = f;
        private TextField textField1 = new TextField();
        public TextField getTextField1() {
            return textField1;
        public void setTextField1(TextField tf) {
            this.textField1 = tf;
        private Button button1 = new Button();
        public Button getButton1() {
            return button1;
        public void setButton1(Button b) {
            this.button1 = b;
        private StaticText staticText1 = new StaticText();
        public StaticText getStaticText1() {
            return staticText1;
        public void setStaticText1(StaticText st) {
            this.staticText1 = st;
        // </editor-fold>
         * <p>Construct a new Page bean instance.</p>
        public testies() {
         * <p>Callback method that is called whenever a page is navigated to,
         * either directly via a URL, or indirectly via page navigation.
         * Customize this method to acquire resources that will be needed
         * for event handlers and lifecycle methods, whether or not this
         * page is performing post back processing.</p>
         * <p>Note that, if the current request is a postback, the property
         * values of the components do <strong>not</strong> represent any
         * values submitted with this request.  Instead, they represent the
         * property values that were saved for this view when it was rendered.</p>
        public void init() {
            // Perform initializations inherited from our superclass
            super.init();
            // Perform application initialization that must complete
            // *before* managed components are initialized
            // TODO - add your own initialiation code here
            // <editor-fold defaultstate="collapsed" desc="Managed Component Initialization">
            // Initialize automatically managed components
            // *Note* - this logic should NOT be modified
            try {
                _init();
            } catch (Exception e) {
                log("testies Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
            // </editor-fold>
            // Perform application initialization that must complete
            // *after* managed components are initialized
            // TODO - add your own initialization code here
         * <p>Callback method that is called after the component tree has been
         * restored, but before any event processing takes place.  This method
         * will <strong>only</strong> be called on a postback request that
         * is processing a form submit.  Customize this method to allocate
         * resources that will be required in your event handlers.</p>
        public void preprocess() {
         * <p>Callback method that is called just before rendering takes place.
         * This method will <strong>only</strong> be called for the page that
         * will actually be rendered (and not, for example, on a page that
         * handled a postback and then navigated to a different page).  Customize
         * this method to allocate resources that will be required for rendering
         * this page.</p>
        public void prerender() {
         * <p>Callback method that is called after rendering is completed for
         * this request, if <code>init()</code> was called (regardless of whether
         * or not this was the page that was actually rendered).  Customize this
         * method to release resources acquired in the <code>init()</code>,
         * <code>preprocess()</code>, or <code>prerender()</code> methods (or
         * acquired during execution of an event handler).</p>
        public void destroy() {
         * <p>Return a reference to the scoped data bean.</p>
        protected ApplicationBean1 getApplicationBean1() {
            return (ApplicationBean1)getBean("ApplicationBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected RequestBean1 getRequestBean1() {
            return (RequestBean1)getBean("RequestBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected SessionBean1 getSessionBean1() {
            return (SessionBean1)getBean("SessionBean1");
        // Get the text from the textbox and set it in the staticTextField
        public String button1_action() {
            String str = (String)textField1.getValue();
            staticText1.setText(str);
            return null;
    }Any help is appreciated. thx.
    Message was edited by:
    b12s

    > Hello. I have a problem with a Remote Panel and Internet Explorer. I
    > create a measurement system in LabVIEW. It?s composed of a main front
    > panel and a few subVIs with independent front panels opened from main
    > Front Panel when I press appropriate button.
    I think you have two options. You can open most modal subVI panels
    directly on a remote machine. The popup panels won't be in a web page,
    but it will work with few changes.
    A second approach would be to change the app slightly. The buttons that
    launch the subVIs will turn into URL links. The links will open a web
    page with a different embedded panel.
    Greg McKaskle

  • Remote Panel and Internet Explorer

    Hello. I have a problem with a Remote Panel and Internet Explorer. I create a measurement system in LabVIEW. It�s composed of a main front panel and a few subVIs with independent front panels opened from main Front Panel when I press appropriate button. As a local system everything works ok but I try to create a web version of this system. I decide that I can use a Remote Panel. In Web Publishing Tool I was creating a web page for each of Front Panel. I try to have the same functionality as in local system, so when in Front Panel (opened in Internet Explorer window) I press appropriate button I want to open secondary Internet Explorer window with a subVI inside. And now I�m stuck because I can�t open this secondary window in a network w
    orkstation. Has anyone have an idea how can I do it?

    > Hello. I have a problem with a Remote Panel and Internet Explorer. I
    > create a measurement system in LabVIEW. It?s composed of a main front
    > panel and a few subVIs with independent front panels opened from main
    > Front Panel when I press appropriate button.
    I think you have two options. You can open most modal subVI panels
    directly on a remote machine. The popup panels won't be in a web page,
    but it will work with few changes.
    A second approach would be to change the app slightly. The buttons that
    launch the subVIs will turn into URL links. The links will open a web
    page with a different embedded panel.
    Greg McKaskle

  • How do I set Adobe reader X as the default viewer in Windows XP and Internet Explorer 7

    How do I set Adobe reader X as the default viewer in Windows XP and Internet Explorer 7 ?

    You can check the following settings: Edit -> Preferences -> Internet -> Web browser options
    It should set Adobe Reader as a default viewer in the Internet Explorer

  • Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped

    Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. My laptop is new and has plenty of RAM and HDD. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped working and does not work when I re-load Firefox 3.6. Also IE8 now works very slowly and does not locate major websites like Microsoft without a 'can't find the website message' and having to pressing Return a second time. When I do get to the Mozilla website and click on the button to try to download Firefox 3.6.6, I get this message "Oops! Internet Explorer could not find mozilla3.snt.utwente.nl". Can you help with what has gone wrong? As it stands, I can't use Firefox at all. Note: because Firefox did not work after the upgrade, I've downloaded the IE8 version of the Adobe Flash 10.1. What I really want is to be able to use both Firefox and IE8. But is this possible if they use different versions of Adobe Flash?
    == This happened ==
    Every time Firefox opened
    == About 2-3 days ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)

    I have been having the same problem as the original poster. After upgrading to Ffx 3.6.6, the program asks you to upgrade to Flash Player Plugin 10.1. I download and installed 10.1 only to find videos weren't loading.
    In my case, the problem is the previous installation of Flash Player (9.0.47) was somehow messing things up. To fix this, because I already had Flash plugin 10.1 installed I had to uninstall 10.1 using the uninstaller from adobe and then manually remove any files related the old flash player plugin 9.0.47
    Here is a run-down of my process:
    0. To check if you have a previous installation of the Flash Plugin lurking around, in Firefox go to Tools -> Add-ons -> Plugins (tab). At this point you may seen both Flash plugins.
    1. Proceed to uninstall Flash Plugin 10.1. Adobe provides an uninstaller here: http://kb2.adobe.com/cps/141/tn_14157.html
    ( you have to make sure you have nothing running when you execute the installer).
    2. On my Mac (sorry I don't know what it is in Windows) I searched the hard drive for any files/folders with "Shockwave". I found a folder called "Shockwave 10". It wasn't removed by Adobe's uninstaller. For safety I deleted it and then emptied the trash.
    3. I then went to My HD -> Library -> Internet Plugins.
    Remove the file and folder named "Flash player.old"
    4. Restarted; ran the Adobe Flash Player 10.1 installer. Restarted again.
    5. Opened up ffx and double checked the plugins list (see step 1). Version 10.1 is installed and available. Went to problem sites to test it out and Success!
    Hope this helps.

  • Adobe Flash Player 10 causes Internet Explorer 9 to stop working.

    Adobe Flash Player 10 causes Internet Explorer 9 to stop working.  This happens most of thge time when I play a video.  Does anyone know how to fix this problem?

    Try Flash Player 11.1
    What is your Windows version?
    What is your display adapter and device driver version (see http://forums.adobe.com/thread/945765)?

  • Opening an Acrobat Reader document terminates my Internet Explorer session

    I'm using IE9 and recently every time I try to open an Acrobat PDF document it terminates my IE session.

    Hello there.  Please see below for the answers you are seeking.
    Regards,
    David
    From: Ankit_Jain [email protected]
    Sent: Monday, 21 May 2012 9:03 PM
    To: David Parker
    Subject: Opening an Acrobat Reader document terminates my Internet Explorer session
    Re: Opening an Acrobat Reader document terminates my Internet Explorer session
    created by Ankit_Jain<http://forums.adobe.com/people/Ankit_Jain> in Adobe Reader - View the full discussion<http://forums.adobe.com/message/4425289#4425289

  • Adobe flash not working on internet explorer

    i have installed and re-installed over and over again, adobe flash seems to download fine, but doesn't work...works on google chrome, but hate google chrome...the funny thing is that i've had adobe flash all along on internet explorer, and one day it just stopped working and i had to reinstall and it won't work now...internet explorer (64 bit), windows 7 home premium

    As I mentioned in a recent posting, I finally got Flash to work, at least for now. However, I realize it can all go screwy again. Here's the log file:
    =O====== M/10.2.153.1 2011-07-13+21-27-21.138 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\InstallPlugin.exe" -install plugin -msi
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0004 [W] 00001036 Software\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.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_Plugin.exe
    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    =X====== M/10.2.153.1 2011-07-13+21-27-21.748 ========
    =O====== M/10.2.153.1 2011-07-13+21-45-43.356 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\InstallAX.exe" -install activex -msi
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10o.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.dll
    =X====== M/10.2.153.1 2011-07-13+21-45-44.816 ========
    =O====== M/10.2.153.1 2011-07-22+02-03-49.292 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/10.2.153.1 2011-07-22+02-04-01.913 ========
    =O====== M/10.2.153.1 2011-07-22+02-04-14.846 ========
    0000 [I] 00000010 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe -uninstall activex -msi
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe 5
    0003 [I] 00000018
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe 5
    0005 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0009 [W] 00001021
    0010 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_ActiveX.exe 5
    0011 [I] 00000012
    =X====== M/10.2.153.1 2011-07-22+02-04-14.986 ========
    =O====== M/10.3.181.26 2011-07-22+02-04-01.913 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\A110.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10t.ocx
    0003 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10t_ActiveX.exe
    0004 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10t_ActiveX.dll
    0005 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.181.26 2011-07-22+02-04-33.858 ========
    =O====== M/10.3.181.26 2011-08-23+22-09-58.514 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10t_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/10.3.181.26 2011-08-23+22-29-50.352 ========
    =O====== M/10.3.183.5 2011-08-23+22-29-50.352 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\1536.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash10t.ocx 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash10t.ocx 5
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10v.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10v_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10v_ActiveX.dll
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.5 2011-08-23+22-29-58.230 ========
    =O====== M/10.3.183.5 2011-09-25+21-18-55.276 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10v_ActiveX.exe" -update activex
    =X====== M/10.3.183.5 2011-09-25+21-20-49.390 ========
    =O====== M/10.3.183.5 2011-10-05+00-18-57.014 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10v_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/10.3.183.5 2011-10-05+00-20-10.739 ========
    =O====== M/11.0.1.152 2011-10-05+00-20-10.755 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\99FE.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.dll
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.0.1.152 2011-10-05+00-20-20.256 ========
    =O====== M/11.1.102.55 2011-11-15+10-01-47.729 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\A214.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 4
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx 5
    0003 [I] 00000018
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx 5
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.exe 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.dll
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.55 2011-11-15+10-01-50.274 ========
    =O====== M/11.0.1.152 2011-11-15+10-01-26.804 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/11.0.1.152 2011-11-15+10-01-53.464 ========
    =O====== M/11.1.102.62 2012-02-23+15-03-13.003 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\DE02.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 4
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx 5
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.exe 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11f.ocx
    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.exe
    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.dll
    0010 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.62 2012-02-23+15-03-19.852 ========
    =O====== M/11.1.102.55 2012-02-23+15-02-21.756 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/11.1.102.55 2012-02-23+15-03-21.924 ========
    =O====== M/10.2.153.1 2012-02-28+15-19-26.673 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_Plugin.exe" -update plugin
    0001 [I] 00000011 1
    =X====== M/10.2.153.1 2012-02-28+15-19-39.789 ========
    =O====== M/10.2.153.1 2012-02-28+15-20-34.746 ========
    0000 [I] 00000010 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_Plugin.exe -uninstall plugin -msi
    0001 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_Plugin.exe 5
    0004 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 [W] 00001021
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0012 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0013 [W] 00001036 Software\Opera Software/Plugin Path 2
    0014 [W] 00001036 Software\Opera Software/Plugin Path 2
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10o_Plugin.exe 5
    0016 [I] 00000012
    =X====== M/10.2.153.1 2012-02-28+15-20-35.049 ========
    =O====== M/11.1.102.62 2012-02-28+15-19-43.858 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\2903.dir\InstallFlashPlayer.exe" -iv 0
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    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.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_Plugin.exe
    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.62 2012-02-28+15-20-38.472 ========
    =O====== M/11.2.202.228 2012-04-04+00-16-17.402 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{FDA4CFFC-1130-4676-8CA3-49F9AF4C8E47}\InstallFlash Player.exe" -install -skipARPEntry -iv 4
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.exe 5
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001102
    0011 [W] 00001106
    0012 [I] 00000012
    =X====== M/11.2.202.228 2012-04-04+00-17-26.104 ========
    =O====== M/11.1.102.62 2012-04-04+00-15-14.199 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.exe" -update activex
    0001 [I] 00000011 1
    =X====== M/11.1.102.62 2012-04-04+00-17-33.712 ========
    =O====== M/11.2.202.228 2012-04-04+01-06-04.872 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{81BF0D32-E67F-4286-9155-EB2020410A96}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_228.dll
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_Plugin.exe
    0010 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0015 [W] 00001106
    0016 [W] 00001106
    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0018 [I] 00000012
    =X====== M/11.2.202.228 2012-04-04+01-06-08.374 ========
    =O====== M/11.2.202.233 2012-04-14+11-06-05.394 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{47E1E442-AAE8-474E-8C44-E65EC7ED64D5}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.dll
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/11.2.202.233 2012-04-14+11-06-10.542 ========
    =O====== M/11.2.202.233 2012-04-14+12-06-04.851 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{9D48538A-8A4A-42A0-AEBF-CC7459ADDB3F}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    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 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_228.dll 5
    0010 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_233.dll
    0011 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_Plugin.exe
    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0017 [W] 00001106
    0018 [W] 00001106
    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0020 [I] 00000012
    =X====== M/11.2.202.233 2012-04-14+12-06-08.708 ========
    =O====== M/11.2.202.233 2012-04-18+23-50-58.517 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{A1FF8E3C-E650-4211-AAB3-924F211BA079}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-18+23-50-59.386 ========
    =O====== M/11.2.202.233 2012-04-19+15-03-35.790 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{C2E3EB69-51C9-4909-B99E-AECF9C292DB8}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-19+15-03-36.466 ========
    =O====== M/11.2.202.233 2012-04-21+13-46-21.035 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{A227C70A-5210-4363-AFAB-2A479AA6BF92}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-21+13-46-21.727 ========
    =O====== M/11.2.202.233 2012-04-21+16-00-27.050 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{0D84660E-E8E1-4840-8FCC-8CC986FFB221}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-21+16-00-27.626 ========
    =O====== M/11.2.202.233 2012-04-21+21-33-14.596 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{6E45EFDF-5157-4985-A4E0-A09844E0F5F2}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-21+21-33-15.993 ========
    =O====== M/11.2.202.228 2012-04-21+21-30-41.524 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD1.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-21+21-33-24.248 ========
    =O====== M/11.2.202.233 2012-04-22+12-18-08.211 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{38DA3056-93C4-4933-992C-ECC9367F884C}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-22+12-18-08.833 ========
    =O====== M/11.2.202.228 2012-04-22+12-17-45.453 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD2.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-22+12-18-13.752 ========
    =O====== M/11.2.202.233 2012-04-22+22-16-56.563 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{CA57A018-9BE4-46AB-9727-5D4102A47834}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-22+22-16-58.949 ========
    =O====== M/11.2.202.228 2012-04-22+22-16-39.247 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD3.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-22+22-17-02.079 ========
    =O====== M/11.2.202.228 2012-04-22+22-21-15.122 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD4.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-22+22-21-29.452 ========
    =O====== M/11.2.202.233 2012-04-23+12-50-39.443 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{FE0E49C3-FADF-4A46-AAD6-E568B7B3969C}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0012 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Plugin Path 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.233 2012-04-23+12-50-39.514 ========
    =O====== M/11.2.202.233 2012-04-23+12-50-49.129 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{59500EE8-BDF1-4330-8E8E-E1FBB6FBF6F7}\InstallFlash Player.exe" -uninstall activex
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0003 [I] 00000018
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0005 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0009 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0010 [W] 00001021
    0011 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0018 [W] 00001106
    0019 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0020 [I] 00000018
    0021 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    =X====== M/11.2.202.233 2012-04-23+12-50-50.543 ========
    =O====== M/11.2.202.233 2012-04-23+12-51-48.178 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{64D747E1-3A48-43E4-BFBB-278A639D4B63}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000018
    0007 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0009 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-23+12-51-48.640 ========
    =O====== M/11.2.202.233 2012-04-23+13-06-15.487 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{547F38AC-79C2-46D4-814B-621DC6774195}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-23+13-06-16.081 ========
    =O====== M/11.2.202.228 2012-04-23+13-05-59.769 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD5.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-23+13-06-20.374 ========
    =O====== M/11.2.202.233 2012-04-23+13-08-01.640 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{EC6083F8-E1AF-46F3-9A8F-3F03A2397D1A}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-23+13-08-02.187 ========
    =O====== M/11.2.202.228 2012-04-23+13-07-48.262 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD6.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-23+13-08-04.824 ========
    =O====== M/11.2.202.233 2012-04-23+13-10-58.943 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{BE7A9A47-E73E-4A13-B449-3F1E6594252D}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-23+13-10-59.407 ========
    =O====== M/11.3.300.231 2012-04-23+13-32-40.755 ========
    0000 [I] 00000010 "C:\Users\End-User\Downloads\flashplayer11-3_p2_install_win_ax_041812.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000011 1
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.dll
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/11.3.300.231 2012-04-23+13-32-59.640 ========
    =O====== M/11.2.202.233 2012-04-23+17-14-28.058 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{39D871BF-CDC4-4461-801A-786B1EAC292B}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_233.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0019 [W] 00001106
    0020 [W] 00001106
    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.2.202.233 2012-04-23+17-14-30.519 ========
    2012-5-5+4-24-6.561 [error] 1226 1062
    =O====== M/11.2.202.235 2012-05-05+04-24-04.736 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{A4F17132-8E8A-4F0B-9137-4E14CB6E88DA}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9 -au 4294967295
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    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_11_2_202_235.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0019 [I] 00000012
    =X====== M/11.2.202.235 2012-05-05+04-24-08.432 ========
    =O====== M/11.2.202.235 2012-05-06+19-54-02.478 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{B9C5C94C-F84A-4BE5-A335-5205F60C8EB6}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0012 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Plugin Path 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.235 2012-05-06+19-54-02.548 ========
    2012-5-6+19-56-59.711 [error] 1226 1062
    =O====== M/11.3.300.231 2012-05-06+19-56-38.762 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe" -maintain activex
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx 5
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe 5
    0007 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0011 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0012 [W] 00001021
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0020 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx 5
    0021 [I] 00000018
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe 5
    0024 [I] 00000011 1
    0025 [I] 00000012
    =X====== M/11.3.300.231 2012-05-06+19-57-03.439 ========
    =O====== M/11.2.202.235 2012-05-06+20-26-31.699 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{27F64C1C-EC56-4537-962C-8631CB7D5981}\InstallFlash Player.exe" -install -skipARPEntry -iv 8 -au 4294967295
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_235.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0017 [I] 00000012
    =X====== M/11.2.202.235 2012-05-06+20-26-34.893 ========
    2012-5-6+20-27-36.487 [error] 1226 1062
    =O====== M/11.2.202.235 2012-05-06+20-27-35.790 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{7D528AB4-7506-4787-B46C-E481FA930E4A}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.235 2012-05-06+20-27-36.498 ========
    =O====== M/11.2.202.235 2012-05-06+20-28-54.359 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{C0288262-1550-4149-B883-CC64B0938376}\InstallFlash Player.exe" -install -skipARPEntry -iv 8 -au 4294967295
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_235.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0017 [I] 00000012
    =X====== M/11.2.202.235 2012-05-06+20-28-56.711 ========
    =O====== M/11.2.202.235 2012-05-06+21-56-58.850 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{8AC4BF67-C063-4913-BA04-5FCA12D7A916}\InstallFlash Player.exe" -install -skipARPEntry -iv 8 -au 4294967295
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    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_11_2_202_235.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0019 [I] 00000012
    =X====== M/11.2.202.235 2012-05-06+21-57-01.642 ========
    =O====== M/11.2.202.235 2012-05-06+22-07-35.289 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD7.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.235 2012-05-06+22-07-49.850 ========
    =O====== M/11.2.202.235 2012-05-06+22-07-52.372 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD7.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.235 2012-05-06+22-07-58.106 ========
    =O====== M/11.2.202.235 2012-05-06+22-12-10.594 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD7.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.235 2012-05-06+22-12-22.346 ========
    =O====== M/11.2.202.235 2012-05-06+22-12-24.441 ========
    0000 [I] 00000010 C:\Users\End-User\AppData\Local\Temp\ICD7.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.235 2012-05-06+22-12-29.689 ========
    2012-5-6+22-37-45.619 [error] 1226 1062
    =O====== M/11.2.202.235 2012-05-06+22-37-44.994 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{AC624EB9-F476-49F6-9C74-A11DA54FFFAF}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.235 2012-05-06+22-37-45.631 ========
    =O====== M/11.3.300.231 2012-05-06+22-38-00.347 ========
    0000 [I] 00000010 "C:\Users\End-User\Downloads\Programs\flashplayer11-3_p2_install_win_ax_041812.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 [I] 00000011 1
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_3_300_231.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_3_300_231_ActiveX.dll
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/11.3.300.231 2012-05-06+22-38-17.179 ========
    =O====== M/11.2.202.235 2012-05-06+22-41-09.320 ========
    0000 [I] 00000010 "C:\Users\End-User\AppData\Local\Temp\{2ED7DFE6-FD3D-43F1-BEFB-55CD4925E2A6}\InstallFlash Player.exe" -install -skipARPEntry -iv 8 -au 4294967295
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_235.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0019 [W] 00001106
    0020 [W] 00001106
    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.2.202.235 2012-05-06+22-41-11.484 ========

  • 3px framed picture on a Web page with Internet Explorer and Google Chrome appears normal, but Firefox is on the right side frame 9px. Why?

    3px framed picture on a Web page with Internet Explorer and Google Chrome appears normal, but Firefox is on the right side frame 9px. Why?

    I'm not seeing this.
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    Can you attach a screenshot?
    * http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • Problem with ExternalInterface.call and Internet Explorer

    Hi, I´m developing a site, (
    www.gen-studio.com/avelart2
    ), and I´m using a swf to display a set of thumbs that when
    clicked show an item and its description on the browser, those
    items might be images or video, everything works fine with the
    images.
    And actually it works fine with the videos too, when using
    Firefox, but when I test the page on Internet explorer it just
    doesn’t work!
    On principle let me describe how it´s supposed to work,
    a thumbnail when clicked sends an id number to javaScript using
    ExternalInterface.call(“myFunction”,myId); -I´m
    using AS3 for the swf´s-
    the javaScript file has already loaded (ever since$(
    document).ready) a XML file which uses to match the id with a file
    and the description, if the item to show it´s a video, then it
    creates a variable which holds a string with the proper html to
    embed a swf (a swf movie player that resides just next to the HTML
    file), when loaded, the swf movie player uses
    ExternalInterface.call() to ask for the source of the video that
    has to play, and that function is as follows:
    setVideo: function(){
    alert("hola");
    return comun.miVideo;
    (The alert(“hola”); is just to test that the
    function is being called), which it is, but it returns null as a
    value instead of the proper string, and this happens only on
    internet Explorer, but works correctly on Firefox.
    I´ve been reading all day about the subject and found a
    few interesting things, which though have made me narrow my
    problem, they haven´t just provided me with a solution, what I
    found so far:
    -I must have in account flash security issues: Checked (my
    actionScript follows:)
    import fl.video.*;
    import flash.external.ExternalInterface;
    flash.system.Security.allowDomain("*");
    var vid:FLVPlayback = this.miPlayer;
    vid.source =
    flash.external.ExternalInterface.call("comun.setVideo");
    -ExternalInterface and Internet explorer don´t work
    properly when tested locally: Checked (I have a server on my PC and
    I´m testing the site as well in the above direction).
    -The object tag holding the swf must have a proper id
    attribute: Checked.
    -It´s super important the way the object tag is formed:
    Checked, and I also tested the tag separately (I put it directly in
    the HTML instead of adding it via javaScript) and it worked as
    expected in both Firefox and Internet Explorer, which leads me to
    believe:
    -I read somewhere that if you add the object tag by using
    innerHTML or appendChild, returning values from javaScript to swf
    won´t work, but I couldn´t find an explanation nor a
    solution.
    Well, as I said now I´ve been looking all day for an
    answer, so I really hope you can help me or give me some advice on
    the subject, thank you so much for your time!

    Hi! it solved itself !! (nahh, I wish), but it indeed had a
    solution, it was something quite simple, and I don´t really
    understand why it was not working in the first place, but here is
    the thing:
    I´m learning jquery and this is the first proyect
    I´m officially using it, so I was using
    $('#myDIV').append("string"); to embed the swf, (and it was working
    perfectly on Firefox), so since I had narrowed my problem to those
    lines, I decided to try some good-old-fashioned-javaScript and
    changed it for: var myDiv =
    document.getElementById('thatParticularDiv'); myDiv.innerHTML =
    ('string'); and it worked both in Firefox and IE !!!!!! :)
    I´m quite happy about it, and if someone knows
    what´s the issue with my jquery approach I would love to hear
    it. THANKS !!

  • "Adobe Acrobat 9 Pro requires Internet Explorer 6.0 or greater"

    Adobe Acrobat 9 Pro requires Internet Explorer 6.0 or greater is the error that jumps up when I try installing it. Currently this system is running Internet Explorer 7 which is installed at it's default location. Any clues what can have gone wrong?
    Version 7.0.5730.13
    Build 75730
    Program path C:\Program\Internet Explorer (Swedish computer)
    Language Engelska (USA)

    I came upon this post after receiving this error message when trying to install Acrobat 9. In my case, we deploy Acrobat from an Administrative Installation Point (AIP) using Group Policy. I believe the user at this computer pulled the plug while the group policy deployment was taking place. I got the error when trying to install the program manually afterwards.
    I was able to rectify the issue by running msiexec.exe against the MSI in the AIP with the /x switch, performing an uninstall:
    msiexec /x \\server\deploy\AcrobatStandard9\acrostan.msi
    (The program was not showing up in Add/Remove programs, otherwise I would have tried uninstalling from there.) After that, the install proceeded successfully.
    Hope this helps someone.

  • Problem with ACE and Internet Explorer 8

    I have a problem with ACE (system A2(1.1)) and Internet Explorer 8.
    exactly:
    ACE is configured as end-to-end ssl with 2 rserver and with the sticky source address. When user is opening the virtual address from IEv7, the web portal (On Microsoft IIS) works fine.
    If user opens the same web portal but using IEv8, the session is suspended after 60 seconds.
    I think, that the reason is http keep-allive, which is sending every 60 seconds from the user's internet browser.
    Here is some information about this. http://en.wikipedia.org/wiki/HTTP_persistent_connection
    Do you have any idea how to resolve this problem: upgrade ACE, change the configuration on IIS or ACE ??
    Please help.

    Hi Kazik,
    Using a persistent connection or HTTP keepalives should not have any negative effect on the ACE, so, giving you a straight-forward answer to fix it is not going to be easy.
    I would recommend you to open a TAC case to have this investigated further. When you do, please, provide the following data:
    A showtech from the Admin context of the ACE
    A traffic capture taken on the TenGig interface connecting the switch with the ACE backplane while doing a test connection (preferably one with IE7 and one with IE8 to compare)
    If possible, a copy of the SSL private key. Being able to decrypt the traffic capture to look inside the HTTP flow would really make troubleshooting much easier.
    Regards
    Daniel

  • Is HP Smart Web Printing compatible with Windows 7 Ultimate 32 bit and Internet Explorer 8 and 9?

    Is HP Smart Web Printing compatible with Windows 7 Ultimate 32 bit and Internet Explorer 8 and 9?

    HP Smart Web Printing has been replaced with HP Smart Printing.  It does support Windows 7 and IE 6 to IE9.  See this page for information.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I have 9 Soundcloud widgets on my web page, none of them work. They use HTML 5 which works on Google Chrome and Internet explorer. Do you have a fix for this ?

    I have 9 Soundcloud widgets on my web page, none of them work. They use HTML 5 which works on Google Chrome and Internet explorer. Do you have a fix for this ? I am using Firefox V 20.0.1

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Flash Player 10.3 and Internet Explorer 9 update and workarounds

    Hello Flash Player community,
    We are tracking the issues being reported on Flash Player 10.3.181.14 and Internet Explorer 9 and actively investigating them.  Users are reporting that Flash content is being displayed in the upper left corner of the screen.  We want to give those who are encountering these issues an update.
    First, we apologize to everyone affected.  We know you count on Flash Player as an integral component of the web and we strive for high quality and performance in each release.  We are actively looking into the root cause of this issue.  Thanks to many of you submitting information via email and our online bug database, we now have some solid leads we are pursuing.
    Flash Player 10 and later can use your system’s graphics hardware to accelerate video decoding, and can also accelerate video presentation on some sites. Starting with Flash Player 10.2, Flash Player will also take advantage of hardware accelerated graphics in Internet Explorer 9, utilizing hardware rendering surfaces to improve graphics performance.
    With Flash Player 10.3.181.14, reports indicate that systems with Intel HD Graphics adapters running Internet Explorer 9 are the only systems impacted by this particular bug.  If you are encountering this issue and have a different configuration we'd love to hear from you.  Please review the instructions on this page for details on generating the information we'll need for further investigation.
    Solution #1
    Adobe has officially released Flash Player 10.3.181.16 for Internet Explorer to address the graphical issues introduced in 10.3.181.14.  You can get this release by visiting our official download page, directly downloading and running the installer file, or using the Flash Player auto update mechanism.
    After installing, we recommend you re-enable hardware acceleration if you had it previously disabled.  We also recommend you clear your browser cache and restart your system.
    If you continue to encounter issues, please create a new thread and we'll do our best to investigate further.
    Solution #2
    On some systems, you may be able to resolve this issue by updating the Intel HD Graphics drivers. It has been reported that driver versions 8.15.10.2361 and above do not exhibit this bug. Unfortunately, some systems might require updates directly from your system manufacturer. We’re working with system manufacturers to make sure they include the latest drivers in future releases.
    Solution #3
    You can disable hardware acceleration in Internet Explorer 9 using the instructions on this page. Please note that you should re-enable hardware acceleration once this problem has been resolved to enjoy the full benefits of hardware acceleration.
    Thank you,
    The Flash Player team
    Update 5/20/11 - We've temporarily disabled the automatic update notification for Flash Player 10.3 and Internet Explorer.  We're making progress on a fix and hope to have a new version available next week.
    Update 5/24/11 - Added link to the 10.3.181.15 test update
    Update 5/27/11 - Added instructions for post install of 10.3.181.15
    Update 5/31/11 - Updated thread with the official 10.3.181.16 announcement

    FOR THOSE RUNNING IE9 ON WINDOWS 7 AND HAVE INSTALLED THE AUTOMATIC UPDATE FOR ADOBE FLASH PLAYER 10.3 - TAKE THE FOLLOWING STEPS:
    Open IE9 Browser window > Click on "Tools" > Click on "Internet Options" > Selct the "Advanced" Tab > Turn on/Click the "Use software rendering instead of GPU rendering" > Click "Apply" > Click "OK" > Shut down and then restart your IE9 browser.
    THIS WILL BE A TEMPORARY FIX FOR ANY ISSUES YOU MAY HAVE WITH THE CONSTANT FLOOD OF FLASHING ADS AND THE LIKE UNTIL A PATCH IS MADE AVAILABLE FOR THIS UPDATE.
    OTHER QUICK FIXES WOULD INCLUDE:
    1) UN-INSTALLING 10.3 AND RE-DOWNLOADING AND INSTALLING 10.2 FOR THE TIME BEING. **BE SURE TO AVOID RE-INSTALLING THE AUTOMATIC UPDATE OF 10.3 AGAIN**
    2) DOWNLOADING AND INSTALLING "MOZILLA FIREFOX" AND USING IT AS YOUR WEB BROWSER!!

  • Swf link not working in Firefox, Opera and Internet Explorer but works in Safari

    Hi,
    I'm sorry but Im a real newbie and really need help!!!
    On the homepage of my website I have put a swf file that I linked to another page in my website through the div a href link and it displays great on safari and links, however in other browsers, when i try to click on it, it comes up with the link at the bottom of the browser (where it sometimes says Done), however it doesnt actually link, it jsut stays on the homepage.
    Here is the coding i put in:
    <div id="products2">
              <p>
              <a href="Our_brands/index.html">
                <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','449','height','449','title','Products','src','Productions/boxes3','quality','high','p luginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockwav eFlash','movie','Productions/boxes3' ); //end AC code
              </script>
                <noscript>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="449" height="449" title="Products">
                  <param name="movie" value="Our_brands/boxesnew.swf" />
                  <param name="quality" value="high" /><param name="SCALE" value="noborder" />
                  <param name="allowScriptAccess" value="always"/>
                  <embed src="Our_brands/boxesnew.swf" width="449" height="449" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowScriptAccess="always" scale="noborder"></embed>
                  <br />
                  <br />
                </object>
                </noscript>
              </a>
              </p>
            </div>
    Could someone please tell me where I am going wrong?
    I would REALLY appreciate it.
    Thank you in advance!!

    I'm doing it for a client and they dont want it put up on the server yet, I wish I could put it up bc I have no idea what I'm doing!
    Basically I wanted a swf file from Flash to display a range of products (I have turned all the products into buttons) and then I put coding into all the buttons to on release getURL which work in the swf file, however when I put the swf file into dreamweaver, the buttons worked in hover state, but the action scripting didn't work to link the swf file to another page in the website (the index in Our_brands folder).
    So i decided to make it link to the index.html in Our_brands folder from wrapping the swf box in a div tag and linking the div tag <a href="Our_brands/index.html"> which links it great in Safari but wont link in Firefox, Opera and Internet Explorer.
    Does that make any sense?
    Sorry if it doesn't.
    Thanks for the quick reply as well!!!

Maybe you are looking for

  • Multiple Instances on single oracle home

    Hi, If i have multiple instances in a single oracle home How can i know which instance is running (up) to which table i fire query to find instances status how to start single instance out of multiple instances Thanks, Mustang

  • Adobe Acrobat Pro 8 cannot read Adobe Reader X data in certain areas. Why?

    I have a customer who had some reports that were done in Adobe Reader and cannot be viewed in Adobe Professional 8 version. The customer uses digital signatures to sign them. How can this be fixed?

  • Processing Raw files

    Good Day all, I have been using PSE10 and decided to move on to CS6 (am I am very happy that I have). I have set my camera to save only RAW files; sure they take up space but I like the idea of starting at the beginning. Now my question... When I cli

  • TS: This operation has been cancelled due to restrictions in effect on this computer

    We are running Windows 2003 TS for client access their report. We create a group policy to "Hide these specified drives in My Computer" and "Prevent access to drives from My Computer". The problem is when a TS user tries to save the PDF report, he re

  • Satellite L300-H02: DVD/CD drive don't work - Error message 39

    Hi all, I just purchased a Toshiba Laptop, running Vista Premium Home Edition, and after a massive Windows update download, the DVD-CD drive didnt work. Error message 39, corrupt or missing driver. The driver isnt missing, so it must be corrupt. Am s