History: PluginFlash
Source of version: 24
Copy to clipboard
! Plugin Flash Use this ((wiki plugin)) to embed an .swf (Flash movie) or an MP3 audio file in a wikipage. {maketoc} !! Usage and Parameters Use the syntax: {CODE()}{FLASH(movie=>movie_url_here)}{FLASH}{CODE} This syntax is that of a standard wiki plugin, so it is possible to use the shorthand syntax: {CODE()}{FLASH(movie=>movie_url_here)/}{CODE} You can optionally pass other parameters : {CODE()}{FLASH(movie=>movie_url_here,height=___,width=___, quality=high)/}{CODE} {pluginmanager plugin=flash} !! Examples !!! Flash Video (from Daily Motion) ''This code:'' {CODE(wrap=1)} {FLASH(movie=http://www.dailymotion.com/swf/x26e7s,width=>425,height=>350,quality=>high)}{FLASH} {CODE} ''Would produce on this site:'' {FLASH(movie=http://www.dailymotion.com/swf/x26e7s,width=>425,height=>350,quality=>high)}{FLASH} !!! Google video To add a Google video: ''This code:'' {CODE(wrap=1)} {FLASH(movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en", width=>425, height=>350, quality=>high)}{FLASH} {CODE} ''Would produce:'' {FLASH(movie="http://video.google.com/googleplayer.swf?docId=-3275007704055224798&hl=en",width=>425,height=>350,quality=>high)}{FLASH} {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(wrap=1)}{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(wrap=>1,caption=>Example for audio)} {FLASH(movie=>"tikimovies/multiplayer.swf?url=http://yoururl/file.mp3&MODE=AUDIO")}{FLASH} {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(wrap=1)} {literal}{FLASH(movie=this.swf) /}{/literal} {CODE} !!! Flashvars Pass extra parameters using ''flashvars''. Example: {CODE()} {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} {CODE} !!! 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: {img src=images/code.png}%%% {CODE(wrap=1)}{flash type="url" movie="http://www.youtube.com/p/25DD9663EE128030"} {CODE} {include page="Module and Plugin Includes" start="startinclude2" stop="stopinclude2"} * ((Multimedia)) * ((PluginMediaPlayer)) * ((PluginYouTube)) !! Alias * (alias(Google Video)) * (alias(PluginGoogleVideo))