--start documentation
JW FLV MEDIA PLAYER 4.1
More infos in the available paramter under:
http://code.jeroenwijering.com/trac/wiki/FlashVars
http://code.jeroenwijering.com/trac/browser/trunk/as3/player.pdf
Parameters:
- type (optional, [flmediaplayer|flv|mp3|xml|jpg|gif|png|rbs|rtmp])
- Single file usage, no playlist is used, just this file will get played)
- file (mandatory)
- author (optional)
- description (optional)
- duration (optional)
- image (optional)
- link (optional)
- start (optional)
- title (optinal)
- or use th playlist feature give the following parameter multiple timess
- path (mandatory)
- title (optional)
- author (optional)
- link (optional)
- image (optional)
- description (optional)
- item (optional)
- shuffle (optional)
- repeat (optional, [false|list|always])
- color settings
- backcolor (optional)
- frontcolor (optional)
- lightcolor (optional)
- screencolor (optional)
- Control the UI
- controlbar (optional, [bottom|over|none], default=bottom)
- controlbarsize (optional)
- playlist (optional, [bottom|right|none] default=none)
- playlistsize (optional)
- skin (optional, [path/to/myskin.swf])
- mute (optional, [true|false])
- volume (optional)
- stretching (optional, [none|exactfit|uniform|fill], default=uniform)
- quality (optional, [true|false])
- displayclick (optional [play|link|fullscreen|none|mute|next])
- bufferlength (optional [seconds])
- logo (optional, [url])
- displayheight (optional)
- displaywidth (optional)
- autoplay (optional, [true|false], default=see mgmediabot configuration)
- allowscriptaccess (default=true)
- allowfullscreen (default=true)
- thumbsinplaylist, (optional, [true|false], default=false)
- searchbar (optional, [true,false], default=false)
- searchlink (optional, default=http://search.longtail.tv/%3Fq%3D)
- width (mandatory)
- height (mandatory)
- abouttext (optional)
- aboutlink (optional)
- id (optional)
- linktarget (optional)
- plugins (optional)
- streamer (optional)
- token (optional)
- tracecall (optional)
- client (optional)
- more parameters
Usage:
{mgmediabot2}path=images/stories/media/video1.flv|path=images/stories/media/video2.flv|title=Video 1|title=Video 2|width=300|height=300|displayheight=200{/mgmediabot2}
{mgmediabot2}path=images/stories/media/video1.flv|path=images/stories/media/video2.flv|title=Video 1|title=Video 2|lightbox=true|lightboxcaption=My Video|lightboxpreview=images/stories/myvideothumb.jpg|width=300|height=300|displayheight=200{/mgmediabot2}
{mgmediabot2}path=images/stories/media/video1.flv|path=images/stories/media/video2.flv|title=Video 1|title=Video 2|popup=true|popupcaption=My Video|popuppreview=images/stories/myvideothumb.jpg|width=300|height=300|displayheight=200{/mgmediabot2}
--end documentation
--start filetypes supported
types=flashmediaplayer,flv,mp3,xml,jpg,gif,png,rbs,rtmp
--end filetypes supported
--start autoplay values
-- insert here the values for the autostart feature of mgmediabot2
autoplay=true,false
--end autoplay values
--start jsconfig
disablejavascript=true
--end jsconfig
--start template
--end template