This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Einbetten von Videos

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#

Nuveon MES Mobile Device

Ab cci 3.0#

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

Hintergründe zu HTML5 unter VideoPlugin

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'>>

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 29-Okt-2012 17:23 by ChristophSauer.