Creating a CD auto-start dialog

Posted by emilyshaun on Stack Overflow See other posts from Stack Overflow or by emilyshaun
Published on 2012-06-09T04:09:21Z Indexed on 2012/06/09 4:40 UTC
Read the original article Hit count: 106

Filed under:
|
|

For me, compact discs and these customized auto-start dialogs are somewhat outdated and waste... However, I have to create such a dialog as an index for a CD consisting of a few PDF files. Making one to work on Microsoft Windows is quite easy. As there might be users from different platforms (Unix, Apple,...), the question raises how to offer them such a (auto-starting) dialog as well.

Java is of course an option, but I think it's overloaded and naturally too slow for this purpose.

Now, I think of a single webpage that will appear in the local browser. Using all these web standards this could a very creative, light-weight approach working on most systems.

Do you see any problems that might occur here? Probably, there is a different and more elegant solution to this issue?

© Stack Overflow or respective owner

Related posts about dialog

Related posts about Implementation