Search code examples
oracle-apex

Display Video by value of page item in Apex23.1


for displaying videos in Apex23.1 , I use this plugin.

But I want to refresh and show videos by clicking on each row of interactive grid individually .

this plugin can't make effort for what I need . Is there any options or plugins that could help me ?


Solution

  • In my opinion, you don't need a plugin at all. You could use a region of type dynamic content. In that region, use native HTML Video element.

    It allows you to use the "source" attribute of the HTML element from your SQL logic and you don't depend on some plugins.

    You may also need to adjust the styling of your region as you wish.

    Here is also a good tutorial of how to use dynamic content regions in case you are not familiar with it.