Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Push Dial-Alphamania
Change Bitdepth
cXtraShapeWindow
Scroll Thumb
Wait For Frame Ready
Get the default fixedLineSpace from a text member
Seurat-Alphamania
Unload within The markers v.BETA
How do I check if a user has the needed fonts on their machine?
Light Sensitive Text Dropshadow
MediaMacros Xtras Mall
 

 

 

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

 


Upload Provided by ABCUpload ASP

Contact

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

Fax - (206) 339-5833

Send e-mail