yml:swf
Description
Includes a Shockware Flash (SWF) object in an Open Application. NOTE: This tag is not available in a small view.
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. |
| height | int | required | The height of the SWF object. |
| 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 "window". |
| 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. |
| minversion | string | optional | The minimum version of Flash that the user must have to show content. As of this writing, the default is 9.0.124. |
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.

