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}
Link .wmv file in file galleries
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
Copy to clipboard
$asetup .= " ";
change to
Copy to clipboard
$asetup .= " ";
After that you just need to enter fileid of the wmv file instead of file's url