Filters
Prior to V1.41 filters can be defined in the pages.xml file anywhere between the <content> and </content> tags as shown below. From V1.41 onwards the filters are kept in a separate file xml/Filters.xml.
<filter Id="SteelBevel">
<param name="filter" value="BevelFilter"/>
<param name="highlightColor" value="0xAAAAAA"/>
<param name="highlightAlpha" value="100"/>
<param name="shadowColor" value="0x444444"/>
<param name="shadowAlpha" value="100"/>
<param name="angle" value="225"/>
<param name="blurX" value="10"/>
<param name="blurY" value="10"/>
<param name="distance" value="10"/>
<param name="knockout" value="false"/>
<param name="quality" value="1"/>
<param name="strength" value="1"/>
<param name="type" value="outer"/>
</filter>
The Id attribute is used to access the filter. For example popupfilter="SteelBevel". You can define any number of different variants of BevelFilters e.g. BlueBevel, RedBevel etc.
The parameters are those documented in Flash help. Upto V1.39, the pages.xml supplied with the sources has a load already defined. From V1.40 the filters are listed in the xml/Filters.xml file.