nw-swfobject
Installation
This module is intended to be used in browserify and can therefor be installed using npm:npm install --save nw-swfobject
Usage
```javascript var swfobject = require('nw-swfobject').swfobject;var el = document.getElementById("my-target-element"); swfobject.embedSWF(
"myContent.swf",
el,
300,
120,
10,
this.expressInstallPath,
flashvarsObj,
parObj,
attObj,
callbackFn
);
```