I want you to act as a web developer and please write some code for me to create a responsive video player for a website.
I want you to act as a web developer and please write some code for me to create a responsive video player for a website. Play/Pause: The button icon must switch dynamically based on the state (display “Pause” icon while playing, “Play” icon while paused). Progress bar: Displays the current playback time / total duration. The progress bar supports clicking to navigate (Seek). Displays the progress of buffering (the percentage of loading, usually shown in a lighter color against the progress bar background). Volume control: Tap the mute button. The icon will change to indicate that it is muted, and the volume slider will be set to zero. Display the volume slider when hovering over or focusing on the screen.