Jump to content

Embedding Multimedia Content in IskWiki!

From Iskomunidad

This page discusses ways of embedding media contents in iskWiki!


Flash File From An External Source

This can be done with a working knowledge of html.

sample code to be placed in the entry:

<html><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/uHAzWzRBbMc&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/uHAzWzRBbMc&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></html>

Uploaded Audio File

sample code to be placed in the entry:

<video caption="UP Naming Mahal" height="0px" thickbox="true" download="false">UP_Naming_Mahal_mp3.mp3</video>

Uploaded Video File

(coming soon)