Visualize links on video player

Hello everyone !!

I have developed an app to view YouTube videos and I would like the video to be viewed in the player when clicking on an inline list.
In addition, I would like this player to always remain on top so that it could be seen while I navigate through the different records of the inline list.

Is this possible? Thanks in advance.

I would create a single row work table and set that as the source of your tab. Add a user specific text column to receive a video url. In your videos table, create a single value → whole row column that points to the first row of the work table. Add the video component to your tab and an inline list that points to your videos table. Change the action on the inline list to set the url from that chosen video in the work table column, through the single value column.

4 Likes

As for keeping the video visible while you scroll through the list, you’ll need some CSS to keep that component sticky.

Something like this.

3 Likes

Hi Jeff, thnks fow your help

I don’t know how to do this “Change the action to set the url from that chosen video in the work table column, through the single value column.”

When you are working with your inline list in the builder, there is an option in the right hand panel to select an action. The default is usually set to ‘Show Detail Screen’. You can change that action to ‘Set Column’. Then you should be able to select the Single Value row column that you should have created in your videos table, and the select the write the url from that selected video to the url column in the work table.

2 Likes

Will have an example for you later today.

Edit: Here you go.

Demo:

Copyable app link:

7 Likes

Beautiful! :star_struck:

3 Likes

And that’s a new app, which means it’s running NCM. And the CSS just. works. :smiley:

3 Likes

I forgot about it haha. Beautiful.

2 Likes

Ohhhh thanks so much, i will try right now !!! :grinning: :grinning: :grinning:

1 Like

Finally I had to adapt some components because they were hidden.
Thanks for all, greetings!

1 Like

Thanks for your help Jeff, Greetings !!

1 Like