polimediaupv/paella

How do I know that the video is playing again?

Closed this issue · 2 comments

I need to know an event or parameter that indicates the play button was clicked again.

I am developing a functionality in my platform that plays a video before playing a paella video but when the paella video finishes, I want to click the play button and play again the introduction video and the paella video.

I have used paella.events.endVideo and inside paella.events.play but the problem is that when I use paella.events.play the intro video plays every time I click on the button.

Does anyone know how I can do this? Or is there any playlist functionality?

Thanks.

Thank you! I tried your option and it works the way I wanted.