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
Version
Director and Digital Video Pause
Real Time Vector Editor
Script Database
SplashScreenX Pro
Open File WIth Associated Application
Radio Button Groups
import and play sound file (during runtime)
Macromedia User Groups (MMUG)
Change the LineSize of a Shape Sprite
 

 

 

Behavior Check QuickTime Version

Added on 8/16/2004

 

Compatibilities:
behavior D8_5 D9

Required Xtras:
Buddy API

This item has not yet been rated

Author: lingoman (website)

Check Quick Time Version Using BuddyAPI Scripting Xtra .too Sample code

Download PC Source
--With the Name of God--
--QuickTime Version Checker Using BuddyAPI
--written with Mohammed Ibrahim --2004
--Check The QuickTime above Version 3
--------------------------------------------------------
on startmovie
  global CurrentVer
  --Setting QuickTime Version as a Global
  set QuickTimeVersion = baVersion("qt3")--QuickTime3 or higer
  put QuickTimeVersion
  set CurrentVer = QuickTimeVersion
  --Condition if--
  if QuickTimeVersion <> CurrentVer then alert"No QuickTime Installed!, please Install QuickTime"
  else
    alert"You Have QuickTime..you Can Continue"
  end if
end
--Checking Specific Ver of QT like ver 6.5 only
on CheckQT65
  global CurrentVer
  --Setting QuickTime Version as a Global
  set QuickTimeVersion = baVersion("qt3")--QuickTime3 or higer
  put QuickTimeVersion
  set CurrentVer = QuickTimeVersion
  --Condition if--
  if QuickTimeVersion <> "6.5.0" then alert"No QuickTime Installed!, please Install QuickTime"
  else
    alert"You Have QuickTime 6.5.0 ..you Can Continue"
  end if
end

 


Contact

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

Send e-mail