My html with this JavaScript line...
audioControl = new ActiveXObject("VideoOS.Sdk.UI.AudioControl");
... is causing this error, "Automation server can't create object".
I believe "VideoOS.Sdk.UI.AudioControl" is in a file I have called VideoOS.SDK.DLL
What do I need to do, to get the call to ActiveXObject() to work?
Do I need my server to setup something so that "VideoOS.Sdk.UI.AudioControl" will use code in my DLL?
Sincerely,
davidinpa