<<InsertPage page='WidgetTrail'>>


Einbetten von Videos

<<TableOfContents>>

== Ab cci 2.1

ab version 2.1: Dieses PlugIn erlaubt es Videos von Video-Sharing Platformen im Wiki einzubetten ohne HTML freizuschalten. Im Moment wird nur Vimeo als Video-Platform unterstützt.

Parameter
* url: der Link auf das Video 
* title: caption Text für das video
* width: Breite des Embed Objects
* height: Höhe des Embed Objects

=== Beispielscript

{{{

<<JVideo url='http://vimeo.com/9858055' height='400' width='300' title='Nuveon MES Mobile Device'>>
}}} 

In dieser Version werden nur öffentliche Videos unterstützt.

=== Beispiel Ergebnis


<<JVideo url='"http://vimeo.com/43883589' height='400' width='300' title='Sample Video from Vimeo'>>


== Ab cci 3.0

Unterstützung HTML5 (Attachment als webm, mp4 oder ogv) sowie YouTube zusätzlich zu Vimeo

Hintergründe zu HTML5 unter [[VideoDebatte]]

{{{
YouTube Platform\\
<<JVideo url='http://youtu.be/A2S7J_JBWds' width='640' height='320'>>

Vimeo Platform\\
<<JVideo url='http://vimeo.com/24030911' width='640' height='320' title='Staff Pick'>>

Remote HTML5 Video\\
<<JVideo url='http://diveintohtml5.org/i/pr6.webm'>>

Attached Video (mp4, webm or ogv)\\
<<JVideo src='testvideo.webm' width='640'>>

Without ending will try webm and mp4 \\
(Attach webm and mp4 and you got all Brownsers (FF, IE9, Safari, Opera, Chrome)\\
<<JVideo src='testvideo' width='640'>>
}}}