Loading...
 
Skip to main content

History: PluginWMV

Preview of version: 2

Wiki Plugin WMV

Description

This plugin plays a Windows Media Player movie in a wiki page (.wmv)

Usage

Copy attachment to:

Copy to clipboard
lib/wiki-plugins/


WMV Displays a Windows Media Player Movie on the wiki page:

Copy to clipboard
{WMV(width=>xx,height=>xx, controller=>true|false,autostart=>1|0)}Movie{WMV}


with and height optional (default 320 x 240)
controller optional (default true) 16 pix are added to height to show up the contoller
autostart optional (default false)


alternative you could write

Copy to clipboard
{WMV(movie=>URL to Movie, width=>xx,height=>xx, controller=>true|false,autoplay=>1|0)}{WMV}


Example

Copy to clipboard
{WMV()}http://yoursite.org/pub/sample.wmv{WMV}

You can link .wmv files in file galleries by using the files' id in file galleries.

First you have to edit the wikiplugin_wmv.php

Add "tiki-download_file.php?fileId=" in this line in wikiplugin_wmv.php

Copy to clipboard
$asetup .= "<param name=\"Filename\" value=\"tiki-download_file.php?fileId=$movie\"> ";


After that you just need to enter fileid of the mov file instead of file url

{CODE()}{WMV(movie=>fileid, width=>xx,height=>xx,
controller=>true|false,autoplay=>true|false,loop=>false|true)}{MOV}{CODE}

  • Remember to change back the code if you want to link to file by using url or you can just create another new plugin.

Download


No such attachment on this page

History

Information Version
ahshang 7
View
ahshang 6
View
ahshang 5
View
ahshang 4
View
ahshang 3
View
ahshang 2
View
Gary 1
View