Wix video on dynamic pages

Hi,
I need to use a wix video widget in my dynamic pages
I would like to know if there is any way to make it work ?
I already posted this previously but i was hoping that with the changes in the WIX STUDIO there may be new possibilities

I am building a streaming website but i cant make a page for each movie or it will be more than 100 pages. And only wix video has the options that i needed (Sign In, Payments, Preview ect…) so i cannot use another one widget or the normal video widget

I could use the permission + pricing plan system to manage the overall access to the movies, but i have a loaning system for each individual movie and i cant manage it that way with the dynamic pages

If dynamic pages doesn’t work do u have any idea of a way to fight the 100 page limit or to make the movies accessible ?

Thank you for your help

If you don’t want to code I don’t know how can you handle this (there may some solutions but I don’t know).

But if you are ready for coding you can use routers instead of dynamic pages. In this way you can also handle the loaning system for movies in your streaming service or anything else you need.

YouTube also works in a similar way. (In fact dynamic pages works same but you can’t run code on page requests).

But you would need advanced JS/Velo knowledge for this.

Instead of creating a separate page for each movie, you can create a master template for movie pages. This can be a regular page with placeholders for dynamic content. Then, using Wix’s dynamic page functionality, you can generate individual movie pages dynamically based on your collection data.