0.0.2 • Published 9 years ago

uupaa.flashready.js v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

FlashReady.js Build Status

npm

Flash will detect whether the available.

This module made of WebModule.

Documentation

Browser, NW.js and Electron

<script src="lib/WebModule.js"></script>
<script src="lib/FlashReady.js"></script>

window.onload = function() {
  var flash = new FlashReady({
    swf: "as3/FlashReady/bin/FlashReady.swf",
    callback: function(ready) {
      console.log("flash.ready", flash.ready);
      alert(ready);

    }
  });
}