Saving a Ziggeo user-uploaded video as a piece of data and displaying that video

I have created a type of data called Post and would like to save User uploaded videos through Ziggeo as a field for that Post.

Any idea how to save user uploaded videos as a piece of data, then display that in the Post?

This is in a native app.

Thanks!

Not sure if it is the same in a native app. But you just store the id from the Ziggeo player as a text.

Then when you want to play, you use the video element, choose Ziggeo, and point it at the id field.

1 Like

Thanks @NigelG, that worked (at least on web preview).

Do you happen to know if it will work correctly on mobile when I receive the actual file for upload to app stores?