Computer Tutorials
Troubleshooting
How to Fix a 'This plug-in is not supported' Error in Chrome? (Flash & HTML5)
How to Fix a 'This plug-in is not supported' Error in Chrome? (Flash & HTML5)
If Chrome shows “This plug-in is not supported,” use Ruffle to emulate Flash, enable HTML5 playback via chrome://flags, replace SWF embeds with HTML5 video/audio tags, or—temporarily—launch Chrome with legacy flags for local SWF files.

If you encounter a 'This plug-in is not supported' error in Chrome when attempting to load legacy web content, it typically reflects Chrome’s removal of NPAPI plugin support—including Adobe Flash—and stricter enforcement of modern web standards. Here are the steps to address this issue:
The operating environment of this tutorial: Windows 11, Chrome 128
1. Use a Flash-emulating browser extension for legacy Flash content
This method leverages community-maintained open-source Flash emulators that run inside Chrome without requiring native NPAPI plugins. These extensions translate SWF bytecode into WebAssembly or JavaScript at runtime.
- Visit the Chrome Web Store and search for “Ruffle” or “Flash Player Emulator by Ruffle”
- Click Add to Chrome and confirm the installation
- Restart Chrome completely after installation
- Navigate to the problematic SWF-hosting page—the Ruffle extension will automatically intercept and render embedded SWF files
2. Enable HTML5 playback on video-heavy sites
Many sites previously relying on Flash for video now provide HTML5 fallbacks. Forcing HTML5 ensures Chrome uses native video APIs instead of attempting deprecated plugin paths.
- Type chrome://flags in the address bar and press Enter
- In the search box, enter html5
- Locate the flag labeled Prefer HTML5 over Flash and set it to Enabled
- Click Relaunch at the bottom of the page
3. Manually replace Flash-based embed code with HTML5 equivalents
When you control the webpage source (e.g., internal tools or local development), directly substituting outdated <object></object> or <embed></embed> tags with semantic <video></video> or <audio></audio> elements bypasses plugin dependency entirely.
- Open the page’s HTML source or developer tools (Ctrl Shift I)
- Locate the
<object data="*.swf"></object>or<embed src="*.swf"></embed>block - Replace it with a valid HTML5
<video controls></video>tag pointing to an MP4 or WebM version of the same media - Ensure the new source file is hosted on the same domain or served with appropriate CORS headers
4. Run Chrome with legacy plugin flags (temporary, limited scope)
For isolated diagnostic use, Chrome allows re-enabling certain deprecated behaviors via command-line switches—though this only affects specific local SWF files opened via file:// protocol and does not restore internet-based Flash execution.
- Close all Chrome windows
- Right-click the Chrome shortcut, select Properties
- In the Target field, append --unsafely-treat-insecure-origin-as-secure="file://" --user-data-dir="C:/chrome-legacy" to the end
- Click OK, then launch Chrome using that shortcut
- Open the local SWF file using File → Open File…
The above is the detailed content of How to Fix a 'This plug-in is not supported' Error in Chrome? (Flash & HTML5). For more information, please follow other related articles on the PHP Chinese website!
Hot AI Tools
Undress AI Tool
Undress images for free
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undresser.AI Undress
AI-powered app for creating realistic nude photos
ArtGPT
AI image generator for creative art from text prompts.
Stock Market GPT
AI powered investment research for smarter decisions
Hot Article
Popular tool
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
20524
7
13634
4
Windows 11 KB5029263 is causing issues for some users
Mar 10, 2026 am 03:15 AM
Many users are reporting that the Windows 11 KB5029263 update is failing to install, with some also claiming the security patch has caused the new ‘Microsoft Defender’ app to stop working. KB5029263, released in August 2023 as part of Patch Tuesday,
Microsoft makes it easier to customize Windows 11 File Explorer with Dev Home
Mar 10, 2026 am 01:54 AM
Microsoft's Dev Home app allows developers to manage multiple devices and monitor their status from a single app. The latest release, version 0.13, introduces some much-needed new features to help users customize File Explorer more easily, while fixing several issues from the previous version. You can now create virtual machines in the Dev Home app. This feature is based on Microsoft's Hyper-V technology and allows you to create and configure local virtual machines on your computer. This feature is still experimental at this time and the option to create a virtual machine will not appear unless you enable it manually in settings. The update also enhances Windows customization with support for File Explorer and Dev
Windows 11 KB5050092 adds Android & iOS continuity, direct download .msu
Mar 09, 2026 am 08:33 AM
The latest optional update for Windows 11, KB5050092, is now live. This update targets Windows 11 version 23H2 and includes most of the improvements found in the KB5050094 patch for Windows 11 24H2. While it's available through the standard Windows U
Microsoft is now failing at designing consistent rounded corners for Windows 11
Mar 10, 2026 am 03:18 AM
Windows is facing a design problem: a lack of consistency, and the problem is getting worse. In Windows 11, Microsoft replaced the previous right-angled design with rounded corners, but this instead introduced new visual clutter. To make things even more confusing, Microsoft is trying to make the corners in AI features more rounded in recent preview builds. A little background information: Windows 11 24H2 version introduces AI features called Recall and Click to Do, through which users can retrace their operation history and quickly find items, files, pictures, and other content. These features are limited to Copilot PCs, such as those powered by Snapdra
9 Ways to Fix Network Discovery Not Working in Windows 10
Mar 11, 2026 am 05:36 AM
Network discovery enables you to detect other devices on the same network, provided they also have this feature turned on. It's commonly used for sharing files or connecting to shared peripherals like printers. While it eliminates the need to send fi
Windows 11 KB5055523 24H2 adds AI features, direct download links (.msu)
Apr 03, 2026 pm 12:27 PM
Windows 11 KB5055523 is now available for Windows 11 24H2 as part of April 2025 Patch Tuesday. Build 26100.3775 is a mandatory security update, so you’ll get it via Windows Update automatically. Microsoft has also posted di
Windows Server 2025 system requirements, new features. Now rolling out
Apr 02, 2026 am 11:00 AM
Windows Server 2025 has been in preview for quite some time and is now officially available to the public starting November 1, 2024. This latest server-oriented operating system brings a host of new capabilities while phasing out several legacy compo
AI-Optimized Samsung PM9E1 M.2 2242 SSD: Specs/Features
Apr 01, 2026 am 07:30 AM
Samsung PM9E1 is the leading AI-optimized PCIe Gen5 SSD designed for AI PCs and high-end workstations. MiniTool explains its sequential and random read/write speeds, form factors, capacities, security, and AI features in detail here.Quick Navigation





