Embedding Multimedia Content in IskWiki!: Difference between revisions

From Iskomunidad
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page discusses ways of embedding media contents in iskWiki!
This page discusses ways of embedding media contents in iskWiki!
=='''Flash File From An External Source'''==
<tt><nowiki>{{#evp:server|file ID|description|alignment|width}}</nowiki></tt>
<br/>Where:
* <tt>server</tt> is the name of a video sharing service.
* <tt>id</tt> is the id of the video to include
* <tt>description</tt> (optional) is the caption of the video clips.
* <tt>alignment</tt> (optional) is the align of the video clip in the page (it can be "left" or "right")
* <tt>width</tt> (optional) is the width in pixels of the viewing area (height will be determined automatically)
example:<br />Embedding a file from YouTube<br />http://www.youtube.com/watch?v=sE6E0GwIOIw<br /><br/>Server = youtube<br/>Filename ='''sE6E0GwIOIw'''<br/><br/><tt><nowiki>{{#evp:youtube|sE6E0GwIOIw}}</nowiki></tt>
'''Supported Video Servers'''
EmbedVideoPlus supports embedding video content from the following services:
* [http://www.dailymotion.com/ Dailymotion]
* [http://www.funnyordie.com/ FunnyOrDie]
* [http://video.google.com/ Google Video]
* [http://sevenload.com/ sevenload]
* [http://revver.com/ Revver]
* [http://www.youtube.com/ YouTube]


==New Flash Source==
==New Flash Source==

Latest revision as of 18:22, 14 January 2013

This page discusses ways of embedding media contents in iskWiki!

New Flash Source

<videoflash type="source">video code</videoflash>

Source types:

*dailymotion
*vimeo
*sevenload
*revver

Video code:

http://www.youtube.com/watch?v=3EszBH3cQqI
3EszBH3cQqI

Uploaded Audio File

sample code to be placed in the entry:

<mp3>filename (uploaded or external)</mp3>

Uploaded Video File

<video>Filename</video>

Parameters

width: width in pixels, defaults to 320
height: width in pixels, defaults to 240
title: video title, default
caption: defaults to the title if not specified. To exclude, set to none
image: preview show inline. Defaults to included clip image
type: mimetype, defaults to auto
download: defaults to false
autostart: defaults to true
controller: defaults to true
thickbox: defaults to false

 Example: <video caption="Water Day" autostart="true" thickbox="true">waterday.wmv</video>

Supported formats

Quicktime
o .mov (video)
o .mp4 (video)
o .mp3 (audio)
o .smi or .smil (dynamic video)
o .3gp (video & audio)

Windows Media
o .avi (video)
o .wmv (video)
o .asf (video)
o .wma (audio)

Flash
o .swf (video application)
Ogg
o .ogg (video)
o .ogv (video)
o .oga (audio)

FLV Playlist

<flv 
   title="Playlist title" 
   base="http://some.where.on.the.net/folder/with/files/">
  
   first.flv|First things first
   second.flv|Second to none
   third.flv|Third time's a charm
 </flv>

FLV Player (Standalone)

<flvplayer>Image:Filename.flv</flvplayer>

Optional Attributes
width: default = 320
height: default = 240
autoPlay: default = false
autoBuffering: default = false T

See Also