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