-
-
Notifications
You must be signed in to change notification settings - Fork 53
Troubleshooting FAQs
No. The webView is a native component which is rendered into the AIR window. It appears above the Flash display list. It is technically a separate window running it's own process.
Ensure you are using https urls. Apple enforces HSTS.
Read the wiki section carefully.
No. Only one instance of WebViewANE can be created and used.
However, the view can be shown and hidden when not in use via the visible setter/getter eg.
webView.visible = false;
No. There is no reliable way to attach the webview processes to AIR child windows.
H.264, the video codec used with mp4, is a licensed proprietary codec from MPEG-LA.
AAC, the audio codec used with mp4, is a licensed proprietary codec from ViaCorp.
The ANE is compiled without these proprietary codecs. I cannot publicly distribute the ANE without being liable to pay possible licensing fees.
You may request licenses for your company.
https://www.via-corp.com/licensing/aac/aac-patent-license-request/
https://www.mpegla.com/programs/avc-h-264/license-agreement/
Once you acquire these licenses, we can discuss further how to obtain a version of the ANE compiled with these codecs.
Flash Builder is quirky and buggy. Export a Release build before running debug.
Make sure you are building a Captive Runtime build. AIR packages don't support ANEs.
No. Use a Windows PC or install Windows on your mac.
No
This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.
Configuring the ANE
- Windows