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


This can be done with a working knowledge of html.
{ { #evp:server | filename } }


sample code to be placed in the entry:


<nowiki>
example:<br />Embedding a file from YouTube<br />http://www.youtube.com/watch?v=sE6E0GwIOIw<br /><br/>Server = youtube<br/>Filename ='''sE6E0GwIOIw'''<br/><br/>{ {#evp:youtube|sE6E0GwIOIw} } (Without the spaces)
      <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>
 
</nowiki>


'''Uploaded Audio File'''
'''Uploaded Audio File'''
Line 26: Line 17:


</nowiki>
</nowiki>


'''Uploaded Video File'''
'''Uploaded Video File'''

Revision as of 11:16, 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:

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


Uploaded Video File

(coming soon)