everyone, I made a NPAPI plugin, it works fine in firefox, but in Safari, it tells me can not find plug-ins.This is my registry
HKEY_LOCAL_MACHINE\Software\MozillaPlugins\@llf.com\WebGame
Descripton: REG_SZ "MP"
Path: REG_SZ "D:\Program Files\Mozilla Firefox\plugins\npFireFoxGame.dll"
ProductName: REG_SZ "npFireFoxGame"
Vendor: REG_SZ "llf"
Version: REG_SZ "1.0"
HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@llf.com/WebGame\MimeTypes\application/webgame
my HTML file:
<embed width=1024 height=768 type="application/webgame">
Please help me.