I've been searching forums for a couple of days for multiple playlists but all the examples use "invisible" playlist, e.g. links that reload the page and player with a new playlist.
What I would like to do:
1.Have 3 visible playlists, with their contents - thumbnails, title, description, etc. without a video view screen.
2.Have 1 video view screen, with or without a playlist.
3.Be able to click on any item from any playlist to load the main view screen.
I guess what I need is a way to send data from one player to another, does that sound right? Any other ideas?
Thanks, DC

I've done this with two playlist only players and one display area player (three players).
You could easily add more playlists by replicating the code for the two existing playlist displays.
You can have a playlist display under/beside the display area player by just adding the playlist & playlistsize flashvars and adjusting the height/width appropriately.
Since the display area player and the playlist display players are separate players, you can position them wherever you want with CSS.
On startup, the two playlists are concatenated into one playlist which is loaded into the display area player. When a selection is made on either of the playlists, the appropriate index on the display area player is selected and played.
One of many test pages is here: http://willswonders.myip.org:8074/Two%20Playlists%20SC_A1.html
The left playlist is MP3s with images — no thumbnails, the right playlist is a video from an RTMP server — with thumbnails, illustrating how to serve mixed media from different servers. You can have any combination of settings that you would have in normal players/playlists.
Don't expect YouTube-like performance on the video, my upstream bandwidth is severly constrained (256kbps).