Playing a specific playlist fileIf you use the id parameter in the playlist, so you can start the desired file with the plstart parameter or via the API. You can also use the How it worksSpecify a unique identifier for each playlist element file:[{title:"1", file:"URL", id:"first"},{title:"2", file:"URL", id:"second"},{title:"3", file:"URL", id:"third"}] Now you can set the launch from the desired file by specifying the id in the hash with the prefix play- //site.com/video/sample.php#play-second This hash is to set the playlist to the second file. The player must be directly inserted on the page, not loaded into an iframe (in this case, the frame link is used). Changing the hash does not change the starting file without reloading the page. |