1 [[!template id=plugin name=video author="[[Yury Chumak|Sphynkx]]"]]
6 This plugin provides embedding video on wikipages. Plugin uses most simple embedding method - only with *embed* tag and without any JS-scripts.
10 >\[\[\!video width=100 height=100 type="application/x-shockwave-flash" src="/\_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" path="path\_to\_video"\]\]
12 All parameters are optional except path and will be replaced with the default settings as showed in the above example.
14 *path* is relative path in webdir or web-address (to Youtube page).
17 Download and unpack [archive](/\_jwplayer/jw\_videoplugin.tar.bz2) in your ikiwiki webdir.
18 Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](/\_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:
20 add_plugins => [qw{.......... video}]
24 [Htmlscrubber](http://ikiwiki.info/plugins/htmlscrubber/) may block *embed* tag.
26 If embed tag present but video not playing - check mode of unpacked *player.swf*.