Video auto play?

I have a video with an image target … in <a-assets> the <video> has autoplay but it is not autoplaying.

How can I get it to start playing as soon as target is recognized?

<video id="house" src="assets/house.mp4" autoplay muted crossorigin="anonymous" loop="true" />

Hello @Ze_ev_Gilad you can reference the sample projec here:

Or write a custom componen that plays a video on xrimagefound event