Skip to main content
Participant
August 30, 2011
Question

Video files in iPad

  • August 30, 2011
  • 2 replies
  • 796 views

I am creating an application for iPad, and I need to add video files to this application, but it doesn't work

This topic has been closed for replies.

2 replies

relaxatraja
Inspiring
August 31, 2011

What you'r using flvcomponent? or StageWebView to load video with the ipad native player? below is the screenshot to attach the video while packaging your ios:

If you used flvcomponent then you also need to load skin here, but may be skin swf will not work if internally compiled with a script.

Participant
August 31, 2011

Actually I have tried that but it is a blank screen, when I have added the video directly to time line it works, but there is no video control

Colin Holgate
Inspiring
August 31, 2011

Adding the skin file will break the app, because the skin swf has code in it. You can set FLVPlayback components to use None for the skin. Then it should work, but without there being controls. You can add individual control components, like a play/pause one, and those can work.

Colin Holgate
Inspiring
August 30, 2011

If it works when you do a Test Movie, but not on the iPad, the most likely thing is that you didn't add the video files in the iOS settings, in the lower half of the General tab.