Skip to main content
May 9, 2011
Question

Video publish settings on Flash timeline for iPhone?

  • May 9, 2011
  • 2 replies
  • 5624 views

Hi,

I'm trying to embed video on the timeline to do a short intro to a game app. The video is an FLV in the library and I have it embeded in the timeline. Published at 500kbs I get so much studder on the iPhone 4.. even when I publish it at half size frame.

Any chance with running full frame hd video through flash? any suggestions?

Thanks,

Dani

This topic has been closed for replies.

2 replies

Participant
June 1, 2011

Hi, the stageWebView video is working for me but... When the video is playing and I go to another frame in flash timeline, the audio still playing, inclusive calling "webView.stage = null".

Any idea to solve this?

Colin Holgate
Inspiring
June 1, 2011

Try webView=null;

Participant
June 2, 2011

With the two lines...

webView.stage = null;

webView = null;

Works fine, thanks.

Colin Holgate
Inspiring
May 9, 2011

The FLV performance in the timeline may need to wait for an AIR update before that works well.

If you want to do full screen HD video, that is easier, strangely enough! Search around for how to use StageWebView to show HTML with embedded video, using AIR 2.6. Once you have that working you'll get native performance playing of H.264 movies, and you can even have it go full screen at full frame rate.

Here's some info to get you started:

http://www.adobe.com/devnet/air/quick_start_as/quickstarts/qs_using_stage_web_view.html

I think though that you'll only be able to try this out using either Flash Builder 4.5 or Flash CS5.5.

May 9, 2011

That would be the best but, the StageWebView show content from the web and I don't think it would work for my game intro. The content has to be in the library to have a quick access, unless I'm missing something and you can make that connection...

Colin Holgate
Inspiring
May 9, 2011

The content wouldn't be on the web, it would be local files that you included in the package.