Fullscreen
[Show/Hide Right Column]

Play a movie with Windows Media Viewer

Wiki Plugin WMV


Description

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

Usage

Copy attachment to:
lib/wiki-plugins/


WMV Displays a Windows Media Player Movie on the wiki page:
{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

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



Example


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



You can link .wmv files in file galleries as a plugin in wiki page 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
$asetup .= "<param name=\"Filename\" value=\"$movie\"> ";

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


After that you just need to enter fileid of the wmv file instead of file's url

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


  • 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

You can download it from the attachment to http://tikiwiki.org/PluginWMV, and copy it to copy to lib/wiki-plugins.

Contributors to this page: lindon5653 points  , xavidp1209 points  and mlpvolt4266 points  .
Page last modified on Saturday 13 March, 2010 06:01:50 UTC by lindon5653 points .
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.

Site Language

Reference Guide

Keywords

These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):



Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki