Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

How to format playlist

5 replies [Last post]

Hi
I am trying to format ...Hi
I am trying to format the playlist
Ideally I would like the background to be black and the text white.
I have tried this code in the flashvars
flashvars="file=playlist.xml&playlist=bottom&playlistsize=160&screencolor=000000"
But it does not change the colour of the background
Also is there a way to space the playlist so there is a gap between items?
If I wish to also use a config xml file where do I place the call to this file..In the player embed code?
Here is my website
www,eventvideos/samples.html
Thanks

Can you provide a link to where you are running this? Your link does not work.

My apologies..the link is
www.eventvideos.biz/samples.php

Okay, you will need to do this in order to change the colors:

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='648' height='384' id='player1' name='player1'>
   <param name='movie' value='player.swf'>
   <param name='allowfullscreen' value='true'>
   <param name='allowscriptaccess' value='always'>
   <param name=bgcolor value="#000000">
   <param name=quality value="high">
   <param name='flashvars' value='file=playlist.xml&playlist=bottom&playlistsize=185&screencolor=000000'>
   <embed id='player1'
          name='player1'
          src='player.swf'
          width='648'
          height='570'
          allowscriptaccess='always'
          allowfullscreen='true'
          flashvars="file=playlist.xml&playlist=bottom&playlistsize=185&screencolor=000000"
   />
</object>

You need to make the updates to the flashvars line in both the object as well as the embed code, to ensure cross browser compatibility.

Thanks for that
but what about formatting the layout of the playlist?
is that possible?
choice of fonts, spacing/padding etc?

Those cannot be changed.