At 09:56 AM 10/24/00, Rich Taylor wrote:
>Hello list,
>
>My problem;
> I am developing a CD project which needs QuickTime installed on
> the client
>machine. If QT isn't present I can launch the installer but once
>installation is complete QT won't be available to my projector until it has
>been restarted. I can do this (takes a fair bit of time to launch another
>stub projector) but would much rather initialise the QT3Asset xtra myself
>and carry straight on. When I try to do this with a standard new(xtra
>"QT3Asset") statement it fails (can't find the xtra). Can anyone tell me
>if this is possible, and how to do it? Many thanks.
I've heard that folks have had success using Buddy API's baVersion("qt3")
in place of Lingo's quickTimeVersion() function. I suppose Buddy API does
not initialize the QT3 Asset or the QT drivers.
Note that baVersion() returns a string, so you would need to parse the
return into a usable value before making the comparison. Hmm, they seem to
return slightly different versions, too:
-- Welcome to Director --
put baVersion("qt3")
-- "4.1.2"
put quickTimeVersion()
-- 4.1800
--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]