Animations and Videos
The pageflip SWF runs at 60 fps to achieve a smooth page turn. Pages which contain animations should be created at the same frame rate.
When a page loads it starts playing immediately. You will hear the sound track of embedded videos or animations as soon as the book loads. To stop this place an ActionScript stop(); on the first frame of your animation.
If you want your animation to loop you then need to add gotoAndPlay(2) on the last frame.
If you want your animation to pause/restart when pages are turned then add this to the <contents> section of pages.xml.
pageanimrestart="false" (default)
If you want your animated pages to start over then use "true".
You can capture a variety of Signals and act on them.