I’m totally new to Velo and javascript. I really want to create a click event onto the full audio container (instead of just the little play button). Any _click or _onClick event doesn’t seem todo anything. I was able to do the following with “mouseIn.” Is _click or _onClick not an option for this type of wix container? I’m assuming its because its not a button. But essentially want to make it a button. Any help or insight is greatly appreciated!!
export function audioPlayer1_mouseIn ( event ) {
$w ( “#audioPlayer1” ). play ();
}