In thinking of possible work-arounds, one thing that occured to me was for us to load the videos in a player that we house on our own server, and then just put those into an htmlpage. I think this would definitely solve the problem in terms of file size and loading.
Not necessarily. The data *still* has to be transferred to the client computers. In your scenario, this will happen *while* the exp is running, not beforehand, which simply opens the door for different issues (e.g. network timeouts, slow client connections, etc.).
I *think* I can use htmlpages as instructions only, and if I'm right about this, I'm not so sure how to accomplish this goal.
You think right.
BUT, it's important that the participants don't just breeze through the video without watching it. In other words, I don't want them to be able to click forward or continue until the video is completed.
https://www.millisecond.com/support/docs/v3/html/language/attributes/wait.htm
Regards,
~Dave