"; //------ NP plugin settings // The plugin MUST begin with NP for Firefox to recognize it // setup in project.conf public static $npPluginName = ""; public static $company = ""; public static $companyKey = ""; public static $productName = ""; public static $version = ""; public static $description = ""; // Before you should specify a unique MIME type for your game public static $mimeType = ""; //------ ActiveX plugin settings // setup in project.conf public static $axPluginName = ""; // Before shipping the UUID should be changed to unique numbers for your game // This UUID is used by CLSID in object tag in your site's html public static $axWebGameLibUUID = ""; // Other UUID used by registry public static $axAppUUID = ""; public static $axWebGameUUID = ""; public static $axWebGameCtrlUUID = ""; }; ?>