How can "captions" be changed after video instantiation? | Community
Skip to main content
New Participant
October 16, 2015
Solved

How can "captions" be changed after video instantiation?

  • October 16, 2015
  • 1 reply
  • 540 views

I'm using: 

var s7_videoview = new s7viewers.VideoViewer();

to instantiate a video player, and setting the caption parameter:

s7_videoview.setParam( "caption", "http://s7d2.scene7.com/is/content/Delldev/VTT/dell_daac_hilton_h264%5F720p_800x450_1200k_de-de.vtt,1" );

I'd like to be able to change the caption after load.  I've not been able to use the .setParam to change the caption.  Is there another method?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can override the video component to embed business requirements. We have a community article on how to customize the video component:

https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You can override the video component to embed business requirements. We have a community article on how to customize the video component:

https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html