Hi, we have a complicated scenarios where there is a bunch of videos on the server, each one represent a letter. The client log’s in and make a custom video by putting a word in the system. The system than combine the different videos that represents the letters of the word into one videos that the user can than buy (another option he pays monthly and than he as access to see them for ever).
We are using Wix for the rest of the site and wandering if this a feature that can be done thru the api and wix video, but we cannot find documentation.
Thank you for your help. Please, since this is a complicated question, be serious in the answer.
Hi,
Just to be sure that I understand your question properly- do you wish your site visitors to be able to create their own videos on your site’s server? If this is the case, I’m afraid that it is impossible. Moreover, note that currently there’s no integration of Wix Code with Wix Video. If this is not what you were referring, please clarify what you were struggling with.
wel, its very simple, I need to programmatical play videos in a certain sequence (I have 24 videos about and the user can choose to make a play list that would play one after the other). It is that simple. For example, the user can write in a text box, “1, 23, 2, 5” and this will play track 1, 23, 2 and 5.
Its not exacly that, but if I can implement that, than I can implement the real thing. Apparently you can do play list easily with JS… But I would be interested in staying in the Wix environnement…
The suggestion was to listen to tghe end event of the ovie and replace the mp4 then, by js (stackoverflow)… But in Wix ?
Hey,
i think what you want can be achieved using a Gallery , where you set the items to programmatically. Make sure you choose a gallery that allows playing videos.
Wow, that is cool, but how do you create grammatically a list of videos to play in a certain order with this Gallery business ?
Other words, is it possible to generate a galery on the fly from existing vedeos ? Any where I can find an example of that ?