Movie Not Loaded. (Flash Movie)

when i visit a particular site to watch flash movie, i get a message saying : "Movie Not Loaded" But when i check the same site on IE or Google Chrome, the movie loads.
This issue started after i updated to the latest Firefox 4.0.1. I had also updated the flash plugins but still the same problem.

I had the same problem. I tried all the solutions above from cor-el without any luck.
But after clearing offline storage, youtube started working again.
Tool -> Options -> Advanced -> Network -> Clean Now (under Offline Storage)

Similar Messages

  • Adobe Flash Player Problem: "Movie Not Loaded"

    new user to mac.
    i'm getting more and more frustrated with this computer.
    what's bugging me the most right now is
    i am unable to view videos on certain websites.
    rather than showing the content,
    a white box appears.
    when i right click on the white box,
    it says "movie not loaded" (in gray) and adobe flash player 9 (in black).
    i can't click on the gray line.
    when i click on the black line, it brings me to the adobe website and tells me adobe flash player 9 has been successfully installed.
    i am fairly sure this has nothing to do with heavy traffic.
    any insights on how to resolve this issue?
    cheers.

    Adobe Flash Player Problem
    http://www.adobeforums.com

  • Flash player shows "Movie not loaded" on Firefox 7; would 32 bit version or mode solve?

    Flash Player 11.0.1.152 is loaded on my machine. Firefox 7.0.1 is my browser. Running Windows 7 Home Premium. Flash content which worked before now does not. When I visit Flash enabled sites, the display area for the Flash content remains blank. When I right click in the display are, I get the "Movie not loaded" message. I have seen suggestions that the current Flash version does not work in 64 bit browsers. Is a 32 bit version of Firefox 7 available or is there a way to run it in 32 bit mode? Does it sound likely that this would resolve the issue?

    This computer has two different versions of Flash Player for Internet Explorer and two different versions of Flash Player for other browsers.
    A clean install is recommended: 
    Windows
    Download the current 32 bit uninstaller    Uninstaller for 32 bit Operating Systems
    Close all browser windows and run the uninstaller 
    Restart Windows 
    Delete all remaining files and folders located in the following directories. (tip: copy and paste these paths into the path bar in an Explorer window) 
    C:\Windows\System32\Macromed\Flas 
    %appdata%\Adobe\Flash Player 
    %appdata%\Macromedia\Flash Player
    Verify that the file “FlashPlayerCPLApp.cpl” in C:\Window\system32\ for 32 bit systems has been deleted.
    Download the following installer files:
    32 bit Flash Player for ActiveX (Internet Explorer)
    32 bit Flash Player Plug-in (All other browsers)
    Physically disconnect from the Internet and run the installers.

  • 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>

  • Error Msg: Flash Movie not Loaded

    Hi,
    For some reason my flash movie will not load. I right click
    it and I see the following
    "Movie not loaded" it is greyed out. I can run this same .swf
    file from my local hard drive, but when I try to view it from
    http://localhost/mysite/header.swf,
    it does not work. I am using Windows XP Home edition which uses IIS
    5.1
    The HTML page I am running and the .swf file are in the same
    directory so its not a path issue.
    Here is the code:
    <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','487','height','308','src','header','quality','high','pluginspage','http://www.adobe.c om/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','header'
    ); //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="487" height="308">
    <param name="movie" value="header.swf">
    <param name="quality" value="high">
    <embed src="header.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="487"
    height="308"></embed>
    </object></noscript>

    Hi,
    Its quite strange, after further testing, the code works just
    fine at my hosting company, but when I run it locally, the flash
    movie does not load.
    I am running XP Home with IIS 5.1 I believe. I am not sure
    why this is happening.
    Any help appreciated?
    -Westside

  • 'movie not loaded' message appears if you right click on a non playing Flash image. Why? Using 3.6.10 and Flash 10.1. 82.76

    When trying to view a Flash image a blank blue square appears . If you right click on the blue square it show the message 'Movie not loaded'.

    Does that happen with all Flash object or only on that specific page?
    It is possible that there is a problem with the code or that hotlink protection via the referrer is used.
    Can you post a link?

  • "movie not loaded" problem Flash 11.1.102.55 (IE9 32&64 & Chrome) on all websites

    I have not been able to get the Flash Player 11.1.102.55 working under Windows7/64 on my desktop on any website including Adobe's.  I get a blank window, and when I R-click get the greyed msg "movie not loaded" and the ver number of Flash.   I have uninstalled it using 'uninstall_flash_player_64bit.exe' and cleaned the registry and installed it, over and over, cleared all browser history, cookies and cache.  Reinstalled browsers.  The only way I can sometimes get it to work is to change the URL to httpS instead of http.  This works on youtube and on adobe site, but not very many other sites as they wont reply to https.  Tried a older ver 10 of Flash, no difference.  I do not have this problem on my Windows7/64 laptop running through same network connection here at home.  Any ideas would be much appreciated!  I have been fighting this problem for many weeks....

    My Problem is the following:
    A flash animation with Firefox browser (16.0.1 currently latest version-1) , Flash version 11.4.402.287 (currently latest version) shows a flash animation using XML data to display points on a map as a black (my colleague gets a white) rectangle and a "movie not loaded" message with RMB.
    Other Collegues with Firefox 11.0 and Flash 11.2.202.235 have no problem, the site is working as it should (and has been working for now several years).
    Further testing with Safari, Chrome and ie did work as expected. What is more notable is that Safari is also using Flash version 11.4.402.287.
    OS: Windows 7 64 bit.
    The site (for those who want look at the Flash application): http://www.paulwurth.com/en/The-Group/International-Presence
    At the home page of the site (www.paulwurth.com) we display a simple straight forward flash animation without whistles and bells and that one is working.
    Screenshot:
    Suggestions are welcome!
    Lucien.

  • Blank, white screen: "movie not loaded".

    Forgive the use of emoticons, but I am really annoyed
    about this new update.
    Is everyone else right clicking previously-working Flash
    streams/web content only to find "Movie not loaded" appearing?
    Or is it just me?
    What am I doing wrong - today I went to update Flash as it
    kept nagging at me to do so. Biggest mistake of my life.
    It seemed to install fine; I got the screen with the red F
    icon and the green and white bar moving, then it loaded and I got
    to the page where I was meant to see a confirmation message. But
    nothing, just a blank white space.
    I've tried to reinstall, I've tried SubInACL method with the
    cmd script, I've tried to change ActiveX options as Adobe advised,
    I've right clicked and changed user permissions and I have been
    through the Adobe troubleshooting article.
    Is there another method? I'm tearing my hair out - this
    morning everything worked fine, and now all my internet
    entertainment is not working!
    I'm using Vista Home Basic....if there are any other ideas
    please do post them!

    Did you ever find a solution for this? I am experienceing the
    same issue.

  • Movie not loaded on Win 7 - 64bit

    Hi all,
    this question is in a similar thread as this:
    http://forums.adobe.com/message/4184624
    However i have been unable to resolve this issue as the previous poster was.
    i have completed 3 separate OS installs of windows 7 (2-64bit installs and 1-32bit install).  However i have been unable to resolve my flash problems.  Here is the details:
    System:
    -AMD x2 athlon
    -Asus m2-a vm motherboard
    -6gb ddr2 ram
    -realtek 1gb nic
    -xfx nvidia 9600gt
    - windows 7
    -IE 8/9 attempted
    -Chrome attempted
    I have so far been unable to get the flash player to load at all.  I have tried to load the offline installer as admin user context, and no luck [when i say load i mean the flash player itself, installation of flash has succeeded everytime without issues as have uninstallations.] .  I have tried older installers with no luck.  i have also tried different browsers.  not one combination has worked.  I've tried clearing settings on the local 32-bit control panel.  However I can't disable the hardware rendering because of the fact it never loads the applet on any of the status pages for me to access.
    At current, i have reloaded windows 7 64-bit and am looking for a more in depth answer to see if any ini files or reg settings exist for setting these to software only rendering.  However I am not entirely convinced that this is the problem.  I think the problem maybe more related to the player specifically not loading the movies or not even properly running the appropriate installed dll`s.
    Before you ask, latest nvidia drivers loaded and flash is enabled in add-ons as many of the others have suggested.  Please help, this has eaten up a week of my mind now.
    Also should note all MS important patches are installed as of 4/8/2012 - and Service Pack 1 is installed on Windows.  I've also just completed installing IE 9 on this fresh build of windows 7 64-bit.  I've also installed Chrome, this morning and it also received the error "movie not loaded".  I'm also using the latest version of 64-bit FLASH (11.x.x.x.x) version that was downloaded this morning. 
    So I'm now at a stopping point.  I cannot use Amazon at all, or Youtube.  It appears to load the plugin on some level as I can see the youtube videobox in black and then when I try to right click, it shows "About Adobe Flash 11.xx.x.x.x" or "Movie not loaded"... Thanks again for any assistance you can provide on this.
    Update:
    After much looking on the forums, I'm now attempting to verify with another functional PC that the actual files are present.  I've found that the following files are present on the working system:
    The system having the problems appears to be missing alot of these files.  The OCX is the only file present.  I'm going to see if I can verify what happened here.  So hopefully this won't recur.  However it looks like there maybe an issue with the installer at this time.  I can't imagine how thougth when I've tried downloading the full offline installation version.

    This computer has two different versions of Flash Player for Internet Explorer and two different versions of Flash Player for other browsers.
    A clean install is recommended: 
    Windows
    Download the current 32 bit uninstaller    Uninstaller for 32 bit Operating Systems
    Close all browser windows and run the uninstaller 
    Restart Windows 
    Delete all remaining files and folders located in the following directories. (tip: copy and paste these paths into the path bar in an Explorer window) 
    C:\Windows\System32\Macromed\Flas 
    %appdata%\Adobe\Flash Player 
    %appdata%\Macromedia\Flash Player
    Verify that the file “FlashPlayerCPLApp.cpl” in C:\Window\system32\ for 32 bit systems has been deleted.
    Download the following installer files:
    32 bit Flash Player for ActiveX (Internet Explorer)
    32 bit Flash Player Plug-in (All other browsers)
    Physically disconnect from the Internet and run the installers.

  • Movie Not Loaded Error In Firefox

    Good day
    When I try and view a video in Firefox on YouTube or other sites, right clicking the video gives me a "movie not loaded..." error and the video does not load. Examples include videos from You Tube and Digg video.
    My Specs:
    - Firefox version 28.0
    - Flash version 13.0.0.182
    - OS Windows 7
    Particularities:
    - When I change the YouTube link to https, then the You Tube video works (still does not work on Digg)
    - The videos seem to work using Internet Explorer
    - When I disable Flash addon from Firefox, then the video works
    What I have Done:
    - I have reinstalled Firefox
    - I have done a complete uninstall and done a clean install of Fash per the instructions from Adobe site
    - I have cleared the Flash cache/files
    - I have cleared Firefox cache
    - I have changed the Flash settings increasing memory size by right clicking
    - I have restarted Firefox in safe mode
    None of these solutions have worked for me. Any assistance would be greatly appreciated.
    Thank you.

    Did you try a new profile?
    *http://kb.mozillazine.org/Profile_Manager
    Also make sure that your security (anti-virus) software isn't blocking this content or otherwise interfering.
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • "Movie not loaded..." swf error on html

    Hi everybody!
    I have a problem when i export a swf and html in flash, because when i upload it to my server and try it online i get the message "Movie not loaded..." when i click in a blank window where it should have played.
    In the activity window i can see that everything is loaded (such as the AC_RunActiveContent.js file) and i know that my server is configured to swf and flv in MIME types.
    The website is http://www.dscdesign.org/flash.html
    and the html code is as follows:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>flash</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '900',
    'height', '600',
    'src', 'flash',
    'quality', 'high',
    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'false',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'flash',
    'bgcolor', '#ffffff',
    'name', 'flash',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'flash',
    'salign', ''
    ); //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,0,0" width="900" height="600" id="flash" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="flash.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />     <embed src="flash.swf" loop="false" quality="high" bgcolor="#ffffff" width="900" height="600" name="flash" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript>
    </body>
    </html>
    appreciate your help

    Thank you for the really quick answer
    When it opens the menu buttons should appear immediately such as small animation in loop and the file should load fast because is less than 400Kb.
    Well, the swf loads images and texts from xml files and also some tween animations in a folder. It seems everything is uploaded with the right path (i´m going to confirm that some more times).
    But also the site index with an .flv animation and 2 flash buttons without any external linkage isn´t appearing at http://www.dscdesign.org/

  • Help: White Box "movie not loaded" in banner ad using AC_RunActiveContent.js

    I am having trouble with a banner ad displaying all white when I try to insert the code into my website.
    I get a white box and when you right click it says "movie not loaded"
    I am using the AC_RunActiveContent.js file
    Here is the HTML code.
    Any help is greatly appreciated.
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>728x90</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="http://www.dewalt.com/dwassets/other/flash/mundial/AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '728',
                'height', '90',
                'src', '728x90',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'window',
                'devicefont', 'false',
                'id', '728x90',
                'bgcolor', '#ffffff',
                'name', '728x90',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', '728x90',
                'salign', ''
                ); //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=8,0,0,0" width="728" height="90" id="728x90" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" quality="high" bgcolor="#ffffff" width="728" height="90" name="728x90" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>

    Both of the files (js and swf) appear to exist where your code has them.  Does the html page live in the same folder as the swf?

  • Movie not loading since player 10 update

    I have a client that with a flash website that we did not create but that we are hosting, so we do not have the source files. Since updating to flash player 10, the swf file load screen appears, but then I get a black box and it says "Movie Not Loaded". I assume it's trying to call an external .flv file, but since I don't have the source files I'm not positive. The site still works fine on browsers with Flash Player 9. Any suggestions?
    Here is the URL - http://www.footsaver.us
    Thank you!

    Hi, I would start a thread in the Flex or Action Script forums to receive better help. A list of the Adobe Forums are here under
    Select Forum  http://forums.adobe.com/index.jspa
    The Flash Player is a browser plugin, not a standalone Player.
    Hope that helps.
    Thanks,
    eidnolb

  • Dw Templates - .dwt.php & Movie not loaded

    Hi,
    I'm in the middle of converting an existing website to .dwt for use with Contribute. All is going well, I have my editable regions working and my templates folder in the correct place.
    I've run into a few problems, the primary one being Flash.
    Dw is saving the templates as filename.dwt.php. They do function as you'd expect .dwt to function, but I can't find a reason for it doing this. Is this because they need to be .php files themselves to correctly use the code, or is this a setting I have somewhere? I've searched but I can't see details on this. Will this cause problems?
    Dw would connect to the root domain, but not to the host directory (not the first time it has happened, I swear it doesn't like me). I've double checked permissions and logins, but it keeps throwing a permissions/directory doesn't exist error. This is not a problem as such as I can browse to it from the root, but I thought it may have some impact on the following problem. It is definitely affecting the check in/check out functionality, but for setup this is tolerable. If anyone knows reasons why or how to fix it, I'd love to know.
    I had the files running on a local WAMP server. The template is *perfect*, exactly what I want the page/s based on it to look like. (Dw does throw a notification about placing editable regions inside a block level element and that meaning that users cannot create new blocks, which is fine by me, but might have some bearing?). In uneditable regions of the template there are two separate .swf files. When I view the template page, the files are visible and play as they are supposed to. When I view the page created from this template on the WAMP server, these areas collapse. When I view this page on the live test server, the areas are the correct size, but the movies do not play. A right click shows a greyed out notification of "movie not loaded". The page source shows that the links are relative and pointing to the correct place. The spry assets on the same page do load, all the other links work (relative), and I have checked that the .swf files are indeed on the server, working, and in the correct location. What could be causing the template-based page to malfunction like this? Am I missing something simple?
    Any help with this would be greatly appreciated. This is my first time converting to templates and trying to get a site ready for Contribute and I would like to get a better understanding of why it is doing what it is doing. I've been going around in circles for hours and could really use a couple more heads on the matter.
    Cheers,
    Abbey

    Hi Bob.
    Yes, I am 100% sure; have just checked again. I cannot even
    get it to work
    on my local machine.
    Where alse can I start looking for?
    I am really desperate.
    Regards,
    Deon
    "Bob Pierce" <[email protected]> wrote in
    news:fulj1k$9t5$1
    @forums.macromedia.com:
    > Are you sure that the .swf was uploaded to your server?
    >

Maybe you are looking for