DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:flash

This is an old revision of the document!


Flash Embed Plugin

Compatible with DokuWiki

2009-02-14+

plugin Embed a Flash SWF file with any number of parameters

Last updated on
2009-11-15
Provides
Syntax

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to swfobject

Tagged with embed, flash, media

This plugin allows you to embed Flash files. Unlike DokuWiki's builtin syntax, this plugin adds an easy way to add arbitrary parameter or FlashVars. Unlike the similar swfobject plugin it does not require any JavaScript but relies on DokuWiki's own function to embed Flash files in a crosbrowser compatible way instead.

Download and Installation

Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.

Syntax and Usage

The flash is embedded using <flash></flash> tags. The file to embed, the diemension of the flash object and the alignment is has to be given space separated in the opening tag. Name-Value pairs for the parameters are then given in the body.

Here's an example for a Youtube video:

<flash left 425x344 http://www.youtube.com/v/SMWi7CLoZ2Q>
hl en_US
fs 1
allowFullScreen   true
allowscriptaccess always
</flash>

Supported alignments are left, center and default. The provided SWF can either be a remote URL or a locally uploaded SWF file. In the latter case just give the ID of the file. If you want to reference additional local media files, prefix the parameter name with an exclamation mark !. Here's an example:

<flash center 425x344 some:namespace:visualize.swf>
title An example visualization
!data some:other:namespace:data.xml
</flash>
plugin/flash.1258316229.txt.gz · Last modified: 2009-11-15 21:17 by andi

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki