I am working on a site that creates dynamic ePub ebooks specifically for iPad, via iBooks.
It needs to support youtube video playback, so I am using the html5 <video> tag which is working, when I know the direct path to the video.
Is there a way to embed a youtube video using the html5 <video> tag, as opposed to using the youtube embed code?
Youtube’s HTML5 embed code seems to work ok natively with iBooks on the iPad, without the need for
<video>tags.