Blog | Sitemap | Forum

Bookmark using any bookmark manager!

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

Set Playlist Style

PlayerDIY Web Player is a user-friendly graphical program for customizing skinning flash video player for web, with which, every aspect about web flash video player can be configured on graphical interfaces.

The playlist can be generated automatically by PlayerDIY Web Player after input video, and the default style of playlist is “black”.

Demos (Please attention on the playlist)
1. The demo when the playlist style is “black”:


2. The demo when the playlist style is “slider”:


3. The demo without playlist showed when playlist style is “none”:

Here, the following examples are about how to set the playlist style in different ways to meet your needs.

  • PlayerDIY Web Player
  • Flashvars Code

The playlist style can be configured on the following interface of PlayerDIY web Player, and there are three styles (none, black, slider) can be chose at present.

To implement the first demo above with flashvars code, the embed code will be as below:

<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent" align="center"></div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('flashvars','playerOpts=previewBar*black.swf*s');
so.write("flashcontent");
</script>

The line of the red code is the flashvars code for setting the playlist style and, the playlist style is black. if playerOpts=previewBar*undefined*e||noWatchBtn*true*b, the player will has no playlist. Get more information about flashvars code.

If you want to submit playlist plugin to us, please contact us via addons@playerdiy.com

Configuration