Reply
New Member
cyeh
Posts: 3
Registered: ‎05-01-2012
0 Kudos

randomize videos within playlist

is there an API to randomize the videos that are being pulled into a smart playlist? or randomize video play order of a set playlist?

 

thanks

Brightcove Team
BC-Jonathan
Posts: 235
Registered: ‎09-30-2011
0 Kudos

Re: randomize videos within playlist

There isn't a specific random function, but you if you have a list of video IDs (get these with Read API or manualyl from the Studio) you could write a basic random function in JS and use the loadVideoByID(id) to randomly load videos into the player.

 

Does that make sense?

 

 

Thanks