admin管理员组文章数量:1026900
I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for the presentation and then flash is using it to display everything. The same with the downloadable version where you get a package with a flash projection file, the xml and all files needed. Works nice.
I have now remade it with html, css and javascript so it can be used with mobile/ipad, and the online preview is working great, I haven't found a good solution for the downloadable version thou.
I have tried appjs which works, but it is a bit big and not stable enough yet (must be stable for the people using it). I have also tried Zinc from multidmedia where I create an app that displays a web browser where I put the presentation. However, since Zinc is using IE7 for the browser on windows it needs flash video which Zinc can't handle(weird, I know).
What I really would want is to be able to package everything (html, css, js, images, videos, xml) from my server into presentation.app or presentation.exe and it works, it would however be ok to have the presentation viewer (html, css, js) packaged togheter as an app and the presentation material in a seperate folder where the xml, images and videos for the presentation is.
Anyone have any tips?
I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for the presentation and then flash is using it to display everything. The same with the downloadable version where you get a package with a flash projection file, the xml and all files needed. Works nice.
I have now remade it with html, css and javascript so it can be used with mobile/ipad, and the online preview is working great, I haven't found a good solution for the downloadable version thou.
I have tried appjs which works, but it is a bit big and not stable enough yet (must be stable for the people using it). I have also tried Zinc from multidmedia where I create an app that displays a web browser where I put the presentation. However, since Zinc is using IE7 for the browser on windows it needs flash video which Zinc can't handle(weird, I know).
What I really would want is to be able to package everything (html, css, js, images, videos, xml) from my server into presentation.app or presentation.exe and it works, it would however be ok to have the presentation viewer (html, css, js) packaged togheter as an app and the presentation material in a seperate folder where the xml, images and videos for the presentation is.
Anyone have any tips?
Share Improve this question asked Sep 5, 2012 at 15:21 dbldbl 1031 silver badge7 bronze badges3 Answers
Reset to default 3Here are 3 open source solutions for it:
- http://appjs./
- http://deskshell/
- http://www.tidesdk/
Adobe AIR can be a solution too...
EDIT: This last tweet states that AppJS has been abandoned in 2013 in favor of node-webkit.
If you can live only with Windows 8, you can embed your JS/HTML application as a WinRT app. I tested this sometime ago, and most of the JS libraries such as jQuery have no issue working within WinRT shell. See for example:
http://blogs.msdn./b/davrous/archive/2012/08/21/windows-8-html5-metro-style-app-how-to-create-a-small-rss-reader-in-30min-part-1-2.aspx
2023 Update: Ive seen a lot of good apps from Electronjs Undoubtedly some apps many if not all of us are familiar with:
- slack
- discord
- vscode
- https://www.electronjs/apps
I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for the presentation and then flash is using it to display everything. The same with the downloadable version where you get a package with a flash projection file, the xml and all files needed. Works nice.
I have now remade it with html, css and javascript so it can be used with mobile/ipad, and the online preview is working great, I haven't found a good solution for the downloadable version thou.
I have tried appjs which works, but it is a bit big and not stable enough yet (must be stable for the people using it). I have also tried Zinc from multidmedia where I create an app that displays a web browser where I put the presentation. However, since Zinc is using IE7 for the browser on windows it needs flash video which Zinc can't handle(weird, I know).
What I really would want is to be able to package everything (html, css, js, images, videos, xml) from my server into presentation.app or presentation.exe and it works, it would however be ok to have the presentation viewer (html, css, js) packaged togheter as an app and the presentation material in a seperate folder where the xml, images and videos for the presentation is.
Anyone have any tips?
I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for the presentation and then flash is using it to display everything. The same with the downloadable version where you get a package with a flash projection file, the xml and all files needed. Works nice.
I have now remade it with html, css and javascript so it can be used with mobile/ipad, and the online preview is working great, I haven't found a good solution for the downloadable version thou.
I have tried appjs which works, but it is a bit big and not stable enough yet (must be stable for the people using it). I have also tried Zinc from multidmedia where I create an app that displays a web browser where I put the presentation. However, since Zinc is using IE7 for the browser on windows it needs flash video which Zinc can't handle(weird, I know).
What I really would want is to be able to package everything (html, css, js, images, videos, xml) from my server into presentation.app or presentation.exe and it works, it would however be ok to have the presentation viewer (html, css, js) packaged togheter as an app and the presentation material in a seperate folder where the xml, images and videos for the presentation is.
Anyone have any tips?
Share Improve this question asked Sep 5, 2012 at 15:21 dbldbl 1031 silver badge7 bronze badges3 Answers
Reset to default 3Here are 3 open source solutions for it:
- http://appjs./
- http://deskshell/
- http://www.tidesdk/
Adobe AIR can be a solution too...
EDIT: This last tweet states that AppJS has been abandoned in 2013 in favor of node-webkit.
If you can live only with Windows 8, you can embed your JS/HTML application as a WinRT app. I tested this sometime ago, and most of the JS libraries such as jQuery have no issue working within WinRT shell. See for example:
http://blogs.msdn./b/davrous/archive/2012/08/21/windows-8-html5-metro-style-app-how-to-create-a-small-rss-reader-in-30min-part-1-2.aspx
2023 Update: Ive seen a lot of good apps from Electronjs Undoubtedly some apps many if not all of us are familiar with:
- slack
- discord
- vscode
- https://www.electronjs/apps
本文标签: javascriptPackage htmlJScss as a desktop appStack Overflow
版权声明:本文标题:javascript - Package html, js, css as a desktop app - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1742056332a1908724.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论