-1

Why does Haxe have such poor documentation" Why are there no examples at all?

2 Answers2

1

It depends of the platform you're targeting to.

OpenFL can play videos on HTML5, however, it cannot play them natively (Windows, macOS, Linux).
For native platforms, consider searching for a library.

If you're targeting a native platform, as Ilir Liburn said, use hxCodec.
If not, check out the PlayingVideo example OpenFL provides.

0

You can simply check libraries to see if there is something available like

https://lib.haxe.org/p/hxCodec

Ilir Liburn
  • 222
  • 1
  • 2
  • 6