I am trying to create an Adobe AIR that plays a YouTube video. However, I have the usual problems mentioned when using StageWebView:
If I use hardware acceleration, the video appears strangely. If I don't the initial video thumbnail appears but only the sound is played presenting a black screen, until I toggle fullscreen.
There is a variety of issues I want to ask, since I find it really hard to find a clear answer on how to simply add a youtube video inside the Adobe AIR app for Android.
- Is there any clear answer/tutorial presenting the implementation of Chromeless Youtube player on an Adobe AIR for Android?
- Is there any way to embed a YouTube video without it looking flipped or causing black screen and crashes on the app with StageWebView?
- Is it possible to use HTMLLoader to embed the YouTube video in the Adobe AIR app using JavaScript and if yes, is there any tutorial?
I think that this is an issue that many people have and it's not clear. Thanks a lot.