<we:flashmovie>
Since version: - | Requires endtag: no
Description
This tag is used to add a flash movie managed by webEdition to a document.
Attributes
name
Default value: - | since version: - | required: yes
Set this attribute to a unique name within the template.
width
Default value: - | since version: - | required: no
Set this attribute to the width of the flash movie.
height
Default value: - | since version: - | required: no
Set this attribute to the height of the flash movie.
alt
Default value: - | since version: 3.2.0.0 | required: no
Enter a corresponding alt-text for the flashmovie.
showcontrol
Default value: true | since version: 3.2.0.0 | required: no
If this attribute is set to "true" or is not set, the controlelements of the movie, as play or stop, are displayed for the editor.
showflash
Default value: true | since version: - | required: no
If this attribute is set to "true" or is not set, the flash movie wil be displayed for the editor in the edit-view. The page can be loaded faster if the attribute is set to "false" and thus the movie is not displayed.
Allowed values:
- true
- false
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
Syntax
<we:flashmovie name="attribute" [width="attribute"] [height="attribute"] [alt="attribute"] [showcontrol="attribute"] [showflash="true|false"] [xml="true|false"] [cachelifetime="attribute"] />
Examples
Example
<we:flashmovie name="MyFlash" width="100" height="100" user="Redakteur1,Redakteur2"/>