I have to add either an embed tag for Firefox or an object tag for Internet Explorer with JavaScript to address the appropriate ActiveX / Plugin depending on the browser. Th
var object = document.createelement('object') object.setAttribute('id','name') object.setAttribute('clssid','CLSID:{}')
And the same for other parameters.