
slideShowProInstance.halt();
None.
Nothing.
Method; instructs the ActionScript 3 version of SlideShowPro to stop any internal timers, events, and close any open audio channels. Should be used for garbage collection before unloading a SWF containing SlideShowPro from a parent SWF (using Loader.unload()), or when moving the timeline playhead to a frame where the component is no longer visible.
This method isn't necessary with the ActionScript 2 version and thus isn't supported.
This example calls the halt method:
my_ssp.halt();

