I am trying to set up just the basic player but with a detached playlist.
I dont need it dragable like in the examples.
Is there a way to just but the playlist in a div that I can position in my webdesign layout the way i want and have it stay there?
Am I missing some kind easy variable that I can just add in? Or hard way? either way.
Thank You
you'll need to use two players, control them both with javascript.
search for andersen's demo pages. he has a demo for mutually exclusive players, and one for simultaneous players, which is the one you would want.
hide the playlist for the first player, and hide the display for the second player (showing only the playlist)
use javascript calls to control the first player from the playlist selections on the second player.
the search tool here is your friend. this method has been described multiple times.