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
Cursors
ADisplay
Get CD ROM Drive letter
Least Common Denominator
SaveScripts Xtra
DMedia
Invaders
Easy Help
AutoCropper v1.2
Building a Generic Card Shuffler
 

 

 

Behavior Detect MS Media Player v9

Added on 8/11/2003

 

Compatibilities:
D8_5

Required Xtras:
Buddy API

This item has not yet been rated

Author: Peferling

Here's a little script I used to detect for version 9 of the windows media player. I used it as a frame script, that directed viewers to a section of the movie which provided installation options. You can modify it to suit your own needs. (Requires the Buddy API Xtra)

on exitFrame me
  MSPlayer = baFileVersion(baReadRegString("Software\Microsoft\Windows\CurrentVersion\App Paths\wmplayer.exe", "", "","hkey_local_machine" ))
  result = MSPlayer
    if MSplayer <9 then
      go to the frame
    else
      go to "setup"
    end if
end

 


Contact

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

Send e-mail