Skip to main content
Known Participant
August 22, 2011
Answered

Why html5 could play h.264 video on ios but flash couldn't?

  • August 22, 2011
  • 1 reply
  • 488 views

It seems that html5 use local video player to play video, could flash do that?

This topic has been closed for replies.
Correct answer Colin Holgate

With a Flash app you can play H.264 using the native player, either by doing a navigateToURL() (which would open the video in the native player, and come back to you when it's finished), or you can use a StageWebView to play the HTML that holds the H.264 video. The StageWebView need not fill the whole screen, it could sit next to some normal Flash elements.

1 reply

Colin Holgate
Colin HolgateCorrect answer
Inspiring
August 22, 2011

With a Flash app you can play H.264 using the native player, either by doing a navigateToURL() (which would open the video in the native player, and come back to you when it's finished), or you can use a StageWebView to play the HTML that holds the H.264 video. The StageWebView need not fill the whole screen, it could sit next to some normal Flash elements.