Skip to content

video issue #264

@FelixJulius

Description

@FelixJulius

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 }
</style>

START

<script> let x = document.getElementById("myVideo");

function playVid() {
x.play();
}
</script>

Best regards

Felix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions