Embed html5
2 TopicsAudio file embeds not working
I have a site and a few audio files in my OneDrive account that I want to embed in said site using the HTML `<audio>` tag. I'm following this answer's instructions and it works fine in my personal OneDrive account, which generates embed codes in the following format: <iframe src="https://onedrive.live.com/embed?resid=XXXXXXXX&authkey=YYYYYYYYYY" width="98" height="120" frameborder="0" scrolling="no"></iframe> (note the URL domain:https://onedrive.live.com) However, in my client's OneDrive account, embeds are generated using a shortened URL domain, like this: <iframe src="https://1drv.ms/u/s!XXXXXXXXXXXXXXX?embed=1" width="98" height="120" frameborder="0" scrolling="no"></iframe> Naturally, this URL format breaks embedding audio and I don't know how to circumvent this. I tried changing "embed=1" with "download=1" but it didn't work out. How can I make these "shortened" URLs work with the audio tag? Perhaps there's a way to disable URL shortening for embeds?? Thanks in advance441Views0likes0CommentsHtml5 embed tag not works with blog pdf file types
Dear, I desing an Api today that redirects to a page that uses blog url. The blog url is from a PDF file type. It works fine on Mozzila Firefox but not for Edge Chromium. I'd like report because there are several issues on StackOverflow but I did not know if MS is aware about this situation. I can provide any further assistance if you need. The blob is from Azure Blog, and the back in c# that sends Base64 to front to convert in blob.528Views0likes0Comments