Is there a way to select a video on a playlist via a url varialble?

The customer I’m working for has a page with a player on it. The player has 10 videos it. Is there a way to pass in a querystring variable that will adjust the selected video.

Is it possible to do this via JavaScript?

Example: playerpage.aspx loads the first video. playerpage.aspx?vid=3 loads the 3rd url

You can select the initial video in the playlist using the initItemEntryId variable:
http://player.kaltura.com/modules/KalturaSupport/tests/PlaylistInitItemEntryId.qunit.html

Amir, Thanks for your help! Does the user know how to get the id of the video? I’m not responsible creating the playlist/player. Another user does that.

It is a good question. I am happy to receive the answer. I hope, it will work well. Thanks for the information.