New flash player 11 update doesn't work with internet explorer 8

I have Windows 7 and IE 8. This is a home desktop computer.
When the latest update of FlashPlayer 11.5.502.146 was automatically installed on Jan 9, IE8 stopped working. I can navigate to a site, but then it just freezes. I can not click any toolbar or other buttons or links--I can not even close IE--I have to use task manager. If I disable Flashplayer, IE works fine, but then of course no content can be displayed. If I go to a site and then enable Flashplayer, I can't click on anything again, so that doesn't work. HELP. Does the newest update not work with IE8?

I have a similar problem. I've Win XP SP3 with IE 8. For last few months I've noticed that Flash Player is not able to play flash audio/video on a webpage i.e., upon visiting a page the flash player starts loading but it does not finish - a circle keeps rotating - player does not manage to display 'Play' button. I've uninstalled and reinstalled Flash Player 11.5.502.146. Also, installed Flash Player 11.6.602.161 from above link. But, with same result.
Same behaviour is repeated in FireFox 18.0.1 with Flash Player 11.5.502.146. It seems that something else is not allowing flash player to play. I've latest Java 7 Upd 13, ZoneAlarm 11 and Avast 7.0.1474.
(Note: I've another PC with Win XP SP3, IE 8 and FireFox 18.0.1 and Flash Player 11.5.502.146 works well. It has Java 7 Upd 13. It has ZoneAlarm 11 and Windows Defender AV)
Can anyone help?

Similar Messages

  • I can not get the flash player plug in to work with Internet Explorer

    I can not get the flash player plug in to work with Internet Explorer

    Zoltan71 wrote:
    I just bought this computer. My Internet Explorer is version 11.0.1
    I have the box checked to Install new version automatically, but it has not done any upgrading.
    I can't get the computer to update anything as far as I can see.
    The flash plug in does work with the Crome browser but it will not work with Internet explorer.
    I looked in the manage add-ons and it says enabled.
    I also went into the safety tab and deselected
    Active X filtering.
    Restarted and still does not work.
    I need help.....
    Chrome uses a different and separate plug-in.
    There are things about IE you need to know, especially 11. Specifically:
    "User-Agent Strings"
    That doesn't mean a lot, I'm sure, but it's the root of your problems, and Flash Player has nothing to do with it.
    Microsoft "rewrote" the User-Agent Strings for the abomination they call their latest and greatest browser. User-Agent Strings are what websites use to identify the browser you're using and provide the proper content for it's browser engine, like ActiveX stuff, and Flash or HTML5 video. Thanks to the geniuses in Redmond, WA, the User-Agent Strings for IE11 (which has a Trident engine), ID it as either "Gecko" (Firefox) or "Webkit" (Chrome). Problem is: when the site the directs to the content for one of these two engines, the Trident engine in IE can't intepret it and the site then sees IE as an "unidentified" browser.
    The problem with an unidentified browser is that the plug-ins in that browser aren't recognized either, so even though you're up to date, it says you need the latest Flash Player when you use IE11. YouTube... has converted to HTML5 video so if it doesn't detect Flash Player, it can display HTML5 (MP4) video which requires no plug-in to play. Facebook can't do that, because HTML5 doesn't apply to games... only video.
    Microsoft has no plans to "fix" the mess they've created because they think it's a great idea to block you out of the websites you visit.
    They recommend using "Compatibility View" and pretending that you're using an older verison of IE... Problem with that is that it's seen limited success, and you have to enable it for EVERY page that has problems... individually.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Response.sendRedirect doesn't work with Internet Explorer

    I do posts like advised here: http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost. GET-POST-REDIRECT-GET. Now I have a problem when do redirecting to the same page in Internet Explorer. It works good with Mozilla Firefox but not with Internet Explorer. When user click to "Enable"/"Disable" link and do submit, application makes changes on the database. Changes occurs, but redirect to the page doesn't work. When I refresh page, I see that, the changes was occurred. When I use Mozilla Firefox with same JSP, there is no need to refresh page, because, redirect works. When I change redirect URL to other, for example http://www.google.com/, redirect doesn,t work in Internet Explorer too.
    Code of users.jsp JSP:
    <%@ page import="az.ub.ccs.beans.User" %>
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ page errorPage="error.jsp" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <jsp:useBean id="bc" scope="page" class="az.ub.ccs.beans.BreadCrumb" />
    <jsp:useBean id="user" scope="request" class="az.ub.ccs.beans.User"/>
    <c:if test="${sessionScope.active == null}"><c:redirect url="login.jsp" /></c:if>
    <%
       if(request.getParameter("stateAction") != null)
          int state = (request.getParameter("stateAction").equals("enable")) ? 0 : 1;
          User.changeUserState(Integer.parseInt(request.getParameter("itemID")), state);
          response.sendRedirect("users.jsp");
          //response.setStatus(HttpServletResponse.SC_SEE_OTHER);
          //response.setHeader("Location", "users.jsp");
       bc.add("Users");
    %>
    <jsp:include page="top.jsp" flush="true">
       <jsp:param name="breadCrumbString" value="${bc.breadCrumbsAsHTML}"/>
       <jsp:param name="pageTitle" value="Users"/>
    </jsp:include>
    <tr>
       <td>
          <table border="1" width="100%">
             <tr class="tableHeader">
                <td>ID</td>
                <td>&#1048;&#1084;&#1103; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1103;</td>
                <td>&#1051;&#1086;&#1075;&#1080;&#1085;</td>
                <td>&#1053;&#1086;&#1084;&#1077;&#1088; &#1075;&#1088;&#1091;&#1087;&#1087;&#1099;</td>
                <td>&#1053;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1077; &#1075;&#1088;&#1091;&#1087;&#1087;&#1099;</td>
                <td>Email</td>
                <td>&#1053;&#1086;&#1084;&#1077;&#1088;</td>
                <td colspan="2">&#1044;&#1077;&#1081;&#1089;&#1090;&#1074;&#1080;&#1077;</td>
             </tr>
             <c:forEach items="${user.userList}" var="user">
             <tr>
                <td align="right">"${user.userID}"</td>
                <td><c:out value="${user.userName}"/></td>
             </c:forEach>
             <tr>
                <td colspan="7"> </td>
                <td colspan="2"><a href="addEditUser.jsp">[Add new]</a></td>
             </tr>
          </table>
          <form name="stateForm" method="post" action="users.jsp">
             <input type="hidden" name="itemID"/>
             <input type="hidden" name="stateAction"/>
          </form>
       </td>
    </tr>
    <jsp:include page="bottom.jsp" flush="true"/>

    I use HttpWatch to see request and response details. Link to the report file of HttpWatch http://tasadar8.googlepages.com/CCSHttpWatch.rar

  • RVS4000 firmware updates don't work with Internet Explorer 8.0

    I have 2 RVS4000 VPN routers.  Neither would accept firmware updates via the admin browser interface using Internet Explorer 8.0.  After lots of troubleshooting, I tried Chrome (Google) on 1 router and Mozilla Firefox on the other.  Both updates were successful.  The firmware rescue utility that you can download from the Cisco web site also works.  It does the update without the browser interface, but installs a slightly older version of firmware than is availble for browser-based firmware updates.  I hope this saves you time and frustration when you need to update your routers.
    Rene Feitelson

    Rene,
    A thousand thanks for taking the time to post your result. You've made my day!
    I have spent over 8 hours today trying to implement a firmware upgrade on my RVS4000, with zero success. I initially used Safari 5 (on a Win XP SP3 machine) in order to update IPS to v1.42, with no success. Switching to MS IE8 and the update worked fine - hence I stuck with IE8 for the firmware update. I can confirm your result - IE8 does not initiate a firmware update, nor does it provide any feedback whatsoever on its failure.
    Using the Firefox v3.5.9 browser the RVS4000 v1.3.2.0 firmware update worked straight away without a glitch.
    So, perhaps a general "Heads Up" to everyone - if you have any issues when trying to configure your Router, then try using another browser as the first step.
    Many thanks again, Rene.
    Message was edited by: Robert Gough
    Oh, another issue that might help folks:
    When the firmware update file "filename.img" is downloaded from the Cisco site Windows interprets it as a .zip file and associates the usual ZIP file icon to it. Cisco's documentation states "unpack the file and ......". This immediately leads one to believe that the firmware update file is contained in the ZIP file. This is not the case! It is NOT a ZIP file at all, but is the binary that the router requires.
    If one tries to unzip the file WinZip throws up an error "ISO file incomplete" and doesn't unzip it.
    So, ignore the ZIP file icon and just point the router firmware updater at the .img file, despite its ZIP icon.

  • FingerPrint Utility - OmniPass - Doesn't work with Internet Explorer 7

    OmniPass website password saving/autologin for Internet Explorer 7 Beta 2 doesn't work correctly (it seems microsoft has changed the way their forms work for username and password submission etc)
    OmniPass loaded slow in the earlier version it actually took about 30seconds or so for the FingerPrint dialogue to popup at logon, once i upgraded to v3.50.43 it loads in 10 seconds now, however when i first bought my notebook it use to load immediately, now that i've installed programs it's slower (not many programs).
    Now i have done full registry cleans, spyware and virus scans, full cleanups, defrags etc...
    I have tried editing the registry key for the OmniPass service - all with out success. It still hasn't gotten any faster.
    Anyone got any ideas?

    Hi
    The fact is that the Internet Explorer 7 is not official on the market and Toshiba doesnt support any Beta versions. In this case if you use any test versions on your notebook so you can do it only at your own risk!
    Im sure that if you use the IE6 and other applications from the Toshiba recovery CD, all should works properly.

  • Java 7 update 10 not working with Internet Explorer 8

    Hi there,
    I recently upgraded to Java 7 update 10 and ever since no Java applet loads in Internet Explorer 8 (works fine in Firefox 17.1).
    I've tried uninstalling Java and reinstalling Java many times, makes no difference.
    Can someone help me please?
    Thanks
    Ninko
    P.S. I'm running Windows Vista Home Premium (all updated), in case it helps.
    Edited by: 979765 on 03-Jan-2013 17:21
    Edited by: 979765 on 03-Jan-2013 17:21

    I agree - check to make sure IE itself hasn't disabled Java.
    Since you're using Java 7.10, please also check the Security tab in the Java Control Panel which can be found in the Windows Control Panel.
    While in the Java Control Panel, check also the Advanced tab and make sure Microsoft Internet Explorer is checked under 'Default Java for browsers'
    Alternatively check this registry key: HKCU\Software\AppDataLow\Software\JavaSoft\DeploymentProperties
    For this setting: deployment.webjava.enabled
    Make sure its set to 'true' to enable java; if its 'false' it disables java.

  • The new Adobe Flash Player update don't work on my mac

    The New Adobe Flash Player update doesn't work on my mac pro tower!!!! i've tried to reboot it and uninstall and restall it!!!!

    I have the same problem. OS X 10.9.2 and Firefox 28. When I tried to go back to 12, I realized it is no longer available, I can only get 13, which leaves my pages blank.

  • Flash player 11 is not working in internet exployer?

    I downloaded flash player 11 and now videos will not play on IE.  Google Earth is not giving me street level view.

    To help troubleshoot we'll need the following system information:
    Operating   system  
    Browser version
    Flash   Player version
    When troubleshooting problems with Internet Explorer, we recommend you review the steps outlined in these two FAQs:
    Enabling Flash Player in Internet Explorer  
    ActiveX Filtering in Internet Explorer

  • The new flash player update crashes internet explorer and firefox

    The new flash player update crashes internet explorer and firefox, please send a new release to fix the problem ASAP!

    ok   here's more mystery.  i just uninstalled and reinstalled flash player using the adobe uninstaller and rebooting after each step.  aqlso installed latest java.  i started looking at videos and here are the ones that worked: you tube
                                                                                           imdb
                                                                                           hulu
                                                                                           ebaumsworld
                                      here are the ones that didn't work:    yahoo
                                                                                           msn
                                                                                           reuters
                                    here are the ones that partially worked: the blaze (works on videos that originate from you tube, but not from news stories)
                                                                                              bing (work on videos from their video section - entertainment type, but not from news videos)
    the common thing here seems to be that news type videos crash and entertainment type don't.  also videos seem more likely to crash on internet portals like yahoo

  • AS3 image upload & encode - doesnt work with Internet explorer.

    So I was looking for a way our clients to upload their Logo
    into a flash application we are designing and I found
    -this-.
    However, I later found that it doesn't work in Internet Explorer,
    however does work in every other browser. Is there something in the
    AS3 code I am missing? :(

    This is a oracle maps bug. The workaround is to add the image as a separate marker foi.
    pointClicked = MVSdoGeometry.createPoint(mouseLocationX, mouseLocationY, 8307);
    pointClickedFOI = new MVFOI("ID:" + (FOICount++), pointClicked, "MY.STYLE.NAME");
    pointClickedFOI.setWidth(48);
    pointClickedFOI.setHeight(48);
    mapview.addFOI(pointClickedFOI);
    markerFOI = MVFOI.createMarkerFOI("ID:" + (FOICount++), pointClicked, "./pin.png");
    mapview.addFOI(markerFOI );

  • My Google search autocomplete me in Firefox does not work anymore. However, it still works with Internet Explorer. How can I fix this so Google gives me search suggestions again?

    My Google search autocomplete me in Firefox does not work anymore. However, it still works with Internet Explorer. How can I fix this so Google gives me search suggestions again?

    Solution update: Disabled XULRunner 1.9.1 extension from Add-ons > Extensions. Problem solved.

  • Muse CC 2014.1 slideshow--why doesn't work in Internet Explorer on a PC?

    I have created several slideshows on my Muse websites but the one I just did yesterday doesn't work on Internet Explorer. It works on all other browsers though. Any ideas why or perhaps a workaround?

    Well not really. Even if you did "convert" these images, iWeb would overwrite them again as soon as you published again. You see, iWeb converts to PNG anytime you let iWeb do anything to an image.
    The secret is to have your images "iWeb-ready" before dropping them into iWeb. That means using some other program to properly size your images and apply any effects to them (like shadows, rotation, reflections, frames, etc). It's a pain in the neck, but it works. This is a limitation of iWeb that we all have to work around for IE users.
    If it's any consolation to you, the next version of Internet Explorer comes with full PNG support and will bring the unwashed masses of PC users into a more modern era of browser technology (if the technology hasn't advanced even more by that time).

  • Why does my Web Handler work with Internet Explorer, but not with Firefox

    I am trying to develop a web page that uses the Simile Timeline (http://code.google.com/p/simile-widgets/wiki/Timeline) with data from SQL Server.
    In initial testing of my timeline I tested it with Example.xml, a static XML file in the correct format to be event data. I wrote the following in the appropriate place within mytimeline's Javascript: -
    var WebHandler = "Example.xml"
    tl.loadXML(WebHandler, function (xml, url) { eventSourceFamily.loadXML(xml, url) });
    This worked fine with both Firefox and Internet Explorer. I then changed the assignment to
    var WebHandler = "GDBTimeline.ashx?Type=Family&Userid=" + getControlValue("input", "hdnUser");
    so that invoked a web handler that could look up the SQL database and return the XML that I wanted, and wrote this web handler.
    This works perfectly with Internet Explorer, but with FireFox the timeline band is blank. Yet when I examine the http traffic with Fiddler2 (http://www.fiddler2.com/fiddler2/) I see that with either browser there is a response from URL
    /GDB_pages/GDBTimeline.ashx?Type=Family&Userid=robertb
    that returns the XML that it is supposed to.
    I have previously used web handlers with Firefox before, with no problems. The Fiddler results conclusively show that the web handler is invoked, and returns the appropriate XML, and this XML is identical to the XML from the static test with Example.xml.
    Where do I start looking for answers? I don't even know if this is a Simile problem, a Firefox problem, or an ASP.NET problem.
    Thank you, Robert.

    Problem solved. The issue: Content Type was not correct.
    Visual Studio creates the web handler with dummy code like this: -
    Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
    context.Response.ContentType = "text/plain"
    context.Response.Write("Hello World")
    End Sub
    I wrote a database query that set a string variable to the XML I wanted: -
    Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
    Dim Outstring as string
    ' my logic to fill Outstring with XML
    context.Response.ContentType = "text/plain"
    context.Response.Write(Outstring)
    End Sub
    This works with Internet Explorer. However it's not strictly correct: to make it work with other browsers as well,
    context.Response.ContentType = "text/plain"
    should be
    context.Response.ContentType = "text/xml"
    It now works with IE, FF, and Chrome, and presumably all others.

  • When I attempt to install flash player I get a message "close internet explorer". When I do I lose t

    When I attempt to install flash player I receive a message "close internet explorer". When I do I lose the installation screen

    use a different browser or manually download, http://www.adobe.com/products/flashplayer/distribution3.html

Maybe you are looking for

  • Need to format my macbook

    I've been having trouble with my keyboard. Certain letters do not work, but mostly result in other commands being performed or other keys being "pressed". It is not my actual keyboard, as I have tried attaching a USB keyboard, but it does the exact s

  • I am just learning the cloud! How do I get my photos on my PC to show up in the cloud and then see them from my iPad?

    New user.  Have iCloud set up on both my home PC (windows vista). And on my iPad 2.  Can't figure out how to see my pics on the iPad  that are on my PC

  • Contol break event problem

    Hi, Good day guys ive dev the smart form for sales. i need to cal the total sales per month as well as Region wise and branch wise. i dont the total sales per month. now i need to cal the region wise. so i used the code as below as sort itab by regio

  • Feature not supported:trying to share pic to Twitt...

    After updating to latest version of Social (1.5.214).......I hope there's an update to fix this issue. Works from within Social but not from Gallery after marking your pics to upload. Error states ......."Feature Not Supported" Nothing is as it seems

  • Itunes crashes everytime I try to sync my new iPhone 4 to itunes.

    My old iPhone sync's to this itunes just fine. Tried to see if my my new iPhone would sync to a different itunes and it did. But it won't sync to my itunes without crashing. Right after the first two steps it always freezes up. Any help? Tried so muc