Howto Video: Difference between revisions
(New page: == Usage == === Youtube === Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg Wiki code: <pre> <videoflash>4lhyH5TsuPg</videoflash> </pre> or (with width and height): <pre> <vi...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Usage = | |||
[[Image:Nutshell.png]]Use the available Wiki codes listed below to embed a video. | |||
== Youtube == | |||
Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg | Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg | ||
Wiki code: | Wiki code: | ||
Line 16: | Line 21: | ||
</pre> | </pre> | ||
== GoogleVideo == | |||
Original url: http://video.google.it/videoplay?docid=1811233136844420765 | Original url: http://video.google.it/videoplay?docid=1811233136844420765 | ||
Wiki code: | Wiki code: | ||
Line 32: | Line 39: | ||
</pre> | </pre> | ||
== DailyMotion == | |||
Original url: http://www.dailymotion.com/video/xi23l_geris-game | Original url: http://www.dailymotion.com/video/xi23l_geris-game | ||
Wiki code: | Wiki code: | ||
Line 47: | Line 56: | ||
</pre> | </pre> | ||
== Sevenload == | |||
Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur | Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur | ||
Wiki code: | Wiki code: | ||
Line 62: | Line 73: | ||
</pre> | </pre> | ||
== Revver == | |||
Original url: http://one.revver.com/watch/138657 | Original url: http://one.revver.com/watch/138657 | ||
Wiki code: | Wiki code: | ||
Line 77: | Line 90: | ||
</pre> | </pre> | ||
== Blip == | |||
Currently blip uses urls like: http://blip.tv/file/1490573 | Currently blip uses urls like: http://blip.tv/file/1490573 | ||
You cannot use the above ID with the code <pre>http://blip.tv/play/$someID</pre> which is used in this VideoFlash extension. | You cannot use the above ID with the code <pre>http://blip.tv/play/$someID</pre> which is used in this VideoFlash extension. | ||
To get the correct ID to use click on 'embed' in Blip and extract the id used in the flash embed code | To get the correct ID to use click on 'embed' in Blip and extract the id used in the flash embed code | ||
<pre> | |||
<embed src="http://blip.tv/play/AdvpMQA" type="application/x-shockwave-flash" | |||
width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed> | |||
</pre> | |||
Wiki code: | Wiki code: | ||
Line 91: | Line 110: | ||
</pre> | </pre> | ||
Note: I don't know why Blip.tv uses different ID's in it's embed code as opposed to it's url. I suspect it may be changing over or something, which is why I haven't suggested editing the code of this extension to use the 'file' rather than the 'play' url for Blip. | |||
[[Category:Help]] |
Revision as of 00:38, 25 November 2008
Usage
Use the available Wiki codes listed below to embed a video.
Youtube
Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg
Wiki code:
<videoflash>4lhyH5TsuPg</videoflash>
or (with width and height):
<videoflash>WZpeeRSk-0A|200|100</videoflash>
GoogleVideo
Original url: http://video.google.it/videoplay?docid=1811233136844420765
Wiki code:
<videoflash type="googlevideo">1811233136844420765</videoflash>
or (with width and height):
<videoflash type="googlevideo">1811233136844420765|200|150</videoflash>
DailyMotion
Original url: http://www.dailymotion.com/video/xi23l_geris-game
Wiki code:
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb</videoflash>
or (with width and height):
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb|640|480</videoflash>
Sevenload
Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur
Wiki code:
<videoflash type="sevenload">Eh4mjir</videoflash>
or (with width and height):
<videoflash type="sevenload">Eh4mjir|640|480</videoflash>
Revver
Original url: http://one.revver.com/watch/138657
Wiki code:
<videoflash type="revver">138657</videoflash>
or (with width and height):
<videoflash type="revver">138657|640|480</videoflash>
Blip
Currently blip uses urls like: http://blip.tv/file/1490573
You cannot use the above ID with the code
http://blip.tv/play/$someID
which is used in this VideoFlash extension.
To get the correct ID to use click on 'embed' in Blip and extract the id used in the flash embed code
<embed src="http://blip.tv/play/AdvpMQA" type="application/x-shockwave-flash" width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed>
Wiki code:
<videoflash type="blip">AdvpMQA</videoflash>
Note: I don't know why Blip.tv uses different ID's in it's embed code as opposed to it's url. I suspect it may be changing over or something, which is why I haven't suggested editing the code of this extension to use the 'file' rather than the 'play' url for Blip.