htmlVideoLoader htmlVideoControl

Hi Clifton,
My users should be able to choose whether to exploit a whole video, YouTube or otherwise, or just use part of it. They need to be able to redefine the start and end timecodes. For example start 15 seconds after the start and end twenty seconds before the end. My VB version does this successfully. When the user first clicks on play the video jumps to the desired start position and when the video gets to the desired end position it stops playing.
I have been trying to achieve this in theTB/Powerpac version. I have tried to use your Range Slider system but if I call htmlVideoControl("screen", "setValueSlider", "6000,18000") for example I get this message TypeError: this.rs is undefined (line number 1) . If the video is already playing there is no error message but there seems to be no effect. Maybe I have misunderstood something.
I have also tried to make my own system. The start position works but stopping the video before the end is more problematical. If I use pause or stop, the player doesn't seem to like it and becomes unstable. I cannot just use seek and pause to return it to the start position. I don't know why. I thought I had cracked it by unloading and reloading the video. Not ideal but good enough maybe. Strangely this does not work if the video is unloaded before it reaches the original end. It will not play again unless the page is reloaded. If it is allowed to go the end, unloading and reloading is not a problem.
I have also wasted a lot of time on a new Chrome problem today. I made various test apps to try to understand what was happening. Chrome will no longer allow the htmlVideoControl("screen", "play") to function with a YouTube video the first time the user clicks. You must use the official YouTube arrow button to start. Thereafter there is no problem and htmlVideoControl("screen", "play") functions normally. On one of my test apps all my buttons play, pause and stop were disabled. I discovered that in the Chrome cache there was something like Confidentiality Error displayed beside the address! I deleted this from the history and the page became normal again, except that the play button could not be used to start the video after loading. I think I can modify my program to incorporate this restriction. It only applies to YouTube videos. Other uploaded videos can be started normally. Just as well because they don't have an arrow button!
Two unrelated other things;

If I click on LearnToType.Today I cannot access my account. If I click on the link there is no problem. The word OR seems to imply that I have a choice but maybe not? I used Firefox to view your encryptions in session storage by the way. Actually my system is very similar. I use a new password key for every session.

When I upload a TB/Powerpac to my site,using FileZilla, I often see messages like this. They are always about cursors but not always the same one. It is absolutely not a problem but I wonder how it can happen.
John
My users should be able to choose whether to exploit a whole video, YouTube or otherwise, or just use part of it. They need to be able to redefine the start and end timecodes. For example start 15 seconds after the start and end twenty seconds before the end. My VB version does this successfully. When the user first clicks on play the video jumps to the desired start position and when the video gets to the desired end position it stops playing.
I have been trying to achieve this in theTB/Powerpac version. I have tried to use your Range Slider system but if I call htmlVideoControl("screen", "setValueSlider", "6000,18000") for example I get this message TypeError: this.rs is undefined (line number 1) . If the video is already playing there is no error message but there seems to be no effect. Maybe I have misunderstood something.
I have also tried to make my own system. The start position works but stopping the video before the end is more problematical. If I use pause or stop, the player doesn't seem to like it and becomes unstable. I cannot just use seek and pause to return it to the start position. I don't know why. I thought I had cracked it by unloading and reloading the video. Not ideal but good enough maybe. Strangely this does not work if the video is unloaded before it reaches the original end. It will not play again unless the page is reloaded. If it is allowed to go the end, unloading and reloading is not a problem.
I have also wasted a lot of time on a new Chrome problem today. I made various test apps to try to understand what was happening. Chrome will no longer allow the htmlVideoControl("screen", "play") to function with a YouTube video the first time the user clicks. You must use the official YouTube arrow button to start. Thereafter there is no problem and htmlVideoControl("screen", "play") functions normally. On one of my test apps all my buttons play, pause and stop were disabled. I discovered that in the Chrome cache there was something like Confidentiality Error displayed beside the address! I deleted this from the history and the page became normal again, except that the play button could not be used to start the video after loading. I think I can modify my program to incorporate this restriction. It only applies to YouTube videos. Other uploaded videos can be started normally. Just as well because they don't have an arrow button!
Two unrelated other things;

If I click on LearnToType.Today I cannot access my account. If I click on the link there is no problem. The word OR seems to imply that I have a choice but maybe not? I used Firefox to view your encryptions in session storage by the way. Actually my system is very similar. I use a new password key for every session.

When I upload a TB/Powerpac to my site,using FileZilla, I often see messages like this. They are always about cursors but not always the same one. It is absolutely not a problem but I wonder how it can happen.
John