X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5f9f0a303ef81af0bbac9c8db09862ad56df327d..e5cf21acc32dec4c99586d624cdf98a5242f8940:/doc/plugins/contrib/video.mdwn diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index 2f59b34d2..baa0c6500 100644 --- a/doc/plugins/contrib/video.mdwn +++ b/doc/plugins/contrib/video.mdwn @@ -1,21 +1,20 @@ -[[!template id=plugin name=video author="[[Yury Chumak|Sphynkx]]"]] -[[!tag video]] +[[!template id=plugin name=video author="[[Yury Chumak|sphynkx]]"]] -## Videoplugin +## Video This plugin provides embedding video on wikipages. Plugin uses most simple embedding method - only with *embed* tag and without any JS-scripts. ###Usage ->\[\[\!video width=100 height=100 type="application/x-shockwave-flash" src="/\_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" path="path\_to\_video"\]\] +>\[\[\!video width=100 height=100 type="application/x-shockwave-flash" src="/\_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" file="path\_to\_video"\]\] -All parameters are optional except path and will be replaced with the default settings as showed in the above example. +All parameters are optional except *file* and will be replaced with the default settings as showed in the above example. -*path* is relative path in webdir or web-address (to Youtube page). +*file* is relative path in webdir or web-address (to Youtube page). ### Install -Download and unpack [archive](http://ikiwiki.sphynkx.org.ua/\_jwplayer/jw\_videoplugin.tar.bz2) in your ikiwiki webdir. -Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](http://ikiwiki.sphynkx.org.ua/\_jwplayer/video.pm) separately. Make dir *\_jwplayer* and put player.swf in it. Also put *video.pm* in *Plugin* dir. In Ikiwiki configuration switch on the plugin: +Download and unpack [archive](http://sphynkx.org.ua/progr/videoplug/jw_videoplugin.tar.bz2) in your ikiwiki webdir. +Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](http://sphynkx.org.ua/progr/videoplug/video.pm) separately. Make dir *\_jwplayer* and put player.swf in it. Also put *video.pm* in *Plugin* dir. In Ikiwiki configuration switch on the plugin: add_plugins => [qw{.......... video}]