Managing media playback issues and settings in Microsoft Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can Microsoft please add a feature/function where the volume is not reset to 100% every time you advance to a new page in a lesson/training subject? i.e. like the "Getting Started with Microsoft Copilot" video/training. If I set the volume on page 1's video to 25-50%, when I go to page 2, the volume should still be at 25-50%. I should not have to download browser extensions to allow for this. Microsoft should be able to achieve this with some function of web design on your site or with some cookies/preferences. Thank you.
Managing media playback issues and settings in Microsoft Edge on Windows 11
I understand how frustrating this experience can be, especially when you’re trying to focus on learning and are repeatedly interrupted by unexpectedly loud audio.
Thank you for sharing this feedback.
Your suggestion is valid and appreciated, and feedback like this is important for improving the Microsoft Learn platform. We encourage you to submit this through the official Microsoft Learn feedback channels so it can be reviewed by the appropriate product teams.
For Microsoft Learn training content (including video behavior like volume persistence), feedback can be submitted directly from the page you’re viewing:
Thank you again for taking the time to share your experience and for helping us make Microsoft learning resources better for everyone. If you have any additional feedback or questions, please don’t hesitate to reach out.
Microsoft's answer stated that this can't be done bc of HTML 5. Well according to further lookup by Copilot AI:
HTML5 alone does not inherently save volume settings between sessions, but it provides the necessary
HTMLMediaElement JavaScript API (specifically .volume and .muted properties) to enable developers to store and retrieve these settings using browser storage solutions like localStorage or cookies. While the HTML <audio> or <video> tag can set an initial volume, persisting it requires external JavaScript implementation