IE mysteriously not running Flash?

I'm experiencing an odd issue related to Adobe Flash Player.  I haven't changed anything on my system that I am aware of that would have caused this either.  Here's the story:
I've been hapily using Adobe Captivate to publish courses.  When I go to do the preview, it tells me I need Flash.  I already have the current version of flash installed.  It offers the link to Adobe's site, so I install the update. 
However, many programs I use and some websites are still telling me I need Flash  to view the page or output. 
My installed programs indicate flash is there.  I've unistalled Flash and re-installed it as well.  Still, I cannot view my published PDF's from Captivate, nor can I view several web pages.  I have Windows 8 and IE9.  Any thoughts?  It's starting to effect my job since I can't review my output files. 
Any clue what's going on and why my system insists I don't have Flash?  Seems like IE can't find my Flash Playe program.  Also odd since I have the Adobe Master Collection loaded to my system.  My IE has worked just fine running Captivate PDF's until this issue cropped up.
Any ideas?
I've followed the steps in both of these references with no results.  My Flash player version is 11 and it's enabled in IE9.  yet when I visit this article, I don't get the animation:  http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html
I also get no helpful ino from this thread: http://forums.adobe.com/thread/885448
Both references suggest that if I don't see the image I don't have flash, yet my Control Panel clearly shows its there. 
FINALLY!!!!
  FOUND MY ANSWER.  at the following threas: http://forums.adobe.com/thread/867968
Needed to disable Active X filtering via the Safety option in IE.  THANKS!

Moved to Using Flash Player, as this is not related to the Flash Player Beta.
Cool, glad you were able to solve this on your own.
Answers to most common problems can be found by looking at the Frequently Asked Questions thread.
We recommend checking here first when looking for solutions to a problem you may be experiencing:
http://forums.adobe.com/community/flashplayer

Similar Messages

  • Will not run Flash player

    I have downloaded Flash Player & said that it was successfuly but if will not run
    I have Vista OS & Kaspersky pure 2.0
    Can you help

    Skyfire and Puffin are alt. browsers
    5 Flash Player Alternatives
    http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/

  • Can not run Flash player on Photoshop help video series

    How can I run Flash player on Photoshop help video series (CS5 Extended)?

    Just view them in your web browser.

  • Flash not running in FF but runs in IE and Chrome

    Hello:
    I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is http://www.mcafee.com/us/campaign/network-security/virtualized-data-center.html on which there is a section called "ROI Calculator". The download button links to a flash program which opens up
    in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page http://www.mcafee.com/us/resources/roi/brocade-mcafee-tco/roi-brocade-mcafee-tco.html :
    <!-- saved from url=(0014)about:internet -->
    <html lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
    <meta name="robots" content="noindex,nofollow">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    function openAddThisWindow(v1,v2,url)
                    return addthis_open(this, 'email' );
    </script>
    <!--  BEGIN Browser History required section -->
    <link rel="stylesheet" type="text/css" href="history/history.css" />
    <!--  END Browser History required section -->
    <title></title>
    <script src="AC_OETags.js" language="javascript"></script>
    <!--  BEGIN Browser History required section -->
    <script src="history/history.js" language="javascript"></script>
    <!--  END Browser History required section -->
    <style>
    body { margin: 0px; overflow:hidden }
    </style>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 124;
    // -->
    </script>
    </head>
    <body scroll="no">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values defined in globals
    var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if ( hasProductInstall && !hasRequestedVersion ) {
        // DO NOT MODIFY THE FOLLOWING FOUR LINES
        // Location visited after installation is complete if installation is required
        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
        var MMredirectURL = window.location;
        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
        var MMdoctitle = document.title;
        AC_FL_RunContent(
            "src", "playerProductInstall",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
            "width", "100%",
            "height", "100%",
            "align", "middle",
            "id", "Brocade_ROI",
            "quality", "high",
            "bgcolor", "#FFFFFF",
            "name", "Brocade_ROI",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
        // if we've detected an acceptable version
        // embed the Flash Content SWF when all tests are passed
        AC_FL_RunContent(
                "src", "Brocade_ROI",
                "width", "100%",
                "height", "100%",
                "align", "middle",
                "id", "Brocade_ROI",
                "quality", "high",
                "bgcolor", "#FFFFFF",
                "name", "Brocade_ROI",
                "allowScriptAccess","sameDomain",
                "type", "application/x-shockwave-flash",
                "pluginspage", "http://www.adobe.com/go/getflashplayer"
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'Alternate HTML content should be placed here. '
          + 'This content requires the Adobe Flash Player. '
           + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                id="Brocade_ROI" width="100%" height="100%"
                codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                <param name="movie" value="Brocade_ROI.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#869ca7" />
                <param name="allowScriptAccess" value="sameDomain" />
                <embed src="Brocade_ROI.swf" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="Brocade_ROI" align="middle" play="true" loop="false"            quality="high" allowScriptAccess="sameDomain" type"application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
        </object>
    </noscript>
    <!-- SiteCatalyst code version: H.21. -->
    <script language="javascript" type="text/javascript" src="http://www.mcafee.com/common/js/s_code-20110804.js"></script>
    <script language="javascript" type="text/javascript">
        s.pageName="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.pageName=s.pageName.toLowerCase();
        s.channel="corp:en-us:direct:resources:roi";
        s.eVar21=s.channel=s.channel.toLowerCase();
        s.eVar22="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.prop1=s.eVar22=s.eVar22.toLowerCase();
        s.events="event1";
        s.prop4=s.eVar4="us";
        s.prop5=s.eVar5="en-us";
        s.prop7=s.eVar7="NA";
        s.prop6=s.eVar6="direct";
    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)</script>
    <!-- End SiteCatalyst code version: H.21. -->
    </body>
    </html>
    Thanks in advance for your help.

    Too much text :/ I hate generated source - something always goes wrong and you never know what the hell
    What about embedding it yourself?
    Create empty HTML file, download swfobject.js: http://code.google.com/p/swfobject/downloads/list
    And use this block of code. Of course, change name of swf file, width and height. Unpack swfobject.js right next to the html file.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
        <title>SWFObject dynamic embed - step 3</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
        swfobject.embedSWF("myContent.swf", "myContent", "800", "600", "9.0.0");
        </script>
      </head>
      <body>
        <div id="myContent">
          <p>Alternative content</p>
        </div>
      </body>
    </html>

  • The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or

    The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or reloaded Flash using your updater.  I have gone into IE options and insured that the settings are supportive of Flash.  The Adobe mini Flash test program on your site says it not enabled or Active X is enabled - not true - all is set as it should be.  I have gone through your forums but to no avail.  I've looked in MS forums but nothing that made any difference.  What's going on and what can I do about it?

    Try using Firefox. Flash usually works on Firefox when it won't on Safari. I noticed that the Safari does not show the same version as Firefox does. Iwonder if that could be the problem. Safari on the left shows 10.1, Firefox show 10.3

  • Constant Error; Adobe Flash Player 11.4 r402 has stopped working. But NOT running Trusteer Rapport.

    I am experiancing this unbelieveably annoying and constant Flash error;  Adobe Flash Player 11.4 r402 has stopped working.
    But NOT running Trusteer Rapport, I never have, and it's not even installed on my computer.  So what's causing this?

    There were a couple AntiVirus/AntiMalware products that keep coming up, but I haven't validated that in the lab and don't want to call anyone out publicly without reporting the issue to them first.

If you could tell me what antivirus/antimalware products and versions you have installed, that would be helpful.
    So, third party stuff aside, I'd like to know more about the crashes your seeing:
    1.) Please provide links to the Firefox crash reports.  If you have multiples, the first few would be great.
         In Firefox, type about:crashes in the address bar
         If the link starts with "bp...", it's already been submitted -- just right-click on it and copy the link, and paste it into the reply here.
         If not, click it to submit it, and copy the subsequent link.
    2.) In firefox, type about:support
         Just copy and paste the output into the reply.
    3.) In Firefox, type about:plugins
         Please copy and paste the output into the reply
    4.) Please provide the output of the DirectX Diagnostic Utility
         Click Start > type "dxdiag" [enter]
         Click Save All Information
         Copy the output of the file into the reply, or use Adobe SendNow/DropBox/PasteBin to share the file.
    5.) If you can provide an exact URL and step-by-step instructions on repeating the crash (if it's consistent), that would be really helpful.  My goal is to build out a configuration that matches yours as closely as possible, reproduce the problem and then debug it.
    If you're not comfortable sharing that diagnostic information publicly, send me a private message.  Just click my name and use the options on the right.
    Thanks!

  • Flash swf not running properly in captivate

    Hi,
    I'm not sure if this is a flash question or a captivate question so I'm posting it to both forums. I have numerous flash cs5 built swfs inserted into a captivate 5 project. All of them are running fine apart from this one. It runs perfectly outside of captivate but within the captivate swf it goes haywire. It's a very simple fla. The only actionscript involved is a stop action. There is a movie clip that uses a number of classic tweens and then there is a layer containing textual explanations for what's happening in the movie clip. When I run my captivate project the swf does one or other of the following:
    a) it runs but the movie clip starts earlier than the text and so they are out of synch
    b) the text runs as normal but the movie clip does not run at all
    c) it only shows the final frame of the swf and nothing else happens.
    As I say, it is a very simple fla and I'm at my wits end trying to figure out what's wrong. I don't seem to be able to attach the fla here, so if anybody thinks they may be able to help please pm me with your email address and I will email you the fla file.
    Just to note some of the things I have already considered: the text is all set to classic rather than TLF. The captivate project and the fla both publish as3 at 12fps for flash player 9.
    yours hopefully!
    Maedhbh

    See http://forums.adobe.com/message/3327323. I am having the same problem and this may help you out.

  • Help Flash player will not run in Internet Explorer 11?

    I have downloaded Adobe Flash Player and it will not run in Internet Explorer 11.  I have done the things suggested in the help/forum section. What else can I try?

    This is a known problem with Internet Explorer 11, which Microsoft has been aware of since October 18 when they released their latest "untested" browser. The pages can't recognize the browser, so they don't recognize any of the plugins, like Flash Player. So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using an different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    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.

  • Flash Player not running/installing

    So far, on two computers, I have had this problem.
    I have no problem downloading the software, I even installed it on two computers.
    However, when I go to install it on a few computers in my work environment, it will ask to run and not run.  I sat for ten minutes waiting for it to run and it wouldn't.  Both are XP's, sp3, 1GB, IE8.
    Does anyone have any idea's?

    Download offline installer: Where can I find direct downloads of Flash Player 11 for Windows or Macintosh?

  • My Firefox version is up to date, I restored Firefox to default settings, restarted, I downloaded latest version of Flash and it will not run, it crashes..

    Mac, OSX 10.6.8 (up to date), Firefox 28.0 (up to date). Adobe Flash was downloaded and no videos will run on any web pages using Firefox. I reset Firefox to default settings and restarted. I get the message that Adobe Flash has crashed. Shut computer down, rebooted. Same thing. Uninstalled Flash and the videos run but very choppy, jumping in 5 second increments after freezing. Firefox freezes and has to be force quit. Installed an older version of Flash and it will run, but I get a warning that it is vulnerable. I have gone through this several times and checked all my updates and they are the latest available. Videos do not run on the latest version of Safari either.

    Downgrade to FlashPlayer 12.
    I will add a link to a related post later. Flash 13 causes problems, and is a known issue with some older MAC s.

  • Adobe Flash will not Run

    I have gone through all the forums and installed and uninstalled flash 3 times.  I have gone through the active-x control and still now luck...it wont run although its showing as a successful install.  I am running Windows 7 Home Edition with IE 9 version 9.0.8112, 64 bit operating system with 4.00 RAM.
    I need help...this is frustrating.  I have tried logging onto my son and wife user name on this computer and still flash will not run.
    Thanks in advance for the help.

    See if any of this helps:
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • Flash not running

    Can some one help me
    I have a flash head and it runs ok in the template but will
    not run on the individual pages. This is when I test it. The flash
    background is visible in Dreamweaver but in test nothing. Help

    If you are the author of the pages there are several ways,
    but I think the most popular is called SWFObject. Search these (and
    the Actionscript forums) for this topic.
    You could also google "activate this control" this topic has
    been discussed far too much.

  • Flash videos not running on Chrome or IE on a Windows 7 Toshiba Laptop (Someone Please respond)

    I'm using Windows 7 and Chrome and in the last day or so I've had no access at all to flash movies.  I have the newest version of Chrome and the flash plugin.  I've tried a number of things including enabling/disabling chrome plugins and it hasn't seemed to change anything.  All flash video across the internet will not run. 
    When going here: http://helpx.adobe.com/flash-player.html, nothing shows up in the box below 1.  Not even an error message.  Flash videos are not working in IE either, and I've tried reverting back to version 10.3 of the player.  Some sites, including Adobe sites, behave as if I don't have flash installed and tell me to download it.   Please, someone help! 

    Wise of you to investigate in advance.
    Your best bet by far nowadays is to get a laptop with hardware virtualization and either the Professional or Ultimate versions of Windows 7 installed. That way, you can use XP Mode.
       Windows XP Mode (Toshiba)
       Windows XP Mode (Microsoft)
    You can even open an XP program directly from a shortcut in Windows 7.
    For current models suitable to run XP Mode, I suggest you call ToshibaDirect at 888-520-3926.
    -Jerry

  • Flash cs5 swf not running properly in captivate 5

    Hi,
    I'm  not sure if this is a flash question or a captivate question so I'm  posting it to both forums. I have numerous flash cs5 built swfs inserted  into a captivate 5 project. All of them are running fine apart from  this one. It runs perfectly outside of captivate but within the  captivate swf it goes haywire. It's a very simple fla. The only  actionscript involved is a stop action. There is a movie clip that uses a  number of classic tweens and then there is a layer containing textual  explanations for what's happening in the movie clip. When I run my  captivate project the swf does one or other of the following:
    a) it runs but the movie clip starts earlier than the text and so they are out of synch
    b) the text runs as normal but the movie clip does not run at all
    c) it only shows the final frame of the swf and nothing else happens.
    As  I say, it is a very simple fla and I'm at my wits end trying to figure  out what's wrong. I don't seem to be able to attach the fla here, so if  anybody thinks they may be able to help please pm me with your email  address and I will email you the fla file.
    Just  to note some of the things I have already considered: the text is all  set to classic rather than TLF. The captivate project and the fla both  publish as3 at 12fps for flash player 9.
    yours hopefully!
    Maedhbh

    See http://forums.adobe.com/message/3327323. I am having the same problem and this may help you out.

  • Windows 7, ie 11, flash player will not run

    I have a newer computer (new to me, but refurbished) running windows 7 and internet explorer 11.  I have installed adobe flash player 5 million times, tried other browsers etc.  I show that flash player is installed and enabled however it still is not running when I verify that I have it.  Active x is off as well.  PLEASE HELP!!!

    What exactly means "not running"; what do you see instead of the expected Flash content?

Maybe you are looking for

  • Problem in Opening of Calendar in portal 3.0.9.8.4 ? -URGENT

    Dear All, I have recently applied the above patch(3.0.9.8.4). I have my Calendar and its Parameter Page(page based on Procedure) in two Tabs of a page. After selecting the Parameters when I press the button to submit to the Calendar Tab IT DOES NOT G

  • How to implement a parallel approval?

    Hi, all. My process has a parallel approval, but I have no idea how to implement it. I have a task which has to be approved by three different managers parallelly. If all of them approve the task, then the task will keep going, otherwise the task fai

  • Problem using byte indexed pixel format in setPixels method of PixelWriter

    I try to construct a byte array and set it to a WritableImage using PixelWriter's setPixels method. If I use an RGB pixel format, it works. If I use a byte-indexed pixel format, I get an NPE. The stride etc should be fine if I'm not mistaken. java.la

  • DW CS3 and json2.js

    The json2.js include is the defacto json engine for JavaScript http://www.JSON.org/json2.js DW CS3 has a problem parsing the code, tripping up on an escaped quote.  The displayed code view incorrectly shows all following code as type string (blue). T

  • "contacting server for information" in oulook vba

    Hi I am trying to append email body (It is an HTML body with large images ) to word with outlook vba (Actully number of emails body). 1st emails body is copied correctly after which pop up of "contacting server for information" which takes the contro