Video Texture Onto Object

How do I link the video texture to an object? New to PlayCanvas and trying to place the video texture onto my own object, not a PlayCanvas made object. Followed the tutorial but nothing appeared. I can’t seem to understand where the video is being linked to the material or object in the tutorial.

Link to my project:
https://playcanvas.com/project/614243/overview/blah

I’m using NFT with an image, the object appears and does everything correct except the video.

Thank you!

Apparently the video will begin to play after hearing the Start event, be sure to create an entity that generates this event, or deactivate this condition in the script. remember to click on the parse box of videotexture.js to update the changes