CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.42k stars 838 forks source link

Source for swf? #289

Closed heapwolf closed 6 years ago

heapwolf commented 6 years ago

Is there a repo or source code available for the swf file?

lannymcnie commented 6 years ago

Yes, the SWF source is in /dev/com/createjs/soundjs. The FLA that was initially provided was deprecated in favor of a grunt-based build process.

grunt flash or grunt mxmlc should build the SWF for you.

Cheers!