How to check if the video stop after his endtime , to load and start automatically the next song?![]()
Professional Software Development Tools
How to check if the video stop after his endtime , to load and start automatically the next song?![]()
or there is a posibility to run a procedure from another object?
For example, On Load page to call the click procedure of paragraph 1? Something like this...
Two questions for the price of one
1. The video object has an "On Finsh" event. That is where you put the code you want to run when the video plays to an end.
2. If you want to use the same piece of code in different places, create a global function and just call that where/whenever you want the code to run.