Home News Bugs Downloads Docs Forum CVS Stats
Installation
To install this add-on, follow these steps:
1. Download and unpack it into your inc/app folder.
2. Go get SlideShowPro (no SlideShowPro Director needed), as well as the documentation for publishing a working .swf file with it.
3. Take all the steps to create your .swf file, and add the following step:
- Open your .fla Flash movie file and open the Windows > Properties panel.
- Give the SlideShowPro component instance the name 'ssp' in this panel.
- Create a new layer in your Flash movie timeline, and click on its first frame so it's highlighted.
- Open the Windows > Actions panel (F9) and enter the following line of ActionScript:
ssp.xmlFilePath=xmlfile;
- Publish the file to a .swf file under File > Publish. Name the file slideshow.swf.
4. Copy the resulting slideshow.swf file into the inc/app/slideshowpro/html folder.
You should now be ready to begin using this add-on.