Plugin Flash
Use this wiki plugin to embed an .swf (Flash movie) or an MP3 audio file in a wikipage.Table of contents
Usage and Parameters
Use the syntax:{FLASH(movie=>movie_url_here)}{FLASH}This syntax is that of a standard wiki plugin, so it is possible to use the shorthand syntax:
{FLASH(movie=>movie_url_here)/}You can optionally pass other parameters :
{FLASH(movie=>movie_url_here,height=___,width=___, quality=high)/}Required parameters are in bold
Preferences required: wikiplugin_flash
| Parameters | Accepted Values | Description | Default | Since |
| type | bliptv fileId url vimeo youtube |
Whether you want to insert a Flash from a URL, a fileId from a podcast file gallery or a link to a specific service like Youtube or Vimeo | ||
| movie | Complete URL to the movie to include. e.g. files/test.swf | |||
| fileId | Id of a file from a podcast gallery - will work only with podcast gallery | |||
| youtube | Entire URL to the YouTube video. Example: http://www.youtube.com/watch?v=1i2ZnU4iR24 | |||
| vimeo | Entire URL to the Vimeo video. Example: http://vimeo.com/3319966 | |||
| bliptv | Blip.tv embed URL. Example: http://blip.tv/play/AYGd_GAC | |||
| width | Width of movie in pixels (default is 425) | 425 | ||
| height | Height of movie in pixels (default is 350) | 350 | ||
| quality | high medium low |
Flash video quality. Default value: high | high |
Examples
Flash Video (from Daily Motion)
This code:{FLASH(movie=http://www.dailymotion.com/swf/x26e7s,width=>425,height=>350,quality=>high)}{FLASH}Would produce on this site:
Flash player not available.
Google video
To add a Google video:This code:
{FLASH(movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en", width=>425, height=>350, quality=>high)}{FLASH}Would produce:
Flash player not available.
Make sure you use the URL has double quotes (") around it. If not, the embedded equal sign (=) will cause a problem.
File gallery
If you want to use a file from the file gallery{FLASH(movie="tiki-download_file.php?fileId=298&display=y") /}'Do not forget the double quotes and the &display=y
Audio file
Syntax:Example for audio
{FLASH(movie=>"tikimovies/multiplayer.swf?url=http://yoururl/file.mp3&MODE=AUDIO")}{FLASH}Flash in a module
If the flash does not work in a module, surround the plugin code with {literal} like this:{literal}{FLASH(movie=this.swf) /}{/literal}Flashvars
Pass extra parameters using flashvars. Example:{FLASH(movie="http://www.maps.sciencemapping.com/gexf/GexfExplorer1.0.swf", width="50", height="50", quality="high", flashvars="path=http://www.maps.sciencemapping.com/gexf/
test.gexf&curvedEdges=true&clickableNodes&clickableNodes=
true&labelsColor=0xFFEEDD&font=Verdana")}{FLASH}