Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 501 Bytes

HxPlayMachine

HaXe-based cross platform flash/javascript audio player.

Written in haxejs, the goal is to provide a simple component based audio player, using html/css template file.

#Build

For flash platform target, we use the cocktail lib from silexlabs. Be sure to have HaXe3 installed before continue.

haxelib install cocktail

To build the playmachine for js and flash

make

The build files are ouput in the bin/ folder.

#Test Open the bin/index.html file.