question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Still stuck on "Right-click to run Adobe Flash Player"

See original GitHub issue

Same issue as #5224, except that it only occurs for SWFs embedded in a website embedded in an iframe.

My setup:

  • Windows 10 x64
  • NW.js SDK v0.22.0
  • Adobe Flash Player 25

package.json:

{
	"name": "Test App",
	"main": "index.html"
}

index.html:

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8" />
	<title>Test App</title>
</head>
<body>
	<iframe src="http://www.notdoppler.com/strikeforceheroes2.php" nwdisable nwfaketop width="800" height="600"></iframe>
</body>
</html>

In previous versions of NW.js, you could select “Always allowed to run” in chrome://plugins to bypass this, but this is no longer possible, as the Chrome team has removed chrome://plugins.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
MultiplyByZer01commented, Jun 28, 2017

Workaround:

chrome.contentSettings.plugins.set({
	primaryPattern: "<all_urls>",
	resourceIdentifier: { id: "adobe-flash-player" },
	setting: "allow"
});

Nevertheless, the bug should be fixed.

0reactions
unique-encommented, Aug 14, 2020

解决方法:

铬。contentSettings 。插件。集合({ 
	primaryPattern:“<all_urls>” ,
	resourceIdentifier:{  ID:“土坯-Flash播放器”  } ,
	设置:“允许” 
} );

尽管如此,该错误应已修复。

放在哪执行呢

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flash player won't launch in Chrome or Firefox
Flash player won't launch in Chrome or Firefox · 1)Download the uninstaller from: Uninstall Flash Player for Windows · 2) Open the page:...
Read more >
9 Easy Ways To Fix Flash Player Not Working In Chrome
3. Restart Flash Plugin · Go to the menu in the top right corner, go to More tools and under that go to...
Read more >
Draft Issues On Web (Browser and/or Flash)
In the list of Add-ons, look for Shockwave Flash (another name for Flash Player) and check the status that appears to the right...
Read more >
Common Microsoft Edge Problems, and How to Fix Them
A recent app or program you downloaded could be causing problems. Run the Windows app troubleshooter or try uninstalling the last apps you ......
Read more >
FireFox hangs with Adobe Flash Player - Mozilla Support
Click the menu button New Fx Menu , click Help Help-29 and select Restart with Add-ons Disabled. If Firefox is not running, you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found