The Recursive Zoomer is highly customizable through an XML config file (see bellow), so changing the ActionScript code should not be
necesary. If you still need to change parts of the code, see the code in the actions layer of RecursiveZoomer.FLA.
When using this package on your site, make sure to also copy the SpinningEffect subdirectory, as this contains the Pixel Bender bytecode
and xml config files. The "Pixel Bender source code" directory is not needed by the SWF; it was included just in case you need to peek
inside the Pixel Bender code.
All settings are configurable through an XML file which the flash SWF reads on startup. The path of the XML file can be configured by
setting the config=path_of_xml_file FlashVars variable. This way different settings can be used for differents parts of the site. As
an example, adding 'FlashVars', 'config=SpinningEffect/RecursiveZoomerConfigDarkRed.xml' as has been done on this instructions
page will load an XML settings file that specifies that a dark red color palette is to be used. If no config parameter is found, the
SWF will try to load 'SpinningEffect/RecursiveZoomerConfig.xml' which is the included default settings.
The following settings can be configured (specified in the XML file):
<div style="z-index: 0;">
The flash stuff goes here
</div>
<div style="position:absolute; left:0px; top:0px; z-index:1;">
HTML CONTENT GOES HERE!
</div>