Video - HTML5
hi
i'm doing a folio, and is one of articles in html5, the article contains videos.
in version 22 videos in html5 with vertical orientation, is in full screen when turn the tablet horizontally. i did and am testing but when i turn the ipad in horizontal video not turn. someone is having this problem?
does know the solution?
thank you
here's info using html videos in v22:
allowing videos in html articles behave full-screen video overlays
when create single-orientation html article embedded video, rotating device can cause video rotate well. in addition, when video finished playing, in-app browser playing video can dismissed. enable behavior, use “videofile://” in html video link.
- standard video behavior
- with example, video plays within in-app browser , not rotate in single-orientation folio.
<a href="../htmlresources/videos/video.mp4"></a>
- enhanced video behavior
- with example, video rotates in single-orientation folio , returns article when video finishes.
<a href="videofile://../htmlresources/videos/video.mp4"></a>
- javascript
- you can trigger behavior via javascript using playfullscreenvideo function on window object.
<a onclick="window.playfullscreenvideo('../htmlresources/videos/video.mp4');"></a> - streaming video
- this example plays streaming video.
<a href="videohttp://www.mysite.com/video.mp4"></a>
More discussions in Digital Publishing Suite
adobe
Comments
Post a Comment