Skip to main content
Known Participant
October 5, 2011
Question

Open a video in the native ios video player

  • October 5, 2011
  • 1 reply
  • 1067 views

I want to open a video file that is packaged into the application in the native video player on the iphone.

This topic has been closed for replies.

1 reply

Known Participant
October 5, 2011

is everyone good busy at Adobe Max, or does this forum just suck really bad?

Colin Holgate
Inspiring
October 6, 2011

I'm sure people have been busy.

There are several ways to play videos in Flash. It may well be that you should use StageWebView to do what you want, because that uses the native player, but you remain inside of your app. If you want the native player to take over, I believe you can navigateToURL("the mp4 file name").

You can also play FLV, using the normal ways to do that.