This component will draw an swf viewer. This component should not contain childnodes.
<fm:Swf src="{$STATIC_ASSETS_PATH}/file.swf" width="400" height="300" drawMode="compatible" />
Name | Required | Default | Description |
---|---|---|---|
class | Optional | N/A | Embed class attribute |
drawMode | Optional | N/A | Set the embed drawing mode. Options: "compatible" - if you want to display the html for embedding the movie on external sites, "strict" for valid XHTML, or leave out if you want to utilize the Javascript Embed method |
flashVars | Optional | "nothing=nothing" | flashVars passed to swf |
height | Optional | 360 | The height of the player in pixels |
id | Optional | N/A | Embed id attribute |
src | Required | N/A | URL of the file being embedded |
style | Optional | N/A | Embed style attribute |
width | Optional | 480 | The width of the player in pixels |
This component defines no template variables.