Difference between revisions of "Videos"

From WikiCU
Jump to: navigation, search
(New page: * [http://www.theu.com/ theU.com] has [http://www.theu.com/admissions_ratings/columbia_university videos about Columbia])
 
 
Line 1: Line 1:
 +
== List of miscellaneous videos ==
 +
 
* [http://www.theu.com/ theU.com] has [http://www.theu.com/admissions_ratings/columbia_university videos about Columbia]
 
* [http://www.theu.com/ theU.com] has [http://www.theu.com/admissions_ratings/columbia_university videos about Columbia]
 +
 +
== How to insert videos ==
 +
 +
=== Youtube ===
 +
 +
Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg
 +
 +
Wiki code:
 +
 +
<pre>
 +
<videoflash>4lhyH5TsuPg</videoflash>
 +
</pre>
 +
 +
or (with width and height):
 +
 +
<pre>
 +
<videoflash>WZpeeRSk-0A|200|100</videoflash>
 +
</pre>
 +
 +
=== GoogleVideo ===
 +
 +
Original url: http://video.google.it/videoplay?docid=1811233136844420765
 +
 +
Wiki code:
 +
 +
<pre>
 +
<videoflash type="googlevideo">1811233136844420765</videoflash>
 +
</pre>
 +
 +
or (with width and height):
 +
 +
<pre>
 +
<videoflash type="googlevideo">1811233136844420765|200|150</videoflash>
 +
</pre>
 +
 +
=== DailyMotion ===
 +
 +
Original url: http://www.dailymotion.com/video/xi23l_geris-game
 +
 +
Wiki code:
 +
<pre>
 +
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb</videoflash>
 +
</pre>
 +
 +
or (with width and height):
 +
 +
<pre>
 +
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb|640|480</videoflash>
 +
</pre>
 +
 +
=== Sevenload ===
 +
 +
Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur
 +
 +
Wiki code:
 +
<pre>
 +
<videoflash type="sevenload">Eh4mjir</videoflash>
 +
</pre>
 +
 +
or (with width and height):
 +
 +
<pre>
 +
<videoflash type="sevenload">Eh4mjir|640|480</videoflash>
 +
</pre>
 +
 +
=== Revver ===
 +
 +
Original url: http://one.revver.com/watch/138657
 +
 +
Wiki code:
 +
<pre>
 +
<videoflash type="revver">138657</videoflash>
 +
</pre>
 +
 +
or (with width and height):
 +
 +
<pre>
 +
<videoflash type="revver">138657|640|480</videoflash>
 +
</pre>
 +
 +
[[Category:WikiCU]]

Latest revision as of 15:53, 5 May 2007

List of miscellaneous videos

How to insert videos

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>