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
Examples
Flash Video (from Daily Motion)
This code:
{flash movie="http://www.dailymotion.com/swf/x26e7s" width="425" height="350" quality="high"}
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:
{flash movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en" width="425" height="350" quality="high"}
Would produce:
{flash movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en" width="425" height="350" quality="high"}
File gallery
If you want to use a file from the file gallery
{flash movie="tiki-download_file.php?fileId=298&display=y"}
Audio file
Syntax:
{flash movie="tikimovies/multiplayer.swf?url=http://yoururl/file.mp3&MODE=AUDIO"}
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"}
YouTube Playlists
To embed a YouTube playlist, 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:
{flash type="url" movie="http://www.youtube.com/p/25DD9663EE128030"}
Related pages