Your problem is that the mp4 file has its metadata at the end of the file which means flowplayer needs to download the whole thing before it can start playing.
Run the encoded mp4 through MP4Box which will put the metadata at the start of the file instead of the end and allow it to be played with only a little buffering.
|