Video Strip Background to be played only upon trigger (event)

Hi Dima,

Thanks for your answer.
I’m afraid I wasn’t clear enought.

When clicking on audioPlayer6 , I want the strip background to be played (this is a video).
Thus, I need something like this:

$w.onReady(()=>{
    $w('#audioPlayer6').onPlay(()=>{
        $w('#columnStrip1').play()
    })
})

But there is no play method on column strip.
What do you think?