Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Wait for Cue Point GTF
Check Pixel Depth
General Purpose MP3 Parent
Mouse click or Key press
Change Cursor
Initialize QuickTime Video (no white flash)
IPIX
Sound Play/Stop
Importing Photoshop layers
Smooth / transparent windows and more! (odd shape windows part2)
MediaMacros Xtras Mall
 

 

 

FAQ Detecting Quicktime

Added on 4/3/2001

 

Compatibilities:

This item has not yet been rated

Author: BillKearns (website)

How do I detect QuickTime on the user's system?

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

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail