Shockwave Flash not loading

Ever since I downloaded Adobe ExportPDF, Chrome does not work correctly.  It keeps telling me that it :could not load Shockwave Flash". Why??? And, how do I fix this??

This is confusing, because ExportPDF isn't something that even can be downloaded.

Similar Messages

  • I get a recurring error in Firefox regarding Shockwave Flash not respoding, etc.  Firefox locks up.

    I get a recurring error in Firefox regarding Shockwave Flash not respoding, etc.  Firefox locks up.  I've uninstalled & reinstalled Shockwave & Flash Player to no avail.  Can't find an answer (Windows 7).  Is there one that works?  I've looked quite a few places on the internet.

    It seems you both did get lost and per accident ended in this place for last hope.
    For Yammers Microwave I would say to pull out the power plug as the perfect solution but Shockwave Flash is a complete mystery to me.
    Try this one for a start:
    http://forums.adobe.com/community/flash

  • While playing facebook games,  it keep getting the error SHOCKWAVE FLASH NOT RESPONGING  how do fix?

    while playing facebook games,  it keep getting the error SHOCKWAVE FLASH NOT RESPONsING  how do fix this?  this happens oftern then it crashes

    Did you read any of the other recent threads here before posting? You asked your question on the wrong forum - try one for the Flash Player

  • Flash not loading in index.html

    Hi there, I have just registered a new domain and am using a temporary one until it had been propogated. The index/html is made up of a flash file and for some reason when I go to load it I get the "Get Adobe Flash Player" icon. I am not sure why. Can anyone help please? Below is the temporary domain I'm using, thanks:
    http://72.51.46.77/~amycarri/
    And here's the source info:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <style type="text/css">
    body {
         background-color: #000;
    #apDiv1 {
         position:absolute;
         left:248px;
         top:520px;
         width:813px;
         height:71px;
         z-index:1;
    #apDiv2 {
         position:absolute;
         left:206px;
         top:8px;
         width:852px;
         height:31px;
         z-index:2;
    #apDiv3 {
         position:absolute;
         left:709px;
         top:254px;
         width:407px;
         height:178px;
         z-index:3;
    </style>
    </head>
    <body>
    <div id="apDiv1"><img src="images/fader outer.jpg" width="801" height="49" /></div>
    <div id="apDiv2"><img src="fader outer.jpg" width="842" height="36" /></div>
    <div id="apDiv3"><img src="images/transparent image.png" width="334" height="140" border="0" usemap="#Map" />
      <map name="Map" id="Map">
        <area shape="rect" coords="64,54,258,106" href="Gallery-Page.html" />
      </map>
    </div>
    <center><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="720" height="540">
      <param name="movie" value="Scripts/Front Page (2).swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="Scripts/Front Page (2).swf" width="720" height="540">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></center>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

    But when I go to the source code on mine I get this:
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="Scripts/FrontPage2.swf" width="720" height="540">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
    There is no Frontpage2.html anywhere in the code when I look at it :/

  • Flash not loading  images in FireFox

    I have a website that loads a small flash object that gets
    it's images from an txt file. It all works fine in IE but not in
    FireFox. I have the newest version of FireFox and Flash player 9
    plugin. It loads the flash object and background but will not load
    the images. It is supposed to fade several images in and out.
    The website is
    schakolad.com
    If you view it in IE you can see how it is supposed to look.
    Then view it in FireFox and you will see that it does not load the
    fading images. I have done several tests including having the txt
    file and the images in the same directory as the swf and the ASP
    page. I have checked file and directory security. Still does not
    work. I have saved the txt file in several formats including UTF-8,
    Still does not work.
    Any suggestions would be appreciated. Thanks!

    In looking at your code, it looks like your problem is coming
    from a malformed embed tag. You need to add the FlashVars parameter
    to your embed if you want it to work in any browser other than IE.
    IE doesn't need the embed tag to display flash content, and every
    other browser REQUIRES it. Every <param> tag you use must
    have a pair in the <embed>.
    Here is your object with this added:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="280" height="288">
    <param name="movie" value="products.swf">
    <param name="quality" value="high">
    <PARAM NAME=FlashVars
    VALUE="dfname=Images/Flash/data.txt">
    <embed src="products.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="280" height="288"
    flashvars="dfname=Images/Flash/data.txt"></embed></object>

  • Since installing Mavericks I'm getting a message that Shockwave will not load

    Since installing Mavericks yesterday I am now getting a message that apple cannot load Shockwave Flash - cannot play any games on Facebook because Flash will not load - tried disabling the oldest of 2 versions but that made no difference.  Any suggestions?

    I did a full factory reset on the Apple TV and then set evrything up again. Synced all my stuff from the computer, which seemed to download ok, but still get the "Your Apple TV is not authorized to play this content" message. It's very frustrating. All the content was purchased from the iTumes Canada store, I'm in Canada but can't watch it on the TV. I tried changing to the US store but same message. I think I'll just give up. This is the first time I have ever had a problem with an Apple product and I have never used anyrhing else but Apple. Thanks for your help anyway it's much appreciated.

  • How come shockwave flash wont load

    When I open chrome, and try to go to youtube it comes up with a yellow toolbar looking thing that says "could not load Shockwave Flash". What do I do?

    https://support.google.com/chrome/answer/2445333?hl=en

  • Flash not loading using https

    When I try loading the application using https it loads fine
    in firefox but the .swf doesn't load up if I'm using IE.
    I've found some documentation on this
    http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5c&sliceId=2
    I'm unable to change these settings so is there any other
    ways around this?
    Thanks
    Josh

    syllywabbit wrote:
    > The flash script has been running without issue for a
    long time. Now it doesn't
    > load in IE. It still loads in Firefox.
    >
    > View this URL: www.brannlaw.com (Issue: Homepage,
    left-green sidebar, under
    > 'some of our clients' graphic, the flash movie not
    loading.
    >
    Object tag does not use DATA tag, that's only for EMBED tag
    for none IE browser.
    You need to actually specify param name="movie" follow by
    value="moviename.swf"
    Suggest you use flash PUBLISH option to generate proper html
    file with full object
    embed tag, than copy paste the complete set into you existing
    document.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Flash not loading info

    Flash piece will load on various computers and fill in
    information from database. However, one user gets the flash piece
    loaded, but no information. What could be causing the information
    not to load?

    syllywabbit wrote:
    > The flash script has been running without issue for a
    long time. Now it doesn't
    > load in IE. It still loads in Firefox.
    >
    > View this URL: www.brannlaw.com (Issue: Homepage,
    left-green sidebar, under
    > 'some of our clients' graphic, the flash movie not
    loading.
    >
    Object tag does not use DATA tag, that's only for EMBED tag
    for none IE browser.
    You need to actually specify param name="movie" follow by
    value="moviename.swf"
    Suggest you use flash PUBLISH option to generate proper html
    file with full object
    embed tag, than copy paste the complete set into you existing
    document.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Flash not loading in IE

    The flash script has been running without issue for a long
    time. Now it doesn't load in IE. It still loads in Firefox.
    View this URL: www.brannlaw.com (Issue: Homepage, left-green
    sidebar, under 'some of our clients' graphic, the flash movie not
    loading.
    Any help is appreciated.
    Thanks

    syllywabbit wrote:
    > The flash script has been running without issue for a
    long time. Now it doesn't
    > load in IE. It still loads in Firefox.
    >
    > View this URL: www.brannlaw.com (Issue: Homepage,
    left-green sidebar, under
    > 'some of our clients' graphic, the flash movie not
    loading.
    >
    Object tag does not use DATA tag, that's only for EMBED tag
    for none IE browser.
    You need to actually specify param name="movie" follow by
    value="moviename.swf"
    Suggest you use flash PUBLISH option to generate proper html
    file with full object
    embed tag, than copy paste the complete set into you existing
    document.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Shockwave flash not working

    hello, my adobe flash is not showing up in manage add-ons. We did not delete it and when I try to fix it  tells me that we have the latest version but the only thing I found was version 15.0.0.152. Browser is IE ,yahoo ,windows 8.1.It is supposed to be under shockwave in add-ons and it is not there. Help please. We use a gateway computer pc.

    This add-on will prevent Flash from running on the web page until you want.
    '''[https://addons.mozilla.org/en-US/firefox/addon/flashblock/ Flash block]''' {web link}
    Never be annoyed by a Flash animation again! Blocks Flash so it
    won't get in your way, but if you want to see it, just click on it
    If you have problems with current Shockwave Flash plugin versions then check this:
    * see if there are updates for your graphics drive drivers
    '''https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration'''
    * disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    '''https://forums.adobe.com/message/4468493#TemporaryWorkaround'''
    * disable hardware acceleration in the Flash plugin
    '''https://forums.adobe.com/thread/891337'''
    See also:
    * '''http://kb.mozillazine.org/Flash#Troubleshooting'''
    Notice, Adobe just updated the Flash Player '''v16.0.0.257 https://www.adobe.com/products/flashplayer/distribution3.html'''

  • Shockwave/Flash not detected

    I am trying to embed a video (from YouTube - but I've tried other sources as well) on a website. When I click the "Insert" button in the insert media pop-up, I get the error message:
    "The page “adcdef ” has content of MIME type “\"application/x-shockwave-flash\"”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed."
    Infuriatingly, the preview panel in the pop-up shows the video before the "Insert" command. Equally infuriating is that I can visit websites and Flash/Shockwave content displays perfectly
    I have checked and unchecked the "Enable Plug-ins" button. I have uninstalled both Flash and Shockwave. I have repaired permissions. I have zapped the PRAM. I reinstalled both programmes.
    I am baffled!
    My software (OS 10.5.6) is fully up to date.
    Can anyone help?
    Thanks.

    Hi,
    I have uninstalled both Flash and Shockwave.
    How did you uninstalled them?
    Did you downloaded Flash and used the un-staller>Repaired Permissions and re-stalled it again ...
    And did you do the same with ShockWave ??
    Dimaxum

  • Flash not loading after install...

    Snow Leopard was working perfectly until the most recent update. When I initially upgraded, I updated flash, as we know snow leopard shipped with the previous version of flash. However, after Apple released an update to address flash and other security updates, flash only loads occasionally. I notice more when trying to view youtube videos. The videos don't fully load and I have to constantly try and refresh the page until it eventually loads. Anybody else experiencing this issues or have come up with a solution??
    Thanks.

    Hi,
    *"as we know snow leopard shipped with the previous version of flash"*
    You didn't need to update your flash plugin afer installing SL.
    Go here and follow the instructions to UNinstall Flash Player
    http://kb2.adobe.com/cps/141/tn_14157.html
    Then reinstall Flash player.
    Carolyn

  • Flash not loading games?

    I updated my flash player, and since updating I have not been able to load certain multi-player games.  At first I thought it was their website, so I contacted their administrates, but my husband is able to access their games with no issues (as with the many other people who are playing).  I uninstalled flash using the uninstaller, and reinstalled, I tried a different version (two, infact), and it did not work.  I also tried using IE and Firefox (Chrome is my primary, where I first started experiencing issues), and I have uninstalled/reinstalled multiple times.  I have also not heard back from the website's admins (where I play the game at) so I cannot comment about any input from them.  I'm not 100% certain if this IS a flash issue or not.  I also uninstalled and reinstalled java (this is after updating), it did not work, and shockwave, and it STILL will not work.  I'm getting a little frustrated.  I set my permissions to allow that particular website, I've cleared my browsing history, cache, flash cache, cleaned up disk space, did a disk defrag (just incase it wasn't flash) and nothing worked.
    I had my husband update to the version I was using, and when he did, HE was no longer able to play the game.  He did, however, uninstall it using the uninstaller, delete the files, reinstall a different version, and the game works just fine for him.  But, not for me.  Help please?

    In addition, I am using windows 8, Flash version 13.0.0.214

  • Cfform format="flash" not loading

    The Problem: When I load a file that contains ANY cfform tag
    with format="flash", all I get is a partially rendered object with
    a spinning clock for a pointer.
    Your initial reaction is probably "oh, thats just bad
    code"... but, read on.. the plot thickens...
    I have 2 domains... Domain.A is hosted out of the root of my
    folder (i.e. /hosting)... a second domain, Domain.B is hosted out
    of a subfolder of the root (i.e. /hosting/DomainB)...
    I have a stripped down page with a cfform format="flash"
    located at /hosting/DomainB called test.cfm.
    If I open a browser and go to www.domainB.com/test.cfm - the
    file will NOT compile or load all the way
    If I open another browser and go to
    www.domainA.com/domainb/test.cfom - the file loads correctly.
    Exact same file, referenced by 2 different domain paths, with
    2 different results.
    I have copied this file to various other folders in my main
    domain, and it works fine. I have also copied this file to other
    servers and it runs fine. I have created new files and placed them
    in DomainB's folder and they ALL exhibt the same problems - they
    will only compile so far and then I get a spinning clock for all
    eternity.
    I'm at a total loss on this one and would appreciate ANY
    thoughts...
    Thanks all!

    Wolvie....I sure hope you found an answer to your problem and
    if you'd post it, i'd be most appreciated.
    I have the exact same issue on cfform with flash rendering...
    incident and incident has been post with goddaddy and finally
    got someone to toss me a tidbit of info.
    since i host domains in subfolders as you do i experience the
    same works/doesnt work scenario.
    I am told the key to this solution is in the Application.cfm
    file. (not confirmed)
    Now...exactly WHAT is to be declared, i dunno.
    however, the acid test is to provide a full path to your
    failing cfm. if it works doing that. then its some sort of pointer
    to the IDE folder in issue (i am told) (again not figured out...im
    just sharing at this time)
    when i provided the full path ie:
    www.mySite.com/subfoldername/myForm.cfm the failing page rendered
    correctly. (and finally without that GD spinning clock ^^)
    so i feel i'm on the right road here.

Maybe you are looking for

  • Cell color

    Hello, I am using the ALV OO for the display. I need to color a particular cell. How can i do it ? CALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY   EXPORTING     I_STRUCTURE_NAME              = 'gt_STRUCT'     I_SAVE                        = X_SAVE   

  • Fixing Program symbols in SAP Scripts

    Dear All I am new to SAP Scripts, Can any one tell me how to set or fix the position of program symbols in an SAP Script at particular coloumn. For example, i have to print 6 program symbols, prog symb "Documnet Num" has to be printer on 20 coloumn o

  • Mode connecté avec Nikon D600

    Le mode connecté  ne fonctionne pas avec le Nikon D600. A quand un correctif ?

  • N73 Messenger

    Hey there. I have the Windows Live messenger app on my N73 im with Vodafone AU but i have the 4. softwere, when ever i try to sign into msn on my phone i get "we were unable to connect to Windows Live service. Please check your access point and netwo

  • Lumia 800 does not switch on after hard reset

    I did a hard reset the phone, when he was switched on. He switch off. Now it cannot be switched on. What would break? Hardware or Software? Attachments: Howtohardresetwindowsphone1_thumb.jpg ‏84 KB