Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Movie not loaded
  • Hello!!

    I am using the Uploadify. In localhsot, works perfectly. But on the server hosting does not work, returns: Movie Not Loaded.

    Anybody can help me?

    Best Regards

    Rodolfo
    Brazil
  • This link has a test page:

    http://www.batistas-pe.org.br/admin/galeria/teste.php

    The uploader.swf file is in the same directory (http://www.batistas-pe.org.br/admin/gal ... loader.swf)
    And in Localhost webserver works perfectly

    But in remote serve doesn´t work.
  • It appears you have modified the uploadify flash file. Is this true? Why didn't you just use it unmodified and set the text with the buttonText option. Modifying the flash file means I can't help.
  • Hi Travis Nickels,

    Yes, I only modified the text of the button.
    I returned the original version of uploader.swf, but continues with the same problem, now you can help me?

    This link has a test page:
    http://www.batistas-pe.org.br/admin/galeria/teste.php
  • Hello Travis,

    Now In My Server Linux With Apache don't work:
    http://www.batistas-pe.org.br/admin/js/ ... /demo.html

    But Windows Server, the uploader.swf work:
    http://www.ibebv.org.br/uploadify/demo.html

    The problem May be the permission? What you think?
    Permission actualy is: 755 for directories and files

    Best Regards.
  • This is strange. It's definately not permissions. I run all of my uploadify on Linux Servers, without a problem.

    In safari your unix server is outputting mime errors:
    Resource interpreted as other but transferred with MIME type text/html. for uploader.swf
    and
    Resource interpreted as other but transferred with MIME type application/x-javascript. for jquery.uploadify.js

    These errors are not appearing on your windows server

    From this it's reasonably safe to assume the mime settings on the Linux server have not been set correctly. Both for js and swf files. Check out this URL http://www.flashcentral.com/Tech/Server/Index.htm. This is something you should talk to your web host about.

    There is also this TechNote on adobes website http://kb2.adobe.com/cps/415/tn_4151.html

    I don't believe these are your issue and more a "grab at straws".
    moving the ready() into the head rather than the body?
    don't use a '.' in your folder path
    comment out scriptAccess parameter
  • I get 404 error if i try to access here http://www.batistas-pe.org.br/admin/gal ... loader.swf
    Make sure you uploaded correctly the swf on the server!
  • Travis,

    I don't Know what was the problem, but when I changed this option:

    'folder':'../images/galeria',

    to
    'folder':'',

    or
    'folder':'images/galeria',


    The uplaoder worked normally.
  • Still strange, using the ../ works fine on my servers. It'll be interesting if anyone else experiences the same problem.
  • Hi

    I have the same problem. Localhost working fine. But not in server. Prograssbar Load 100% after that checking folder nothing in the folder.

    Plz help me here.

    Thanks
  • BUMP

    I got this error too.

    On localhost or 127.0.0.1 DOES not work, while on remote server it works..

    When you right click on the button it says "Movie not loaded..." while on remote server it gives the normal flash menu. So what's the detail? there must be an error in the swf file or something, also if i access the file directly:

    ..remosthost/swf/uploadify.swf?preventswfcaching=1315664630220 it works fine,

    but when is local it does not it still says movie not loaded even if I access the swf directly..
  • For these still facing this issue, you are gonna love me for this,

    make sure to upload the files in binary mode!!. This fixed the issue for me.

    If you are copying with apache ant, could also produce this issue, so you might want to copy the file directly, or upload in binary. This should get you going :), Took me too long to figure this out!.