yml:swf

Description

Includes a Shockware Flash (SWF) object in an Open Application.

Note

Caja imposes security restrictions on the use of Flash code.

Attributes

Name Type Required/Optional Description
src string required The full path URL to the SWF file.
width int required The width of the SWF object in pixels.
height int required The height of the SWF object in pixels.
play boolean optional Autoplay when the SWF loads. Default is "true".
loop boolean optional Play the SWF continuously. Default is "false".
menu boolean optional Display a context menu when the user right-clicks the SWF object. Default is "false".
quality string optional Quality of the object. Allowed values: "high", "medium", "low". Default is "high".
scale string optional Scaling of the SWF object. Allowed values: "showall", "noborder", "exactfit", and "default". Default is "default".
align string optional Alignment of the SWF object within the DOM object. Default is null.
salign string optional Alignment of the SWF movie within the SWF object. Allowed values: "t" (top), "b" (bottom), "l" (left), "r" (right). Also allowed are the following combinations: "tl", "tr", "bl", "br". Default is "tl".
wmode string optional Opacity setting. Allowed values: "transparent", "opaque", "window". Default is "transparent".
bgcolor string optional Hexadecimal SWF background color. Default is "#FFFFFF".
flashvars string optional Developer-supplied flashvars. The values must be HTML encoded. Default is null.

Tag contents

If the user does not have a high enough version of Flash, they'll see the contents of the tag. If you don't put anything here, then they'll see a default message with a link to download the latest version of Flash.

If play is not set to "true", then the user will have to click the fallback content to activate the Flash movie.

Examples

Table of Contents