Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
I created an animated and interactive menu in Tumult hype and I need the items in each menu to lead to a specific page in the post.

When I create the go to page button in indesign the OAM file interactions do not work. I need to create this direct button in tumult hype, but I don't know which link to target.

Follows link with demonstration of what is happening.

https://youtu.be/kWBj8WyPGgo
in how_to by (200 points)
  

1 Answer

0 votes
 
Best answer

The OAM will be loaded into an iframe. From that iframe, you need to reach out to the parent window (or the top window if the in5 content is not embedded in another web page). From there, you can call the nav.to function to navigate to a specific page, e.g.,

window.parent.nav.to(1);
by (197k points)
selected by