[O] Embedded video in html-export

2014-10-13 Thread Dov Grobgeld
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


Re: [O] Embedded video in html-export

2014-10-13 Thread Eric Abrahamsen
Dov Grobgeld dov.grobg...@gmail.com writes:

 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

Yup, you need to export as html5, and set the html5-fancy option to
true. See the manual:

(org) HTML doctypes




Re: [O] Embedded video in html-export

2014-10-13 Thread Dov Grobgeld
Thanks! Works great!


On Mon, Oct 13, 2014 at 11:05 AM, Eric Abrahamsen e...@ericabrahamsen.net
wrote:

 Dov Grobgeld dov.grobg...@gmail.com writes:

  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

 Yup, you need to export as html5, and set the html5-fancy option to
 true. See the manual:

 (org) HTML doctypes