Loop

Work with the loop parameter.

📘

You are reading API v2 documentation

Still using the Legacy API? Access the Legacy API documentation.


Your embedded content can be automatically played again by adding the loop runtime Player parameter of your embed method on either a video or a playlist object.

Depending on your Player configuration and your object, you will be able to either loop a list of recommendations, a playlist or a single video.


Player configuration for specific loop behaviors

Use the table below to set up your Player configuration for the intended loop behavior:

Expected loop behaviorEmbedded objectlooprecommendation.enable_auto_recommendationplayback.enable_autonext

Loop upon single video

Video loops smoothly without any interruption

Videotruefalsefalse

Loop upon recommendation list

Once your video is finished, the recommended videos will play. When the last video reaches the end, the playback will play again from the beginning of the queue.

Videotruetruetrue

Loop upon playlist

Once your video is finished, your playlist will play. When the last video reaches the end, the playlist will play again from the beginning.

Playlist or Video within a playlisttruetruetrue

Integration examples

Check the following examples to see how to add the loop parameter in your embed method.

Player Embed Script
Player Library Script
Player iFrame


Did this page help you?