Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
Label Search code
Wait for explode to finish
Scuba
ZoomIn/ZoomOut QTVR Sprite
Manipulating Date and Time using Lingo
Rotate a Flash Sprite
Auto Save and Load Text
E-mailExec 2.01
cXtraEditBox
Roil-Alphamania
 

 

 

Behavior Check QuickTime Version

Added on 5/26/2000

 

Compatibilities:
D7 D8 Mac PC Script

Required Xtras:
Buddy API

Rating:

Author: MediaMacros (website)

This script uses Buddy API to check the QT version agains the currently installed one. Returns true if it needs to be installed, otherwise false... shouldIInstall = qtCheck(4.11)

--Copyright 2000 Chuck Neal
--chuck@mediamacros.com
--If you find this code helpful, send me an e-mail and let me know. :-)

on qtCheck whatVersion
  the itemDelimiter = "."
  if float(baVersion("qt3").item[1..2]) < whatVersion then
    return true
  else
    return false
  end if
end

on getBehaviorDescription me
  return "Checks the version of quicktime and returns true if it needs to be installed."
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail