Hi
I'm doing a Folio, and is one of the articles in HTML5, the article contains videos.
In version 22 videos in HTML5 with vertical orientation, is in full screen when you turn the tablet horizontally. I did and am testing but when I turn the iPad in horizontal the video not turn. Someone is also having this problem?
Does anyone know the solution?
Thank you
Here's some info about using HTML videos in v22:
When you create a single-orientation HTML article with an embedded video, rotating the device can cause the video to rotate as well. In addition, when the video is finished playing, the in-app browser playing the video can be dismissed. To enable this behavior, use a “videofile://” in your HTML video link.
<a href="../HTMLResources/videos/video.mp4"></a>
<a href="videofile://../HTMLResources/videos/video.mp4"></a>
<a onclick="window.playFullscreenVideo('../HTMLResources/videos/video.mp4');"></a><a href="videohttp://www.mysite.com/video.mp4"></a>
Hi Bob,
What I can not understand how this is going to be in code, as in to put HTML5 video would look like this:
<video width="406" height="224" controls="controls">
<source src="Links/video.mp4" type="video/mp4" />
</ video>
How do I put the code
<a href="videofile://../HTMLResources/videos/video.mp4"> </ a>
HTML5. This is my biggest trouble, you know?
Thanks for the answer
Hi Bob,
I'm doing the test without publication by InDesign >> view the Ipad.
I created folders for the folio the video is inside folder. Article 3 Links >>
Will's a problem because it is not published?
or something in the code because the moment is so
<video width="300" height="300" controls>
<source src="file:Links/video.mp4" type="video/mp4">
</ video>
I still can not understand where to put the link you gave me <a ...>
North America
Europe, Middle East and Africa
Asia Pacific