Interactive data support
The Interactive Video Viewer supports rendering interactive swatches based on interactive data passed to the viewer as a configuration parameter.
The currently visible swatch corresponds to the video time region with which it is associated. Clicking or tapping the interactive swatch triggers the action assigned to it at author time.
Interactive swatch can either activate a Quickview on the hosting web page by triggering a JavaScript callback or it can redirect the user to an external web page.
About Quickview
These types of interactive swatches should be authored using the action type “quickview” in Adobe Experience Manager Assets - On-demand. When a user activates such a swatch, the viewer runs quickViewActivate
JavaScript callback and passes the swatch data to it. It is expected that the embedding web page listens to this callback and when it triggers, the page opens its own Quickview implementation.
Redirect to an external web page
Swatches authored for the action type “quickview” in Experience Manager Assets - on-demand redirect the user to an external URL. Depending on the settings at the time of authoring, the URL can open either in a new browser tab, in the same window, or in the named browser window.