Forum Discussion

NapatChannual's avatar
NapatChannual
Community Member
3 years ago

How to detect completed Web Object to continue to next slide

Dear Everyone, I found some issue about web object.

- I have a web app content that player need to finish first to proceed to the next slide.
- I cannot find any tools or condition to detect 'if' the player finished all content on the web app.

Could you please give me some suggestion about this issue? 

Thank you in advance for your help!

  • Hello Napat, 

    Thanks for reaching out! 

    There isn't a way for Storyline 360 to detect completion of a web object because of the nature of how web objects are added to a slide. Web objects are embedded as iframes which means that they aren't actually part of the slide, and there's no way for Storyline 360 to recognize events that occur on these third-party locations. 

    I’ll be happy to pass your thoughts on to our product team, but you can also feel free to detail them more through a feature request!
     

  • Depends on how you use your WebObject. I use it for loading external Javascript libraries... then you can check whether they are loaded and set a variable to true. Then you can do whats needed.

    Also can you send data forth and back between a WebObject and Storyline. I know there are several posts on the forum achieving that.

  • Manestrin's avatar
    Manestrin
    Community Member

    Hi. I am testing storyline and I have a question about the webobject. I know I can move to next slide when a timebar finish, but I need to disable video controls of the video on webobject so that the user doesn't interact with it and waits for the end of the video. How do I do this?

  • Manestrin's avatar
    Manestrin
    Community Member

    One solution would be to set the slide timeline to the same length as the video, but then you would have to restrict access to the video controls. Is it possible to disable the webobject's video controls?