Multiple vid() elements in different zim Frames

I want to use several vid() elements in different Frames in the same application (Angular), but I can't get it to work like I want. If I put two vid() elements in the same ZIM Frame, it works. However, if I put a vid() element in a second ZIM Frame element, it does not play unless I update the stage manually (stage.update() makes it update step by step). It seems to be an issue with Ticker across several Frames. Does anyone have any tips on this?

1 Like

Hmmm.... sounds like a bug in ZIM - will take a look.

Okay - that should be fixed now - npm 18.1.0 and in the ZIM CDN. Thanks for pointing it out.

We added the vid's stage property to the Ticker that was updating it.

And welcome to the ZIM Forum!

Thanks for the quick response! It works now!

1 Like