Getting error 429 can't create activex component when trying to run this script on Windows 2000...any ideas ?
'This script uses a COM component defined in
'GsSampleTEObjects.DLL the source code for which
'is included in the CCPulse installation package.
'Create the Genesys sound object
Set SoundObject = CreateObject("GsSampleTEObjects.GsActionSoundObject")
'Specify the full path to a WAV file in order to play it.
SoundObject.PlaySoundFile("C:\WINNT\Media\tada.wav")
'This script uses a COM component defined in
'GsSampleTEObjects.DLL the source code for which
'is included in the CCPulse installation package.
'Create the Genesys sound object
Set SoundObject = CreateObject("GsSampleTEObjects.GsActionSoundObject")
'Specify the full path to a WAV file in order to play it.
SoundObject.PlaySoundFile("C:\WINNT\Media\tada.wav")