Problem: I need to load and play an .mp4 video in my .swf, and it works fine when testing on my local flash player, but when I upload the files to my web server the video no longer plays.

Not the problem: The problem is not the file path. Everything is in one folder, and I've run tests to make sure that the .swf finds the .mp4.

Things I've Tried: I've tried loading the .mp4 using the FLVPlayback class as well as with GreenSock's VideoLoader class from their LoaderMax library. In both cases the video IS found, but it either is not loaded or doesn't play correctly because all I get is a black rectangle where the video should be playing.

I've been working on this for a couple days and haven't made any progress. I would really appreciate any help or leads that anyone can offer me. Thanks in advance.

-Evan