Web Objects

Jan 21, 2020

I'm working with web objects for the first time. Is there a way to take learners directly to the content of a web page so that they don't have to scroll down to find it? There's several paragraphs of unrelated content on this page, and it would be nice if I could somehow bypass irrelevant content and go right to what I want them to see.

Thanks,

~Deb

5 Replies
Jose Tansengco

Hi John,

Web objects essentially work by using the iFrame HTML element to load whichever website is declared in the tag. Example of an iFrame: 

<iframe src="url" title="description"></iframe> 

If you want the slide to directly load a specific section in a website, you'll want to get the full URL to that section. I have not tested this to redirect to a web cam embedded in a website, so you'll want to test this functionality first if it will work inside an iFrame. 

You can also check out this article which explains some of the issues that you might encounter when using web objects in Storyline 360.