Shockwave (SWF) Plugin
|
Starting from Codebeamer 10.1.0 this plugin is no longer supported and removed because of Adobe Flash plugin vulnerabilities.
|
Embeds an SWF file into a wiki page.
• src: reference to the SWF file. References can point to an SWF file attached to the current or to another wiki page, or located in the document management system. See details about the different syntaxes in the "Adding pictures from attachments" section.
• height and width (optional): dimensions in pixels.
• controls (optional): 'true' or 'false' to show or hide the controls. Defaults to true.
• play (optional): whether to start playing immediately. Defaults to true.
• loop (optional): whether to loop the playback. Defaults to true.
• parameters (optional): additional parameters to pass to the Shockwave Player.
Examples:
[{Flash src='!12!'}]
[{Flash src='!mygame.swf!' controls='false'}]
[{Flash src='!/1034!' parameters='param1=value1¶m2=value2'}]
[{Flash src='!/mydir/mygame.swf!'}]
See more examples at the
a Flash plugin
website.