I have a problem with loading settings into the QTExporter.Settings object in VBScript.
The object raise error EVENT_E_ALL_SUBSCRIBERS_FAILED (0x80040201, message: An event was unable to invoke any of the subscribers).
I found sample code(VB6) on
http://developer.apple.com/technotes/tn2006/tn2120.html
The following VBScript tested based on its code on the above page.
Set objCFO = CreateObject("QTOLibrary.CFObject")
objCFO.XML = varXml
objQtEx.Settings = objCFO
I set "varXml" is a String load from setting file(*.plist),
and "objQtEx" is a QTExporter.
Any ideas or samples on how to persist settings ?
Seiji Ito.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden
This email sent to email@hidden