RE: Translating some ASP to CF

2000-12-14 Thread Dave Watts
Since I don't have the ASF encoder installed, I can't tell whether this will work, but you can give it a try: cfscript Encoder1 = CreateObject("COM", "ASF.RealTimeEncoder"); Encoder2 = CreateObject("COM", "ASF.RealTimeEncoder"); Encoder1.LoadASD("C:\SampleConfig1.asd");

Re: Translating some ASP to CF

2000-12-14 Thread Todd Ashworth
thing in the morning and let you know if it works. Thanks again! Todd Ashworth - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, December 14, 2000 8:59 PM Subject: RE: Translating some ASP to CF Since I don't ha

Translating some ASP to CF

2000-12-13 Thread Todd Ashworth
I have this VB code chunk that creates 2 instances of a COM object, the purpose of which is to encode a .wav file into a .asf file. Does anyone know how to translate this into ColdFusion? I've been messing with it on and off for 2 months, but I haven't gotten it to work yet. 'Create multiple