Hi, I have two edge html files. One edge html file has a button that sends you to the other edge html page when clicked. Is there a way to add a trigger to the trigger below so that it not only sends you to the new edge html page but also to a specific point in the html's timeline? Something like:
window.open("http://www.adobe.com", "_self");
sym.play(2000)
I know this doesn't work but this is what I'm trying to do?
Thank you!
Saul