Vimeo or YT Tutorial videos in a Knack App

I need to pad out my application with some tutorial videos and was looking for ideas on the best way to achieve this.

I think my favourite would be an icon - :movie_camera: - that when clicked will open a modal popup that then plays the video.

Does anyone have any inspiration for ways to achieve this that they would like to share. I was thinking of a rich text field where I format the text in some way.

Cheers.

I use video tutorials in quite a few client applications. Recommend using a rich text field and use the embed code from either YouTube or Vimeo.

If each video relates to a database record, then link to it from a button on a details view set as a modal popup.

2 Likes

Thanks @CarlHolmes.

I did that. Added a menu button that linked to a new page where there was a rich test field and then set that page to only open in a modal. Worked a treat, thanks.

1 Like

@GSH - That’s great…I hoped it made sense as I was typing the reply while walking the dog :dog:
Can you mark as the solution please. :pray:

2 Likes

Thanks for that.

1 Like