Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: WLM | MP!L and activeX
quote: Originally posted by MP!L Script Documentation
code: //Load a VB ActiveXobject
function LoadPlugin_VB(ProgId){
var PluginObj = new ActiveXObject(ProgId);
if(PluginObj) {
if(PluginObj.Initialize(8,"", undefined) == true)
Debug.Trace("The VB plugin has been initialized");
}
}
|
|