You can create your own custom playlist bar outside of the player using our API and some CSS. We have a basic example in the following article: Loading videos through the API
Thanks for the information. I have an additional question on the playlist setup/creation. How would I set it up if I am using the hosted JWPlayer and load/list videos that are hosted at the JWPlayer site? I have just started looking at the code.
This isn’t built in functionality so the single-line embed method will not work, this will take a more manual approach. Copy your cloud-hosted player, found in the Tools section of your dashboard, and include the script in the <head> of your page. Then setup the player within a <div> where you want it to appear on the page. You can read more on the steps and setup parameters in our Configuration Reference document and Advanced Embedding articles.
You can find your direct video URLs within your dashboard in the Videos section by selecting your video to view it’s properties then clicking on the “Sources” tab. You can also find the MediaID within the properties page of the video. Referencing the MediaID in your embed will ensure video analytics are captured.
Hope this helps!
This question has received the maximum number of answers.