User Guide

Editing Flash HTML settings 339
scale attribute/parameter
Value
showall
| noborder | exactfit
Template variable: $SC
Description
(Optional) Defines how the application is placed within the browser window when width and
height values are percentages.
Showall (Default) makes the entire Flash content visible in the specified area without distortion
while maintaining the original aspect ratio of the. Borders can appear on two sides of the
application.
Noborder scales the Flash content to fill the specified area, without distortion but possibly with
some cropping, while maintaining the original aspect ratio of the application.
Exactfit makes the entire Flash content visible in the specified area without trying to preserve the
original aspect ratio. Distortion can occur.
The default value is
showall if this attribute is omitted (and width and height values
are percentages).
align attribute
Value
Default | L
| R | T | B
Template variable:
$HA
Description
Specifies the align value for the object, embed, and img tags and determines how the Flash
SWF file is positioned within the browser window.
Default centers the application in the browser window and crops edges if the browser window is
smaller than the application.
L, R, T, and B align the application along the left, right, top, and bottom edge, respectively, of the
browser window and crop the remaining three sides as needed.
salign parameter
Value
L
| R | T | B | TL | TR | BL | BR
Template variable:
$SA