The BB Video product allows you to define any possible event – what is going to happen, when there is a specific condition, evoked by the user, in the main video on the website. By events, you can control, when will be the video played or to put into the campaign statistics these particular actions:
-
onplay (react when the main video is launched)
-
onpause (react when the main video is paused)
-
onstop (react when the main video is stopped)
-
onskip (react when the main video is skipped)
-
onprogress (react in every x-th second while the video is playing)
-
onfinish (react when the playing is finished).
|