Sometimes your client and/or project requires not only an offline project, but also one that doesn’t require a web browser when outputting to HTML5.
So, here’s a tip that helps tremendously with these situations. It utilizes a JavaScript platform, called NW.js and just using a bit of code, you can turn your project into a stand-alone player that will work on all system platforms. Don’t worry, it’s painless.
We’ve got a tutorial for Windows…
And one for Mac:
The basic steps:
- Create and output your project.
- Download the nwjs app.
- Add some code to the app.
- Add your project to the app.
- Customize the app’s icon.
- Zip it up and send it to your client or copy to external media for kiosk playback.
Learn more: