• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

In AIR (3.8.0.66), when launch in full-screen and create an Video, StageWebView disappears.

New Here ,
Jun 11, 2013 Jun 11, 2013

Copy link to clipboard

Copied

In version 3.8.0.66 Android AIR, when launch the app in full-screen and create an instance of Video, StageWebView disappears.

Is this a bug in the AIR 3.8.0.66 ?

- source

import flash.media.StageWebView;

import flash.media.Video;

private function init():void {

    //Create StageWebView

    var webView:StageWebView = new StageWebView();

    webView.stage = stage;

    webView.viewPort = new Rectangle(0, 0, stage.width, stage.height);

    webView.loadURL("http://www.google.com/");

    //Create Video

    //StageWebView disappears when there is this line.

    var video:Video = new Video(100, 100);

    return;

}

- app.xml

<fullScreen>true</fullScreen>

TOPICS
Air beta

Views

2.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 11, 2013 Jun 11, 2013

Copy link to clipboard

Copied

We have been able to reproduce the issue and now investigating it.

Thanks for reporting,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 18, 2013 Jun 18, 2013

Copy link to clipboard

Copied

Try add <containsVideo>true</containsVideo> inside <android> tag in application.xml.  Without that new Video() causes problems on android. containsVideo tag is not documented, please update docs.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 27, 2013 Jun 27, 2013

Copy link to clipboard

Copied

By using the latest AIR 3.8.0.82, video can no longer play at all, in full-screen mode.

When not in full screen mode, we can play normally.

In addition, I tried to put a <containsVideo> tag, but it was similar.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 27, 2013 Jun 27, 2013

Copy link to clipboard

Copied

The issue has been fixed and will available in the next release.

Regards,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 27, 2013 Jun 27, 2013

Copy link to clipboard

Copied

Thank you for the fix.

We will wait for the next release.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 09, 2013 Jul 09, 2013

Copy link to clipboard

Copied

LATEST

when can download the next release?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines