Hello,
How would I go about coding a button that is inside of a text field to control a jump in the timeline?
sym.$("Text10").html("<p>my text goes here</p><button type='button'>Click Me!</button>");
I would like this button to play the timeline from a designated spot. How would I go about doing that?