US$1000 Bounty OpenFL/Lime to play video in IOS and Android

Hello! I know this is one year later, but if anybody is still interested, I made native video playback to work on both Android and iOS as a native Lime extension (iOS) / Lime template change (Android), using Haxe 4.1.5, OpenFL 9.1.0, Lime 7.9.0 and HXCPP 4.2.1. I could prepare a demo project on GitHub, if anybody still needs this. Videos are played in full screen, portrait or landscape, with no playback controls, except a “Skip” button in a corner. The .mp4 file is normally embedded into the APK/IPA (to avoid downloading times / issues), but could have a remote URL as well, if needed. There is support for a callback when finished or skipped, back into Haxe code.

3 Likes

It would be super cool to publish it on github. Thanks!