D
Daniel Greig
Hi all,
I'm playing around with Windows Automation with the aim of processing
some quicktime movies via ruby. I've played with the WIN32OLE object to
open internet explorer (following the chapter in the pick axe) but I'm
having trouble finding some resources on how to use the Quicktime
windows library (the apple developer site has some VB examples but
nothing rubyish).
anyone know how to make this work:
qt = WIN32OLE.new('Quicktime.Application')
Or am I heading the wrong way here?
thanks,
Dan
I'm playing around with Windows Automation with the aim of processing
some quicktime movies via ruby. I've played with the WIN32OLE object to
open internet explorer (following the chapter in the pick axe) but I'm
having trouble finding some resources on how to use the Quicktime
windows library (the apple developer site has some VB examples but
nothing rubyish).
anyone know how to make this work:
qt = WIN32OLE.new('Quicktime.Application')
Or am I heading the wrong way here?
thanks,
Dan