using ActiveX in WebPlayer

hi.

i need to use native DLL which registered as a COM object in user’s PC by ActiveX.

is there any way to get instance of this ActiveX control in unity3D script.

before using webplayer, this ActiveX control is already installed in target system.

just need to get instance by CLSID.

System.Type.GetTypeFromCLSID() or System.Type.GetTypeFromProgID() is not working.

no matter C# or JS, give me any advise around this please.

There is no way to execute any bit of native code in the webplayer, even when it’s installed on the users pc, which actually doesn’t smaller the security issue. System services as “format” are also available on the users pc, but to be able to call it from a webplayer wouldn’t be such a good idea…