Quicktime Movies not loading in Safari but do load in Firefox

When I load a page in SAFARI with a quick time movie on it, it shows the quicktime symbol with a question mark over it. I have not updated these pages in a long while and i know they were loading at one point.
They ARE loading in FIREFOX
Any Ideas?

Great movie. It's actually 480x360, so I exaggerated, but it raises the question, why not display it in that size.
To make it more appealing for the visitors, I suggest you split up the 50 or so scenes in manageable sizes. Unless they have a Terrabit Internet connection.
Here are some sample pages for the necessary inspiration:
http://www.wyodor.net/iFrame/
Or [this one|http://www.wyodor.net/Tutorials/ImageWidget/ClickMovie.html] (it requires some in-depth knowlegde of iWeb.)

Similar Messages

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

  • Why are my Quicktime movies not loading on my website?

    I am having trouble viewing the Quicktime movies that I embedded on my website (www.karenychan.com).
    I never had this problem until I upgraded to Firefox 4.
    The videos would sometimes load, and sometimes the page would be blank with no indication whether or not it is in the process of loading. This is a huge problem when someone comes to my website and sees nothing. The only way to load the videos is to hit refresh, but viewers won't know to do that.
    Please go through the videos here:
    http://www.karenychan.com/video_open_close.html
    and here:
    http://www.karenychan.com/installation_1.html
    Click through all the pages and you'll see the problem happens randomly.
    Is there a problem with my HTML code?
    Need help quickly!
    Thanks,
    Karen

    You might have some sort of a trial version of Flip4Mac on your computer... I seem to remember that the old demo only let you export 20 seconds...
    But my memory is fading in later years.
    What are you using to export to wmf - Quicktime alone won't do it...
    CaptM

  • Servlet streaming video to client, problem with Movie not loaded.

    Ok, I am sorry if this question is beyond the scope of Servlets/Java or J2EE but I figured it was worth a shot:
    I have two servlets, one is a very simple class consisting of a doGet which just calls doPost and the doPost which just plucks out a single parameter from the request and prints out some HTML. Here is the code:
         public void doPost(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException {
              String videoDir = request.getParameter("directoryofvideo");
              response.setContentType("text/html");
              PrintWriter out = response.getWriter();
              if (videoDir==null||videoDir.equals("")||!new File(videoDir).exists()) {
                   out.println("<script type=\"text/javascript\">alert(\"There was an error locating the selected videos\");</script>");
                   //return;
              out.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
              out.println("<HTML>");
              out.println("  <HEAD><TITLE>A Servlet</TITLE></HEAD>");
              out.println("  <BODY>");*/
              out.println("   <object id=\"player1\" width=\"480\" height=\"360\" data=\"/MyApp/serveUploadedFile?url=//ns20/data3/Video/player_flv_maxi.swf\" type=\"application/x-shockwave-flash\">");
              out.println("    <param value=\"/MyApp/serveUploadedFile?url=//ns20/data3/Video/player_flv_maxi.swf\" name=\"movie\"/>");
              out.println("    <param value=\"true\" name=\"allowFullScreen\"/>");
              out.println("    <param value=\"configxml=/MyApp/serveUploadedFile?url=//ns20/data3/Video/1.xml\" name=\"FlashVars\"/>");
              out.println("   </object>");
              out.println("  </BODY>");
              out.println("</HTML>");
              out.flush();
              out.close();
         }In case that is hard to read, the HTML printed is this:
       <object id="player1" width="480" height="360" data="/MyApp/serveUploadedFile?url=//ns20/data3/Video/player_flv_maxi.swf" type="application/x-shockwave-flash">
        <param value="/MyApp/serveUploadedFile?url=//ns20/data3/Video/player_flv_maxi.swf" name="movie"/>
        <param value="true" name="allowFullScreen"/>
        <param value="configxml=/MyApp/serveUploadedFile?url=//ns20/data3/Video/1.xml" name="FlashVars"/>
       </object>The second servlet, appropriately named: serveUploadedFile, reads in from the file off the file system and streams the data back to the client and I know it works because I can hit /MyApp/serveUploadedFile?url=//ns20/data3/Video/player_flv_maxi.swf and get the swf player but if you'd like to see the code I can copy and paste that in here as well.
    The problem is by page loads blank, all the html is written but in firebug the only thing actually downloaded to the client is the first swf player, and if I right click in the window it says "Movie Not Loaded" on Firefox, IE and Safari. I have a working example of a video that is hosted on our NAS with the exact same HTML (which is where I got that from) except the swf and xml files appear as just their names because they are in the same directory as the index.html.
    Any ideas?
    Thank you so much in advance.

    Also, I realize the parameter is not being used here that is because in order to eliminate possibilities of the problem I hard coded the path into the println statements and I am sure the path and all the files exist as well ;)

  • A URL will not load in Firefox (it does nothing) but will load in Safari; some other URLs also have a similar problem.

    In Safari with the above website, I cannot "View Source". Also, I have the same problem viewing images of patents at the USPTO, again probably a similar problem. Perhaps the web address isn't HTML but is an image format not supported by Firefox. Perhaps there is a plug-in or add-on that will be able to read the image, but should probably be included in the main Firefox release since it seems to be fairly common.

    A twitter widget on my website will not load in firefox but will load in every other browser I've tried. I have tried several versions of firefox. Here is the code I am trying to run:
    <code>
    new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 5,
    interval: 6000,
    width: 'auto',
    height: 265,
    theme: {
    shell: {
    background: '#333333',
    color: '#ffffff'
    tweets: {
    background: '#000000',
    color: '#ffffff',
    links: '#4aed05'
    features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
    }).render().setUser('ShawnC4Real').start();
    </code>
    And the first thing I checked was that scripts were enabled.

  • "Movie not loaded" on web archive ???

    Hello to you all Apple/Mac lovers ,
    Here's my problem : I am currently on vacation and my grandma is connected to the internet but I am not. I so happen to want to play a certain flash game which is on a webpage, so I get on my grandma's computer, load the page, wait for the game to be fully loaded, save the page as a web archive, put the file on a USB drive then plug it in my own computer. When I open the file, the "movie is not loaded". I tried different USB drives, different websites that had the same game ... no way. I have the exact same Safari version as my grandma and same OS. Where is the problem ? Thanks in advance for your time and advice,
    #Charles

    Well it used to work last year. And I can't even play the game, since on the webpage at the spot where it should be there's a white square. Flash is actually running in this square but a right click makes the message pop up : movie not loaded. Moreover, the game is just one file and one file only, which happens to be located on this webpage but it could run on its own, the proof being that if I load the page then go offline it still works. Now moving it to another computer seems to be what causes the problem. I don't really care about how I get the game, I just want to play it on my computer.

  • "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..." 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/

  • 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

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

  • Movie not loaded... (IE Vista)

    Flash player was working great, until I installed Real
    Player. Now, Flash animations will not play when I am logged in as
    a non-admin user. It works fine when logged in as admin, but when I
    log out and then login as a user, no flash animations will load in
    IE. I ran the manual install for Firefox and animations load fine
    (both admin and user). But, IE seems to be having some serious
    problems.
    I tried the SubInACL thingy and it didn't fix anything.
    Any ideas?
    (I'm going to try to uninstall Real Player and see if that
    does anything... which really sucks because I want to keep Real
    Player).

    quote:
    Originally posted by:
    Darren McNally - Adobe
    quote:
    Originally posted by:
    jjanney
    Foo-ey... it worked after I uninstalled Real Player. Any idea
    how I could have Real Player AND Flash Player?
    BTW: The subject "Movie not loaded..." is the message I kept
    getting when I right-clicked on a blank Flash object.
    Hi jjanney,
    Please try the following with both Flash Player and Real
    Player installed:
    For Internet Explorer
    1. In Internet Explorer, click the Tools menu and highlight
    "Manage Add-ons"
    2. In the fly out menu, select "Enable or Disable Add-ons. .
    3. In the Add-ons window, select "RealPlayer Download and
    Record Plugin for Internet Explorer"
    4. Select "Disable" in the settings area at the bottom of
    the window.
    5. You may need to close and re-open the browser for the
    change to take effect.
    wow great.. it works for me.. i was even undergoing some same
    kind of problem from weeks.
    thanks adobe staff
    Bodybuilding |
    Directory Submissions |
    Creatine
    Supplements

  • Movie Not Loaded

    Good Afternoon!
    I have this issue on one Terminal Server that will not show
    any flash content for any user except me, even admins. All other
    TS's and workstations see the site perfectly. If you right mouse
    click you get a small menu that says "Movie Not Loaded...". I have
    run Adobe uninstall utility and also Microsoft's Subinacl utility.
    Sysinternals tools were also run, but i didnt see anything out of
    the ordinary.
    Has anyone seen this issue? Or better yet, know a resolution.

    Yeah
    i'm getting this problem too, but its got something to do
    with the way dreamweaver has inserted code to play the flash item
    onto the page, If i acces the file staright up its there and works
    online but as part of a template it just seems to come up with this
    error,
    As far as i know it could also be server realted ...
    let us know if there's a solution i'll do the same...

  • Blank swf - Movie not loaded

    When viewing a simple swf (1 chart, no data connections) in InfoView (or Dashboard Manager), i get a blank swf with the 'Click to activate and use this control...' screentip - but when i click the object it's still blank, Right-click gives me a (greyed out) 'Movie not loaded...' item and 'About Adobe Flash 9...'
    the swf works fine in XCelsius preview or when saved locally
    any ideas? cheers
    XCelsius 2008
    flash player version 9,0,124,0
    BOXI R2 SP1
    Internet Explorer 6 SP2

    Hi Mike, your update R2 SP2 Windows plattforms or SQL Server 2008?
    I'm  have the same problem!
    My Plattforms is
    Win Server 2008 R2 SP1 x64 STD
    SQL Server 2008 R2 x64 STD
    SB1 8.81 SL04
    Thanks!

Maybe you are looking for

  • Had anybody tried to boot camp Windows 10 on Mac mini (late 2012)?

    I know the support site clearly did not list windows 10. I wonder if any front runner or hobbyist had ever tried it. I am new to mac and need to use the mac to practice X code. I don't have the experience to experiment this boot camp (on windows 10)

  • How to install camera drivers in lenovo g560

    me from India, Hyderabad, i have recently taken Lenovo g560, instaled windows utlmate, but my camera drivers are not found automatically, how to installtem.

  • User data causing display problems?

    I had a user on an iBook whose display was completely washed out. The image was so white and there was so little detail that it was mostly unreadable. So, I did a fresh load of 10.4 onto an older Powerbook G4 that had no issues, and I used the Setup

  • How to make prices visible only to accounts

    Hi Guys, On the SBO e-commerce system how do we make the item prices only visible to B2B accounts? In other words the customer does not want any body to see their prices unless they are a B2B account and have logged in with their ID. Regards, philip

  • New i5 Mini w/Radeon - YouTube Performance is Terrible

    Can anyone explain why a brand new Mini would have issues with YouTube playback? Even non HD videos? Performance is terrible with stuttering and freezing. I also bought a MacBook Air with only 2GB of ram and the integrated Intel HD 3000. It plays the