This is a brief how-to, for incorporating Lotus Screen Cam into your E-BooksI think this is correct, but still verifying some details. If you are trying this, and see a necessary correction, please post here
Assuming that you put the lotus screen cam player, scplayer.exe, and the screencam file (for the sake of this example, called introduction.scm) as _separate_ files in the same CD-ROM folder as the E-Book EXE :-
1. You must use Activ E-Book Compiler 4 or later
2. Use the following HTML code:
<A HREF="##RUN('{app}\scplayer.exe {app}\introduction.scm')">Click here to play</A>
Some possible variations for different situations:
- if screencam file is compiled in to the e-book, change {app}\introduction.scm to {ebook}\introduction.scm
- if screencam file is in a different folder on the CD-ROM, you can use something like {appdrive}:\foldername\introduction.scm
- if the screencam player is itself compiled into the e-book, use {ebook}\scplayer.exe