Post a Windows Media Video (wmv) by using the tag <%wmvideo(yourvideo.wmv|width|height|autostart)%>.
| General Plugin info | |
|---|---|
| Author: | Kai Greve |
| Current Version: | v0.1 |
| Download: | NP_WindowsMediaVideo_v01.zip |
| Code: | NP_WindowsMediaVideo_code |
| Demo: | - |
| Forum Thread: | here |
The easiest way to publish a Windows Media Video is to use the Media Manager from Nucleus:
The plugin automatically add the path to your member media directory.
You can also use the absolute URL to the Windows Media Video. The parameter must start with “http:”, for example: <code><%wmvideo(http://yourdomain.com/videos/filename.wmv)%></code> You can use this feature to * link to a other directory than your media directory by specify the full URL * link to an external resource (make sure that you have the right to use this resource) =====Possible parameter combinations===== * <%wmvideo(yourvideo.wmv)%> * <%wmvideo(yourvideo.wmv|autostart)%> * <%wmvideo(filename.wmv|width|height)%> * <%wmvideo(yourvideo.wmv|width|height|autostart)%> =====Options===== *Width (default: 320) *Height (default: 240) *Autostart video (yes/no) (default:no) =====Tips and Tricks===== =====Wishlist===== =====Bugs===== =====History===== * Version 0.1, released 2006-07-27 * initial release ===== Plugin review ===== NP_WindowsMediaVideo version 0.1 works with Nucleus CMS 3.31 - 2008-01-03 kg