无法运行 SWF 文件。请卡在“右键单击以运行 adobe flash player”
Posted
技术标签:
【中文标题】无法运行 SWF 文件。请卡在“右键单击以运行 adobe flash player”【英文标题】:Can't get SWF file to run. Get's stuck at please "Right click click to run adobe flash player" 【发布时间】:2019-10-17 13:32:47 【问题描述】:我正在使用 NWJS 编写一个应用程序,并且我正在尝试让 pepperflash 使用它。当我尝试打开一个 swf 文件时,我收到一条我无法解决的消息,上面写着“右键单击以运行 adobe flash player”
我想我已经正确安装了 Pepperflash,因为这个对话框正在显示,但我似乎无法让 swf 运行。我已经尝试将此代码块添加到我的 javascript:
chrome.contentSettings.plugins.set(
primaryPattern: "<all_urls>",
resourceIdentifier: id: "adobe-flash-player" ,
setting: "allow"
);
这是我的 js 代码:
var win = nw.Window.get();
win.width = 1000;
win.height = 800;
chrome.contentSettings.plugins.set(
primaryPattern: "<all_urls>",
resourceIdentifier: id: "adobe-flash-player" ,
setting: "allow"
);
nw.Window.open('fishy.swf', , function(new_win) );
【问题讨论】:
【参考方案1】:没关系!我从 Flash 插件中丢失了一两个文件。现在一切正常。
【讨论】:
以上是关于无法运行 SWF 文件。请卡在“右键单击以运行 adobe flash player”的主要内容,如果未能解决你的问题,请参考以下文章