The code in Example: Creating an Object Instance of the VMRC Browser Plug-In can be included anywhere in the HTML code that makes up your Web application. Subsequent VMRC API examples in this document refer to the plug-in object instance using the value
vmrc as set in the example.
The values of the classid and
type attributes correspond to specific versions of the VMRC API. For the vSphere 5.1 and vCloud Director 5.1 releases, the
classid must be set to the following value.
In vSphere 5.1 and vCloud Director 5.1, the type attribute must be set to the following value.
In the SDK, the vmware-vmrc-win32-x86.exe installer applies to Windows systems.
The vmware-VMRC.i386.bundle installer applies to 32-bit Linux, and the
vmware-VMRC.x86_64.bundle installer applies to 64-bit Linux.
If you run 64-bit Firefox on 64-bit Linux, The plug-in directory might be /usr/lib64/mozilla/plugins instead of
/usr/lib/mozilla/plugins. If the plug-in directory does not exist, you must create it.
If you are not certain whether you have 32-bit or 64-bit Firefox installed, first try /usr/lib, and if that does not work, try
/usr/lib64. If you compiled your own copy of Firefox, similar advice applies. If the compiled Firefox binary is under your home directory as
firefox/firefox, the plug-in should be installed in the
firefox/plugins subdirectory.