Embedding Multimedia Content in IskWiki!: Difference between revisions

From Iskomunidad
(New page: 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 i...)
 
 
(35 intermediate revisions by 3 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!


==New Flash Source==


'''Flash File From An External Source'''
<nowiki><videoflash type="source">video code</videoflash></nowiki>


This can be done with a working knowledge of html.  
Source types:
*dailymotion
*vimeo
*sevenload
*revver
 
Video code:
<nowiki>http://www.youtube.com/watch?v=3EszBH3cQqI</nowiki>
'''3EszBH3cQqI'''
 
=='''Uploaded Audio File'''==


sample code to be placed in the entry:
sample code to be placed in the entry:


<nowiki>
<tt><nowiki><mp3>filename (uploaded or external)</mp3></nowiki></tt>
      <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 Video File'''==


'''Uploaded Audio File'''
<tt><nowiki><video>Filename</video></nowiki></tt>


sample code to be placed in the entry:
'''Parameters'''
 
width: width in pixels, defaults to ''320''<br />
height: width in pixels, defaults to ''240''<br />
title: video title, default<br />
caption: defaults to the title if not specified.  To exclude, set to ''none''<br />
image: preview show inline.  Defaults to included clip image<br />
type: mimetype, defaults to ''auto''<br />
download: defaults to ''false''<br />
autostart: defaults to ''true'' <br />
controller: defaults to ''true''<br />
thickbox: defaults to ''false''<br />
 
  Example: <tt><nowiki><video caption="Water Day" autostart="true" thickbox="true">waterday.wmv</video></nowiki></tt>
 
'''Supported formats'''
 
''Quicktime''
<br />o .mov (video)
<br />o .mp4 (video)
<br />o .mp3 (audio)
<br />o .smi or .smil (dynamic video)
<br />o .3gp (video & audio)<br />
<br />''Windows Media''
<br />o .avi (video)
<br />o .wmv (video)
<br />o .asf (video)
<br />o .wma (audio)<br />
<br />''Flash''
<br />o .swf (video application)
<br />''Ogg''
<br />o .ogg (video)
<br />o .ogv (video)
<br />o .oga (audio)
 
=='''FLV Playlist'''==
<nowiki><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>
</nowiki></tt>
 
=='''FLV Player (Standalone)'''==
<nowiki><flvplayer>Image:Filename.flv</flvplayer></nowiki>


<nowiki>
'''Optional Attributes'''
      <video caption="UP Naming Mahal" height="0px" thickbox="true" download="false">UP_Naming_Mahal_mp3.mp3</video>
<br>width: default = 320
<br>height: default = 240
<br>autoPlay: default = false
<br>autoBuffering: default = false
T
==See Also==
* [[DILC:audio quality improvement]]


</nowiki>
[[Category:Tech Support]][[Category:DILC Matters]]

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