A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Hello @ChristianWong-8551
Based on the details you've provided, this doesn't look like an issue with how you're inserting the embed code.
You generated the code using OneDrive → PowerPoint file → Embed, and the same embed fails both in your local HTML test and on the live website. More importantly, you've identified an HTTP 404 response for a script referenced by the generated embed.
Microsoft's documented embedding mechanism relies on the generated embed code being placed into the destination webpage. If that generated code is requesting a Microsoft-hosted dependency that now returns 404, changing your webpage HTML is unlikely to resolve the underlying problem.
As a quick confirmation, I would test:
- Generate a new embed code for the presentation and replace the existing one.
- Try a newly created test PowerPoint presentation and generate its embed code.
- Test using an InPrivate browser session.
- In Edge DevTools → Network, capture the full URL returning 404, along with the timestamp and any request/correlation ID available.
If newly generated embed codes for multiple presentations all reference the same failing Microsoft-hosted resource, that would strongly indicate a OneDrive/PowerPoint for the web service-side regression rather than an issue with the individual presentation or website.
For a Microsoft 365 business/enterprise tenant, I recommend having the administrator also check Microsoft 365 admin center → Health → Service health and open a support request if no advisory is listed. Include the failing script URL, HTTP 404 response, UTC timestamp, generated iframe/embed code (with sensitive information removed), and a HAR/network trace.
As a temporary workaround, you could provide a normal view-only sharing link to the presentation rather than embedding it until the embed service is working again.
Sharing these references with you:
Microsoft - PowerPoint embedding guidance
Microsoft - Add content using the Embed web part
Please "Accept the Answer" if this information helped you. This will help us and others in the community.