
In a playlist, do I always have to start at the first playlist item when entering?
I'm working on adding bookmarking to our project where I keep track of which playlist items the user has viewed. When the user exists and re-enters, I would like to highlight the last playlist item that was viewed and let the user start playing from there. Is this possible?
Here's what I tried that didn't work. Perhaps I'm on the wrong track or it's not possible. I added code to the onReady event to highlight the correct playlist item and that works. I then tried to call
jwplayer().PlaylistItem(currentindex); in onReady immediately after with the correct playlist item but the first playlist item always gets played.
Are things just not completely set up in onReady to have me select a playlist item? Is there another place to call this?