3

OpenFL is great, but the latest version of NME supports StageVideo.

So is it possible to build a project with OpenFL and include some NME libraries to be able use StageVideo?

Gama11
  • 31,714
  • 9
  • 78
  • 100
Pier
  • 10,298
  • 17
  • 67
  • 113

1 Answers1

2

Really all you would need to do is, in your Project.XML file, include:

<haxelib name="openfl" />
<haxelib name="nme" />

Assuming, of course, that you have both installed via haxelib. Then you could call either/both libraries.

steve richey
  • 497
  • 3
  • 16