uupaa.flashready.js

0.0.2 • Public • Published

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);

    }
  });
}

Package Sidebar

Install

npm i uupaa.flashready.js

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • uupaa