问题
So, I have followed https://www.electronjs.org/docs/tutorial/using-pepper-flash-plugin and have successfully ran our Flash app inside Electron with an embedded Chrome 83 version.
I have even tested setting the computer clock ahead into 2022 and confirmed it still runs Flash and avoids the Flash time bomb (Jan 12, 2021 is the Flash time bomb date according to my testing) that is built into the regular browser Flash plugins.
However, am I allowed to distribute the Electron Mac & Windows binaries to our customers? Any insight would be much appreciated!
Update 12/18/2020: Any recent build of Adobe Flash is going to have a Jan 12, 2021 time bomb. If you want to run Flash in 2021+, you have to use the Harman Flash plugins and embed in an Electron app: https://services.harman.com/partners/adobe
Harman can also provide you an Electron app with the plugins embedded.
回答1:
In email conversations directly with Adobe staff, I have confirmed you need to have a Flash licensing contract to legally distribute the Flash plugins in an Electron app. I believe it's always been this way and will continue to be.
However, Adobe is no longer the company to work with for licensing. Adobe has endorsed Harman as the Flash partner/maintainer going forward into the future. See https://services.harman.com/partners/adobe
If you connect with Harman, they can sell you a license that will allow you to distribute the Flash plugins in an Electron app ongoing into the future. They can also provide you a packaged browser (their own Electron app) that points to your Flash URL.
来源:https://stackoverflow.com/questions/62766547/can-i-bundle-pepper-flash-in-an-electron-js-app-to-run-flash-in-2021