Embedding Multimedia Content in IskWiki!: Difference between revisions

From Iskomunidad
No edit summary
mNo edit summary
Line 13: Line 13:
sample code to be placed in the entry:
sample code to be placed in the entry:


<nowiki>
< mp3 > filename (uploaded or external) </mp3>
      <video caption="UP Naming Mahal" height="0px" thickbox="true" download="false">UP_Naming_Mahal_mp3.mp3</video>
 
</nowiki>





Revision as of 13:41, 21 July 2009

This page discusses ways of embedding media contents in iskWiki!


Flash File From An External Source

{ { #evp:server | filename } }


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

Server = youtube
Filename =sE6E0GwIOIw

{ {#evp:youtube|sE6E0GwIOIw} } (Without the spaces)

Uploaded Audio File

sample code to be placed in the entry:

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


Uploaded Video File

(coming soon)