Hi' how to play some video file but also load the playlist while playing? is it possible? the video file is not declared inside the playlist itself.
i found this post: http://www.longtailvideo.com/support/forum/Setup-Problems/13078/file-and-item#msg87070
but it only show the playlist when the video COMPLETED.
is there any way to implement it?
Thanks a lot..

The File properties (Reference: http://developer.longtailvideo.com/trac/wiki/FlashVars#Fileproperties) of even a single video are contained in the playlist array within the player.
So you can't have a video playing that is not contained within the player's self-contained playlist.
You could have a separate playlist done in HTML/CSS that didn't have specific tracks showing. See:
http://www.longtailvideo.com/support/forum/JavaScript-Interaction/13831/Playlist-is-not-loading-in-C...