Loading...
 
Skip to main content

History: PluginFlash

Source of version: 33 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Plugin Flash

Use this ((wiki plugin)) to embed an .swf (Flash movie) or an MP3 audio file, or other type of video in a page. This feature was removed before the release of ((Tiki25)). Ref: https://en.wikipedia.org/wiki/Adobe_Flash_Player#End_of_life

## Parameters

{pluginmanager plugin="flash"}

## Examples

### Flash Video (from Daily Motion)

*This code:*
{CODE(colors="tiki")}
{flash movie="http://www.dailymotion.com/swf/x26e7s" width="425" height="350" quality="high"}
{CODE}

*Would produce on this site:*

{flash movie="http://www.dailymotion.com/swf/x26e7s" width="425" height="350" quality="high"}

### Google video

To add a Google video: 
 *This code:*
{CODE(colors="tiki")}
{flash movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en" width="425" height="350" quality="high"}
{CODE} 
*Would produce:*
{flash movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en" width="425" height="350" quality="high"}

{REMARKSBOX(type=note, title=Note)}*Make sure you use the URL has double quotes (") around it. If not, the embedded equal sign (=) will cause a problem.*{REMARKSBOX}

### File gallery

If you want to use a file from the file gallery 
{CODE(colors="tiki")}{flash movie="tiki-download_file.php?fileId=298&display=y"}{CODE} 
{REMARKSBOX(type=note, title=Note)}*'Do not forget the double quotes and the &display=y*{REMARKSBOX}

### Audio file

Syntax: 
{CODE(colors="tiki")}
{flash movie="tikimovies/multiplayer.swf?url=http://yoururl/file.mp3&MODE=AUDIO"}
{CODE}

### Flash in a module

If the flash does not work in a module, surround the plugin code with `~np~{literal}~/np~` like this: 
{CODE(colors="tiki")}
{literal}{flash movie="this.swf"}{/literal}
{CODE}

### Flashvars

Pass extra parameters using *flashvars*. Example: 
{CODE(colors="tiki")}
{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"}
{CODE}

### YouTube Playlists

To embed a YouTube {TAG(tag='u')}playlist{TAG}, get the embed URL from YouTube, remove the "PL" at the front of the video ID, then in Tiki editor, click the "flash" icon, select Flash Type: Movie URL, then enter the URL as http://www.youtube.com/p/25DD9663EE128030: 
{CODE(colors="tiki")}{flash type="url" movie="http://www.youtube.com/p/25DD9663EE128030"}{CODE}

## Related pages

- ((Multimedia))
- ((PluginMediaPlayer))
- ((PluginYouTube))



{DIV(class=titlebar)}Alias{DIV}


- (alias(Google Video))
- (alias(PluginGoogleVideo))