Forum Moderators: open
Our clients are medical professionals that are viewing a presenter with audio and synched sides. Now they want to see video of the procedures.
Rick
Opening a new page (with controls removed) can be done using javascripts window.open and you can time it using javascript setTimeout. It's not particular reliable if you're looking for accurate timing.
Would it be better to open it on a click rather than a specific time?
Note, I would avoid trying to size the window. As mentioned in the thread, it will not be the correct size for all of your visitors depending on their personal browser settings.
Also, I would not hide any browser controls. It's bad for usability.
This is the code we are using. A user clicks on it and it plays the second video. We allow users the ability to choose if they want the second video or not depending on their bandwidth. What we would like is to have the program not loop and when its done for the widow to close and go back to our orginal program.
I've search using Google but can not find any codes.
Thanks again,
Rick