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".