Video for mobile target (Android)

Hello everyone,

I know that OpenFL does not provide video support for mobile target. I would like to play a video in an Android application, has anyone found a way to do this? May-be it is possible to play the video with an haxe lib and somehow integrate that into OpenFL?

Any tip would be very welcome.
Thanks!

It’s possible to call Java methods from Haxe. So if you found a Java library for playing video, you could use it.

For more information, look up native extensions.

It looks promising. I will look into that.
Thanks you very much

This is a very interesting topic. Please keep us posted with your findings.

You may be interested in reading this post by Joshua about the current state of video in OpenFL.