Flash Configuration
Open flash/Options.as. You can specify the following properties:
domains(Array)- Array containing domains for which sIFR may render text. Used to prevent hotlinking. Use
*to allow all domains. You can use a wild card to match subdomains as well, although you'll have to specify the main domain separately. For example:sIFR.domains = ['*.example.com', 'example.com'];. defaultKerning(Boolean)- Whether kerning is enabled by default. This can be overriden from the client side. See also Livedoc 2811.
defaultSharpness(Number)- Default value which can be overriden from the client side. See also Livedoc 2778.
defaultThickness(Number)- Default value which can be overriden from the client side. See also Livedoc 2788.
defaultOpacity(Number)- Default value which can be overriden from the client side. See also Livedoc 2732.
defaultBlendMode(Number)- Default value which can be overriden from the client side. See also Livedoc 2444.
enforcedGridFitType(String)- Overrides the grid fit type as defined on the client side. See also Livedoc 2747.
preserveAntiAlias(Boolean)- If
truesIFR won’t override the anti aliasing set in the Flash IDE when exporting. Thickness and sharpness won’t be affected either. conditionalAntiAlias(Boolean)- If
truesIFR will disable anti-aliasing if the font size is larger than 48. This setting is independent frompreserveAntiAlias. antiAliasType(String)- Sets the anti alias type. By default it’s advanced. See also Livedoc 2733.
filters(Array)- Flash filters can be added to this array and will be applied to the text field.
CSS can be specified inside the Flash movie using sIFR.styles.parseCSS(), which takes the CSS code as it’s argument.
When you’re done you’ll need to re-export the Flash movie for the changes to take effect.

