兼容版本的“Adobe Shockwave Player”?

Rob*_*Rob 29 firefox

是否有“Adobe Shockwave Player”的 Ubuntu 兼容版本?我正在运行 Firefox,当我尝试打开我学校的一个网站时,它说缺少插件。当我点击“安装丢失的插件”时,它说没有找到,所以当我点击手动安装插件时,它会带我到 Adob​​e Shockwave Player 安装,但是没有要安装的 ubuntu 版本???在 Firefox 插件查找器服务上,它显示“未知插件(应用程序/x-director)

Lin*_*ity 24

The Shockwave player is only available for Windows. You can use mozplugger(a program that lets you "embed" other programs in your web browser.) along with wine and windows version of firefox

  • First, install the wine and mozplugger packages (from the software center).

  • Now download and install the Windows version of Firefox . Download it from Mozilla's web site. Now double click it and install it .

  • Run the windows version of firefox .

  • Now go to a web site that requires Shockwave, and choose to get the missing plugin. Again, follow the on-screen instructions, and when the plugin has installed and is working, you may close Firefox.

  • Now you need to configure mozplugger to use the Windows version of Firefox for Shockwave files. Press Alt + F2 and type:

    gksudo gedit

然后打开 /etc/mozpluggerrc 文件

将以下两行添加到文件末尾:

application/x-director: dir,dcr,dxr,cst,cct,cxt,w3d,fgd,swa: Macromedia Director file
        swallow(firefox.exe) fill stream: wine "C:\\Program Files\\Mozilla Firefox\\firefox.exe" -chrome "$file"
Run Code Online (Sandbox Code Playgroud)

现在打开一个终端(Ctrl+ Alt+ T)并粘贴

rm ~/.mozilla/firefox/*.default/pluginreg.dat
Run Code Online (Sandbox Code Playgroud)

现在运行本机版本的 Firefox 并通过访问此站点来测试冲击波播放器。

从这里修改