Work with ScheduledControlList from JavaScript

I want to add following tag in ScheduledControlList section:

<Event id="clip1start" titleTime="00:00:06:00" />

How I can do it from JavaScript



Answer this question

Work with ScheduledControlList from JavaScript

  • DiasVFX

    The scheduled control events are defined in the playlist and are used for specific events in the running of the title. If you just want to pause the film at a certain time, you should use createEvent to create an event and then in the event handler you should pause.

  • Work with ScheduledControlList from JavaScript