Skip navigation
Currently Being Moderated

Video - HTML5

Aug 23, 2012 11:34 AM

Tags: #dps #articles #html5 #digital_publishing_suite

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

 
Replies
  • Bob Bringhurst
    3,497 posts
    May 29, 2007
    Currently Being Moderated
    Aug 23, 2012 1:26 PM   in reply to Diircee

    Here's some info about using HTML videos in v22:

     

    Allowing videos in HTML articles to behave like full-screen video overlays

    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.

    Standard video behavior 
    With this example, the video plays within an in-app browser and does not rotate in a single-orientation folio.
    <a href="../HTMLResources/videos/video.mp4"></a>

     

    Enhanced video behavior 
    With this example, the video rotates properly in a single-orientation folio and returns to the article when the video finishes.
    <a href="videofile://../HTMLResources/videos/video.mp4"></a>

     

    JavaScript 
    You can also trigger this behavior via JavaScript using the playFullscreenVideo function on the window object.

     

    <a onclick="window.playFullscreenVideo('../HTMLResources/videos/video.mp4');"></a>
    Streaming video 
    This example plays a streaming video.
    <a href="videohttp://www.mysite.com/video.mp4"></a>

     

     
    |
    Mark as:
  • Bob Bringhurst
    3,497 posts
    May 29, 2007
    Currently Being Moderated
    Aug 24, 2012 7:16 AM   in reply to Diircee

    Did you add your video.mp4 file to a videos subfolder and then import the HTMLReaources.zip file?

     
    |
    Mark as:
  • Bob Bringhurst
    3,497 posts
    May 29, 2007
    Currently Being Moderated
    Aug 24, 2012 7:27 AM   in reply to Diircee

    I'll get back to you later today.

     
    |
    Mark as:
  • Bob Bringhurst
    3,497 posts
    May 29, 2007
    Currently Being Moderated
    Aug 24, 2012 11:20 AM   in reply to Diircee

    Please see my response to the other thread. You're trying to create this rotation effect with an inline video, which isn't supported.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points