Web Design Tools

I. Using Raptivity output with Dreamweaver

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

You can easily create interactivity using Raptivity and insert it in Dreamweaver using following simple steps:

  • In Raptivity, ensure that interactivity is published with single file output.
  • Open a HTM document in which interactivity is to be place
  • Go to Insert -> Media -> Flash
  • Select the .swf file
  • Click on Ok button
  • Browse the html file to see the interactivity

II. Using Raptivity output with Flash

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

You can easily create interactivity using Raptivity and insert it in Flash using following simple steps: In Raptivity, ensure that interactivity is published with single file output.

  • Copy Raptivity published output in the folder where the flash file (.fla) is present.
  • Create a movie Clip on a flash stage (Ctrl + F8), where the interactivity is to be loaded and give some instance name to it (For Example: "myMovieClip_mc")
  • Set the _lockroot property for this movie to true (for example: holder._lockroot=true;)
  • Load the interactivity .swf file on the movie clip created by using loadMovie (For example: myMovieClip_mc._lockroot = true; loadMovie("FlipBook.swf",myMovieClip_mc)
  • Go to Publish Settings and set the Local Playback Security option to "Access Local Files only".
  • Publish the flash file.

III. Using Raptivity output with FrontPage

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

You can easily create interactivity using Raptivity and insert it in Front Page (version 2000 and above) using following simple steps:

  • In Raptivity, ensure that interactivity is published with single file output.
  • Open the html file for inserting the interactivity.
  • Go to Insert -> Component -> Hover button
  • Click on the browse button for selecting the .swf file
  • Click on OK button
  • Copy the .swf file at the path were html file is saved.
  • Browse the html file to see the interactivity