Is it currently possible to inline a video file in the html export? Right, now I only get a link, while what I would like to have is:

<video src="myvideo.ogv" poster="myvideo.png" loop=1 preload="auto" controls>
Sorry, no video in this browser.
</video>

Thanks,
Dov