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

Webview Video Playing and IOS

Community Beginner ,
Apr 04, 2014 Apr 04, 2014

Copy link to clipboard

Copied

I am trying to play a video through a webview.  I feed it a specific url (https link provided by the client that validates the device) that then loads an mp4.  If I run in ADT, I get a "Error #2044: Unhandled ErrorEvent:. text=Plug-in handled load" but loads the video.  With AOT (release build), it simply doesn't continue and I get nothing showing up.  Is there a framework that I need to add to allow for this plug in to exist and work in AOT?

thanks

TOPICS
Development

Views

840

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

correct answers 1 Correct answer

Community Beginner , Apr 08, 2014 Apr 08, 2014

Turns out the issue was related to my connection type code (had to send 3g wifi or broadband to the service)

The application was using network info instead of the required ANE. Therefore in ADL mode, the app was bypassing the error and loading a plugin

But in AOT, was crashing

Thanks for the input though

Votes

Translate

Translate
New Here ,
Apr 08, 2014 Apr 08, 2014

Copy link to clipboard

Copied

Have you looked at the server mime settings? This helped me with similar...

http://fdiv.net/2013/05/17/getting-html5-video-work-ios-mobile-safari

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
Community Beginner ,
Apr 08, 2014 Apr 08, 2014

Copy link to clipboard

Copied

LATEST

Turns out the issue was related to my connection type code (had to send 3g wifi or broadband to the service)

The application was using network info instead of the required ANE. Therefore in ADL mode, the app was bypassing the error and loading a plugin

But in AOT, was crashing

Thanks for the input though

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