Blazored / Video

The easiest html5 video implementation for Blazor applications
https://blazored.github.io/Video
MIT License
124 stars 28 forks source link

Can we control Video from code? #11

Closed mimranfaruqi closed 1 year ago

mimranfaruqi commented 3 years ago

I certainly want to control video as if I would do with JavaScript. When I want to pause and when I want to replay the video from the same time or from a different time. How do I control that? Can I use anything with @ref?

Thank you for amazing library though :)

quintonv commented 2 years ago

Hi, did you solve this? I also need to play from code and don't see any options for this

mimranfaruqi commented 2 years ago

Hi, did you solve this? I also need to play from code and don't see any options for this

No really. Using JavaScript Interop to pause and play video :(

SQL-MisterMagoo commented 1 year ago

Will be addressed by PR #4