0

can you make it so when the embedded video finishes playing it automatically goes to the next page of the module?

1207 0 2
Posted   2 years ago

Comments

( 0 )

Answers  ( 2 )

0
avatar Chris Van Wingerden   |    
Posted   2 years ago

No, there isn't a built-in way for a page to know when an embedded video has been completed.

Embedded videos from YouTube or other sites are essentially displayed in the page in an iframe, so the page only "knows" that something is on the page, it doesn't have a way to know anything about what's inside that iframe.

 

Comments

( 0 )
0
avatar Paul Schneider   |    
Posted   2 years ago

If your video streaming service has an video service API and you have programming skills and understanding of the API, you can, instead of using the Embed Video option, create an HTML widget and in the HTML widget add the desired embed code and using the video service API to identify the end point and then use the dominKnow content API to trigger the next page. HTML Widget and Content API Information.

Comments

( 0 )