I need help with Flash Player, "movie not loaded".

Sometimes movie loads, sometimes not.  Sometimes loads upon refresh, somtimes not.  I cannot figure out how to get Flash to load reliably.  This happens frequently while surfing the internet with IE10 on Windows 7 64bit sp.  I use Microsoft Security Essentials and Windows Firewall.  I prefer to set pop-up blocking on high but have lowered it to medium to no avail.  I have uninstalled Flash using the step by step instructions on Adobe site and reinstalled version 12.0.0.77 twice.  I have unstalled and reinstalled IE 10.  Clearing the catch does not help.  Clicking in and out of compatability setting also does not get flash to load.  I have run out of ideas.  Is there some setting I am missing.  Flash is on so many sites and its so unreliable it is frustrating.

Sorry, I thought I had mentioned everything.  Active x filtering is off and Shockwave flash object is enabled.  I have cleared the IE catch and the Flash Player catch.
I should also point out that it is not that some videos play and others do not,  The same video will work sometimes and sometimes not.  I go back to check and sometimes the video loads and then it doesn't again.  I wondered if it had to do with different advertisers before the link played or something like that.  Something is randomly happening it seems.

Similar Messages

  • Still need help with flash player download

    I'm still having a problem with the flash player, please read my last post below:
    "I've tried everything here & still can't download the flash player. Anytime I try to download it asks me to install ADM add-on and then when I click on that, my computer freezes. How do I enable this add-on without my computer freezing? Can anyone help pls?"

    Thanks a lot for your help, it is truly appreciated.
    Date: Thu, 29 Oct 2009 18:52:38 -0600
    From: [email protected]
    To: [email protected]
    Subject: Still need help with flash player download
    You can set Flash Player to check for updates on the Global Settings Manager panel:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager05.htm l
    >

  • Need help with flash player installation please !!!!

    Hello,
    I need help with my flash player installation because every time I access a movie this is the message I receive. 
    This content on Xfinity TV is not available for viewing with Chrome's "Incognito" mode. To play this video using Chrome, please view this page without "Incognito" mode.
    Still having problems? Try resetting your Flash player license.

    Incognito mode is a Google Chrome setting when you open a new window (Cmd+Shift+N on a Mac Ctrl+Shift+N on Windows) It opens a "private" window with no cookies and no tracking. The problem with it is that when you disable cookies, your license files are not sent to the site (whetehr it's YouTube or xFinity or any other that uses license files for paid content)  and it treats you as if you're a first time visitor. Paid videos won't play wihtout the cookies sending the license file info.
    This isn't a Flash Player setting. It's in Chrome. I did some research and according to Google, "Incignito" mode is off by default, and can ONLY be activate by the keyboard shortcut. There IS a way to disable it from the registry http://dev.chromium.org/administrators/policy-list-3#IncognitoModeAvailability

  • Need help with Flash Player

    I have been having problems with this for months and still no help.  PLEASE HELP.
    I am using Windows Vista  and firefox is my Browser.  When I go to download it instead of Run File it only gives me a option to Save or Cancel File.  When I load flash objects, it gives me a greyed out box that says Movie Not Loaded and Adobe Flash Player.  If you have had any help with this please don't hesitate to help.  I am trying all suggestions until I get this fixed.
    Thanks in Advance

    I am having the exact same issue! I have tried everything,
    including the link
    http://www.adobe.com/go/full_flashplayer_win_msi,
    I still get the message that I must download flash. The weird thing
    is, one of the 5 user accounts (all computer administrators)
    on our family pc has no problem with flash working, but the
    other 4 do not work. I have tried adjusting the security settings,
    but nothing has worked. Did anything end up working out for
    you?

  • Need help with flash player update

    I previously updated to adobe reader X. Later I got a popup saying that an updated version of adobe flash player was available, which I downloaded. I am running windows 7 home premium (64 bit). After updating the flash player I keep getting a pop up that says there was an error in the down load and that I need the 64 bit version. Today I up dated to Adobe reader X version 10.1.3. What do I need to do to make the flash player correct?  Adobe reader and PDF files are all working fine.

    You need to post in one of the sub-forums (Installing, Using), but I will move this post over.
    Try downloading the offline installer from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • Need help with flash player 9 on vista

    i need help with vista flash player 9 on vista, i play this
    game called neopets and it needs flash player to make some of it to
    work and ive tried to dowload flash player 9 about 25 times and it
    still doesnt work ive tried the 3 solutions on the suport center
    this link
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401499&sliceId=1
    and still nothing can someone help please

    The player is out (they are up to version 9.0.16). Flash
    itself (the development tool) is in alpha and pretty buggy.
    Ernie

  • Need help with flash player install

    I am having trouble installing Adobe Flash Player on my hp notebook. It keeps saying it can't initialize once it hits 50%. Any ideas?

    What is your operating system?  If Windows, download the offline installer from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • Flash player "Movie not loaded" in Chrome on certain pages.

    When tryingto load a video in Chrome I get a blank window and a "movie not loaded" message when I right click. The video doesn't work in Firefox or IE either. It just doesn't display the player at all.
    Youtube works though and I can see the test flash animation on adobe's website but it's not working on a specific website. I tried I uninstalling Flash using Revo and reinstalling it, running CCleaner, disabling hardware acceleration, updating Chrome and deleting flash player's stored data.
    I read some where that it might be network/firewall related but I wouldn't know how to investigate that.
    Any ideas on how to fix this?

    Couple things...
    Since you are using the old, outdated <object><embed> method, you normally use a classID with the object, like this:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400">
    along with the correct path to the file name... (you are using a fake filename in the object)
    But a better method is to skip the <embed> entirely and use this updated version of <object>
    <object data="http://www.gwarg.dk/images/GWG2.swf" type="application/x-shockwave-flash" width="550" height="400">                   
               <param name="movie" value="http://www.gwarg.dk/images/GWG2.swf">
               <param name="quality" value="high" />
    </object>
    You can change the path to relative paths instead of absolute if you like.
    Best wishes,
    Adninjastrator

  • Adobe Flash Player "Movie Not Loaded" on Browsers?

    On Browsers (Firefox, Chrome) Adobe Flash Player does not display and only shows a white empty space that, when right clicked, says "Movie not Loaded".
    Can someone help me to fix this issue?

    Im able to stream youtube video.Bt when i try to stream a local video, white
    screen occurs.
    This is my code
    <object width="630" height="312" classid="clsid:D27CDB6E-AE6D-
    11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">
                       <param name="salign" value="lt"/>
                      <param name="quality" value="high"/>  
                      <param name="scale" value="noscale"/>
                       <param name="wmode" value="transparent"/>
                      <param name="movie" value="http://geekfile.googlepages.com/flvplay.swf"/>
                       <param name="FlashVars"                              value="&streamName=http://localhost:8080/resources/video/demo-video.flv&skinName=http://geekfile.googlepages. com/flvskin&autoPlay=true&autoRewind=true"/> 
                           <embed     width="630"
                                  height="312"
                                                                  flashvars="&streamName=http://localhost:8080/resources/video/demo-video.flv&autoPlay=true&autoRewind=true&skinName=http://geekfile.googlepages.co m/flvskin"
                                   quality="high"
                                  scale="noscale"
                                  salign="LT"
                                  type="application/x-shockwave-flash"
                                   pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://geekfile.googlepages.com/flvplay.swf"
                                   wmode="transparent">
                              </embed>
                </object>

  • Need help with flash player / slider bar navigation

    Hello, I am having a flash player developed right now for a
    intensive video site.
    I have a few questions since I'm new to flash.
    I would like the users to be able to jump forward in the
    video at any point. However, the player my developer gave me cannot
    do this. He is telling me that I will need FMS (Flash Media Server)
    software on my server in order to do this.
    Is this correct? Can we get this option without FMS?
    Also, is this a big change in scope to add this in. Our flash
    player is already done but does not have this very important
    feature.
    Thanks in advance.

    There are two methods to having this work.
    1. Use the FMS as your developer already stated.
    2. Keyframe the heck out of the FLV. This works because the
    typical player skin allows you to skip around to a keyframe. The
    more keyframes you have, the more places you can skip around to.
    The downside is that each keyframe you add to the video adds file
    size. You may also need to set the totalTime parameter of the video
    on load.
    :: EDIT ::
    You ask about implementation and scope changes in your
    question. The first is a very big scope change, and very costly to
    implement. The second, if the player that was developed uses the
    standard classes for the player scrub bar, would likely only
    require a re-encode of every video.

  • Need help with Flash player and Tiger

    Updated flash software on my iMac. Installed 9 for Power PC but it is not working. I went back and got the software to uninstall (which I did) to try again and still nothing.
    Is there something that I can do to reset or completely erase Flash 9 so I can install a completely clean version to make this work?
    Pls help - getting very frustrated

    Here is the link to download the un-install software from Adobe...
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157

  • Need help with Flash CS4 buttons/can't get buttons to control anything

    Hello,
    I need help with Flash CS4. I am making a banner with an animation (Image change into movie clip "3D Spiral") and added buttons but I cannot get the buttons to control the animation. Please help I am frustrated! If someone could help I would be most appreciated.

    Thank you.
    Regards,
    Michael J. Sheehan  allelois
    Date: Mon, 17 Aug 2009 18:48:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need help with Flash CS4 buttons/can't get buttons to control anything
    Hi there
    I'm not sure how you wound up where you did. But you wound up in the Adobe Captivate forums. Please stand by as I move your thread to the Flash forums.
    Cheers... Rick
    >

  • Need help Installing Flash player 10.3 for firefox. It stops at 50%

    So I have Windows Vista Basic Home, I tried updating my Flash version in firefox because it was out of date, but everytime it start downloading it , then I get the a message that says "Error " Appliation in use."  I uninstalled it and followed all the suggestions on the websites nothing is working. I even  uninstall google chrome thinking it was the problem but I'm still having that problem so I really don't know what to do because now the only place Flash player is installed seems to be Google chrome that I had to redoawload, but everywhere else tells me that I need to install it.

    RE-RE-RE REPITO, NO ENTIENDO NADA DE INGLES, PARA ESTE IDIOMA SOY COMPLETAMENTE NULA, POR FAVOR TODOS LOS MENSAJES, NOTAS, ECT., MANDEN EN ESPAÑOL.
    Date: Thu, 29 Sep 2011 15:13:29 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need help Installing Flash player 10.3 for firefox. It stops at 50%
        Re: Need help Installing Flash player 10.3 for firefox. It stops at 50%
        created by Kpiebo in Installing Flash Player - View the full discussion
    I have been at it since yesterday and it's still not working.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3945878#3945878
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3945878#3945878. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Installing Flash Player by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Adobe flash player will not load and run.  Uninstalled and reinstalled with no change.

    Adobe flash player will not load.  Uninstalled and reinstalled with no change. 

    Adobe’s advice regarding Flash Player 13:
    http://forums.adobe.com/message/6288659

  • Flash Player still not loading! Help!!

    Hi.  My Adobe Flash Player is not loading. I've upgraded it and each time I do, I still get "You need to upgrade your Adobe Flash Player". I've not been able to watch any videos or play games for almost 1 week now. I'm using IE9/Win. 7.  I recently got an iPad and had to download Safari. Could this be the culprit? No one else I know has had this same problem w/Safari. Thanks.

    My problem was downloading the flash player. It just would not load.  I'm using IE9 and Win 7 32-bit. It took a week, but it's working now. Thanks.

Maybe you are looking for

  • I have a iphone 3gs and its not activating. i have tried it on both my phone and itunes and neither are working. Any suggestions

    I have tried to acrivate my phone both on itunes and on my phone. Im not surwe what to do anymore? the message it says to me on my phone is "Your iphone could not be activated because the activation server is temporarily unavailable. Try connecting y

  • Iweb &  photo viewers

    Hi I have built a website using iweb 08, its only a start...( http://www.wildlifeinpix.com ) I have not uploaded many photo's yet but watch this space!! I have looked at other photography sites and I quite like some of the photo viewers that I see us

  • AGO Function doesn't use full previous period

    Hi, I am using ago function in obiee 11.1.1.6. If my current period is April, AGO (quantity, MONTH, 1) only returns the data from 1 to 30th of March and not the full month. Seems it's trying to match the number of days in the current month and uses t

  • Error while reading access data (URL, user, password) for the Adapter Engin

    Hi all, I encountered a red flag in sxmb_moni and when I click on the flag, I get the following message: Error while reading access data (URL, user, password) for the Adapter Engine Is there any way I can resolve this? thanks all Regards, IX

  • Include PDF page number in barcode.

    Hello, I am new to adobe acrobat XI pro and developing forms and have a question about barcode generation. I have a task to create a barcode using the 3 of 9 format on a multi page document. The barcode is made up some information describing the form