diff options
author | Sphynkx <Sphynkx@web> | 2011-06-28 14:05:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-28 14:05:12 +0000 |
commit | 0802f92561a8e05da0299e3a1c94bebdd7c8d1e5 (patch) | |
tree | 0d7b82a6d0a6f33f5c03634306eeedb86b7ecb2a /doc/plugins | |
parent | 928d9932192d8f55268d6d13ec7861cc571c5af2 (diff) | |
download | ikiwiki-0802f92561a8e05da0299e3a1c94bebdd7c8d1e5.tar ikiwiki-0802f92561a8e05da0299e3a1c94bebdd7c8d1e5.tar.gz |
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/video.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index 5515d7621..1cafe0e28 100644 --- a/doc/plugins/contrib/video.mdwn +++ b/doc/plugins/contrib/video.mdwn @@ -7,11 +7,11 @@ This plugin provides embedding video on wikipages. Plugin uses most simple embed ###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://sphynkx.org.ua/progr/videoplug/jw_videoplugin.tar.bz2) in your ikiwiki webdir. |