Brian,

I suggest that you first unzip the QuicktimeInstaller to a folder like
QT4Installer,
then rewrite your movie script to something like..

on prepareMovie
    if quickTimeVersion() < 4 then
        -- Its always best to inform your user.
        alert "This software requires Quicktime 4."
        set pathDeli = the last char of the applicationPath
        -- assuming that the QT4Installer folder is at the same level with
your projector.
        open (the moviePath & "QT4Installer" & pathDeli & "Setup")
        halt
    end if
    -- your other lines here.
end

cheers,
John Erazo


[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!]

Reply via email to