Blog | Sitemap | Forum

Bookmark using any bookmark manager!

Customize skinning flash video player for web
Customize flash video player in the easiest way

Interpretations of the terms on "Media" interface

This documentation is about the related information of the selected video in the video list on the following interface.

All settings on the above interface will show in playlist file (medialist.xml). e.g.: The medialist.xml file will like below for the settings on the above interface. Have a look at the example about editing playlist with XML code.

<?xml version="1.0" encoding="UTF-8"?>
<playlist>
<playitem caption="Web Player" path="Web%20Player.flv" image="Web%20Player.jpg" clickurl="http://www.moyeamedia.com" clicktarget="_blank" endurl="http://www.playerdiy.com" styleoftarget="browser" endtarget=""/>
</playlist>

Interpretations of terms
caption: Video name. It will show in the playlist.

path: The path of video. It can be a relative path or an absolute path.

image: A picture of a video, which will show in the playlist and show on the screen before the video playing. It can be captured from video by clicking the button or from local computer.

Clickurl: Where it will lead to when click the video.

Clicktarget: The target of the “Clickurl”. The options include _blank, _parent, _self and _top:
_blank: show in a new window
_parent: show in the parent window
_self: show in the current window
_top: show in the top window
Default value is _blank.

Enurl: Where it will redirect to when the video playing is finished.

Styleoftarget: The target of the “Styleoftarget”. The options include browser, swf and flv.

Endtarget: In which browser the “endurl” will be opened.

Support