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

air android stagewebview play video without sound !!!

Guest
Sep 12, 2016 Sep 12, 2016

Copy link to clipboard

Copied

i don't Know why stagewebview play video from ok.ru without sound . everything is ok with other like youtube and daylimotion ...

var rect:Rectangle = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);

var url:String = "https://ok.ru/videoembed/12068062600";

var webview:StageWebView = new StageWebView();

webview.stage = this.stage;

webview.viewPort = rect;

webview.loadURL(url);

TOPICS
Development

Views

499

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 ,
Nov 29, 2016 Nov 29, 2016

Copy link to clipboard

Copied

LATEST

Hi,

We looked into this issue and found that ok.ru contains video format which is not supported by Android SDK (Audio does not play) and hence this is a limitation.

Thanks,

Adobe AIR Team

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