Hi
I have 5 videos . I want to play them one after the another in Web Application using c#
Thank
Hi
I have 5 videos . I want to play them one after the another in Web Application using c#
Thank
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankajkumar PatelPosted Nov 30, 2022, 11:00 AM
Hi Ramco Ramco,
You can try to use the [hidden] attribute on the videos, you can check if it buffers the video. Once one video is done you can set the video to hidden = true and the next video to hidden = false. And use the autoplay = true in order to play it without having the user click on play.
Full example:
For more details:
Hope this will help you!