The code below will check to see if QuickTime version 3.0 or higher is installed on the user's PC. If not, the installer is launched and the projector quits. If it finds Quicktime is installed, it moves on to a movie called "Start" It assumes that your QuickTime Installer is in the same directory as your projector. Works on both MAC and WIN95/98/ME/NT/2000.
--Checks to see if QuickTime version 3.0
--or greater is installed on the user's machine.
--If no version or a version lower than 3.0 is found
--the QuickTime installer is launched and the projector quits.
--If the the QuickTime version is 3.0 or Higher
--the movie continues to the marker "Start"
on exitFrame
global qtversion
put quicktimeversion() into qtversion
if the quicktimePresent = 1 then
if qtversion < 3 then
open "QuickTimeInstaller.exe"
quit
else
go to movie "Start"
end if
else
open "QuickTimeInstaller.exe"
end if
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA