Here’s a technique to link scenes to URLs: Linking to a specific scene from inside and outside of a Tumult Hype document
Your URLs would appear as http://example.com/index.html#scenename.
If you are trying to control a frame’s ‘src’ or URL, you would need to use some JavaScript.
To create a button that you can use to load a different website in a box, follow these steps:
Let’s say you have an iframe with the id of frame1
. You would need to run this function to change its SRC:
var newframesrc = 'http://site.com/documentname.html#scene1';
document.getElementById('frame1').src = newframesrc;
To create separate Tumult Hype documents that can be loaded from URLs like http://example.com/support
or http://example.com/contact
you would export a document named ‘index’ into the ‘support’ and ‘contact’ folders on your web host.