Help Documentation Tools

I. Using Raptivity Published output with Windows help

Note: Follow these instructions for the interactivities published with single file output.

Now you can easily create interactivity using Raptivity and include it in your Windows help in following simple steps:

In Raptivity, ensure that interactivity is published with single file output.

  • Create a HTML file say "Flip Book.html" and the following code
    • <object width="550" height="400">
    • <param name="movie" value="Flip Book.swf">
    • <embed src="/Flip Book.swf" width="550" height="400">
    • </embed>
    • </object>
  • Save this HTML file.
  • In HTML Help Workshop add Raptivity’s published output file .swf in the following way:
    • Click on Add/Remove topic files
    • Click on Add button.
    • Browse the folder, which contains the html and related files.
    • Enter “*.*” in the file name to view all files.
    • Select html and all additional files.
  • Insert the page under Contents section and assign html file to it.
  • Save and compile the help project.