When publishing and packaging a customized Fireworks Album player, note the following:
Publish your HTML file with either an .htm or .html extension. (This HTML file is optional, actually.)
Note: In Windows, you may need to rename this file using the file's Properties dialog box. In Mac OS X, unless you have explicitly set the "show file extensions" option in the Finder, simply renaming the file may not work because the file may still retain the .swf extension internally.
Create or edit the MXI file so that the FAP and HTML files are placed in the Configurations\Commands\Create Slideshow\players folder.
Note: Both the SWF and HTML files must have the same name for the Launch in Browser option to work at the end of a process.
The generated XML file has the following structure:
<AlbumBook... >
<Album ... >
<Slide ... />
<Slide ... />
<Slide ... />
</Album>
<Album ... >
<Slide ... />
<Slide ... />
<Slide ... />
</Album>
</AlbumBook>
Following are the node definitions of the XML file. You can change these XML properties in the generated slideshow.xml file without having to recreate the slideshow just to modify a property.
Download the Fireworks Album Creator source code using the link at the beginning of this article and make your own player. The ZIP contains all the necessary Flash source files to build your own player or take one of ours apart for learning purposes.
You can also find Hiroshi or me in the FireworksGuru Forums if you need help with the Fireworks Album Creator or want feedback on your own player.
For more information about extensions in Fireworks, visit the Extensions Topic Center in the Developer Center.