Embedding Multimedia Content in IskWiki!: Difference between revisions

From Iskomunidad
No edit summary
No edit summary
Line 4: Line 4:
'''Flash File From An External Source'''
'''Flash File From An External Source'''


  <tt><nowiki>{{#evp:server|file ID|description|alignment}}</nowiki></tt>
  <tt><nowiki>{{#evp:server|file ID|description|alignment|width}}</nowiki></tt>


<br/>Where:
<br/>Where:
Line 10: Line 10:
* <tt>id</tt> is the id of the video to include
* <tt>id</tt> is the id of the video to include
* <tt>description</tt> (optional) is the caption of the video clips.
* <tt>description</tt> (optional) is the caption of the video clips.
* <tt>align</tt> (optional) is the align of the video clip in the page (it can be "left" or "right")
* <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)
* <tt>width</tt> (optional) is the width in pixels of the viewing area (height will be determined automatically)



Revision as of 13:50, 21 July 2009

This page discusses ways of embedding media contents in iskWiki!


Flash File From An External Source

{{#evp:server|file ID|description|alignment|width}}


Where:

  • server is the name of a video sharing service.
  • id is the id of the video to include
  • description (optional) is the caption of the video clips.
  • alignment (optional) is the align of the video clip in the page (it can be "left" or "right")
  • width (optional) is the width in pixels of the viewing area (height will be determined automatically)


example:
Embedding a file from YouTube
http://www.youtube.com/watch?v=sE6E0GwIOIw

Server = youtube
Filename =sE6E0GwIOIw

{{#evp:youtube|sE6E0GwIOIw}}

Uploaded Audio File

sample code to be placed in the entry:

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


Uploaded Video File

(coming soon)