Won't show my movie

Hi there.

Im new in this augmented reality world, but really love it.

Im trying to learn ZapWorks studio from the beginning, don’t know code but like the challenge.
Im using one og Zap works own cases and are trying just to change the movie to my own movie.

Zap works case:
https://docs.zap.works/studio/tutorials/streaming-video-in-the-3d-view/

But it won’t play the movie when I change the URL link.
It just keeps on thinking and thinking.

Can anybody help me.
Thank you.

My movie link:


modin.info/mikas/armovie.mp4

Code:
const display_shown = symbol.controllers.display.elements.shown;
const display_hidden = symbol.controllers.display.elements.hidden;

parent.on(“show”, () => {

// Make sure we start from fully hidden
display_hidden.reset();

// Move to the shown state
display_shown.activate();

});