Skip to Main Content
  • Questions
  • Display Video by value of page item in Apex23.1

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Faezeh.

Asked: November 14, 2023 - 9:47 am UTC

Last updated: January 11, 2024 - 6:00 am UTC

Version: 23.1

Viewed 100+ times

You Asked

Hey Guys!

First for displaying video , i used this plugin :

https://apex.world/ords/f?p=100:710:::::P710_PLG_ID:DE.DANIELH.VIDEOPLAYER

Then I want to refresh my video player plugin by clicking on each record of interactive grid.

for getting ID from selected record in grid , I submitted a page item in session by javascript and this works fine till here!

I put this where clause in plugin and make a refresh dynamic action for video player :

where id = :P987_ATTACHMENT_ID


when I open the page and my Page item is null , It shows error from plugin and that makes scence !

Is there any options here for refreshing this pugin by page item that I used or if you know any other ways for making this effort please suggest me .

thanks to all

and Connor said...

Thanks for your patience.

We can't really comment on how plugins work - I suggest you try the author of the plugin, or head over to https://forums.oracle.com/ords/apexds/domain/dev-community/category/apex

Others welcome to provide their experience in the comments.