I\'m using Video.js to play back videos in MP4 format on a client\'s website.
The player uses html5 video and Adobe Flash Player as a fallback.
(In my case it seems to use Flash
The preload attribute informs the browser whether or not the video data should begin downloading as soon as the video tag is loaded. The options are auto, metadata, and none.