I have developed some native Android code that will (in theory) allow me to play video using the Android MediaPlayer. There are some issues with streaming h264 MP4 videos with AIR on Android that is making this necessary. How do I go about displaying the MediaPlayer within the application? I know it is possible as it is done using this native maps ANE, but I can't seem to figure out how it is done or find source code for it.
Could anyone shed any light on how you display content from native code in the actual app? I am perfectly okay with it behaving like a StageWebView in terms of sizing and positioning (as is said is necessary by countless people I have read/listened to over the last day or so).
Thanks for any help