Error displaying Appian Document Video using WebField

Certified Senior Developer

Hi,

I'm using the WebField element to display videos uploaded to Appian. This works, but there's a problem: it's impossible to move from one point of the video to the other.

In other words, clicking on the progress bar of the video does absolutely nothing. Tried using the Advanced Video Player, and the same problem occurs. While testing the example of the documentation, this functionality works, so I don't know if there's something I'm not getting right.

https://docs.appian.com/suite/help/22.2/Video_Component.html

Maybe this functionality doesn't exist when the videos are from within Appian?

My code is:

a!videoField(
label: "Vídeo",
labelPosition: "ABOVE",
videos: {
a!webVideo(
source: document(ri!document, "url")
)
}
)

  Discussion posts and replies are publicly visible