visual-search-task-2025-11-17--18_23.study.json
Hello everyone,
I am currently trying to start my video in lab.js using a button. Everything works fine outside of lab.js. However, something goes wrong when I try to implement it. Could you perhaps give me some feedback on this? The video is in the appropriate file.
<style>
video {
height: auto;
width: 70%;
margin-bot: 10px
}
form {
margin-top: 10px
}
START
<script>
let x = document.getElementById("myVideo");
function playVid() {
x.play();
}
</script>
Best regards
Felix
visual-search-task-2025-11-17--18_23.study.json
Hello everyone,
I am currently trying to start my video in lab.js using a button. Everything works fine outside of lab.js. However, something goes wrong when I try to implement it. Could you perhaps give me some feedback on this? The video is in the appropriate file.
<style> video { height: auto; width: 70%; margin-bot: 10px } form { margin-top: 10px }START
<script> let x = document.getElementById("myVideo");function playVid() {
x.play();
}
</script>
Best regards
Felix