Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
What is the best solution for packaging an in5 export into an executable.  I've looked at a few options, and some of them do not translate correctly, especially when playing animations.  What is the best solution for a standalone?
in how_to by (200 points)
  

1 Answer

0 votes
 
Best answer

There are many different options out there.

This post does a good job describing several options: http://stackoverflow.com/questions/12232784/how-to-develop-desktop-apps-using-html-css-javascript

Multi-platform options (top 3 are probably the best options):

Windows-specific examples:

For animation support, you'll want an option that runs/includes a newer browser (like Chrome).

The easiest thing to do might be to build an AIR app from Dreamweaver:
http://www.adobe.com/products/air.html

by (197k points)
selected by
Thank you that is very informative :)
No problem, kpod.