So I am trying to use an MP4 video with H.264 encoding with JW Player but am not having much luck. When I attempt to load the video, I get the following error:
Video not found or access denied: jorik-dozy.mp4
You can view my page here:
gnomonschool.com/student_work/reels/modal-reels/jorik-dozy.html
This is a direct link to the MP4:
gnomonschool.com/student_work/reels/modal-reels/jorik-dozy.mp4
If I use an FLV the video plays fine. I've tried exporting the MP4 from Handbrake, MPEG Streamclip and Quicktime Pro, but none of them have worked. As far as I can tell, everything is in order and should be working. It's starting to drive me nuts, thanks for any help!

Oh geeze, I think I just found the solution. I tried using a full path directly to my mp4 file (starting with http://www...) and now the video works. Before I linked straight to the file relative to the HTML page the player is embedded on, as the HTML page and MP4 are in the same directory.
I really have no idea why using the full URL works. It's really unclear exactly how the player determines the path to the video file. I even read in another thread that the file type affects how the path is determined, which makes no sense at all to me.