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
MP3 player and project source code
Toggle ImageEnabled Property of a Flash Sprite
DataSafe Xtra for Authorware and Director
Director and online database interaction
General Purpose MP3 Parent
Diffusion Effect - Imaging Lingo
Real Time Vector Editor
Library for the control of volume in Director
Moving MIAWs with lingo
Replace tabs with spaces
 

 

 

Behavior Check for DirectShow Installation

Added on 6/12/2000

 

Compatibilities:
behavior D7 D8 PC

This item has not yet been rated

Author: KumarK

Check for DirectShow Installation

---- written for Director 8 ---
---- Kumar.K kumark@icode.com ----
------ Custom Properties ------
--- To Check for DirectShow Installation --
on checkdirectshow memberasref
  result=isDirectShowInstalled(member memberasref)
  if the result=0 then
    alert("Please install DirectShow for better Performance")
  else
    --nothing
  end if
end
--- To Check for DirectShow Installation --

---- Get Behaviour Description List ------
on getBehaviorDescription me
  return
  "Please Use this Script in the Movie Script of the Projectorfile " & RETURN & RETURN &
  "Parameters." & RETURN &
  "*  DirectMedia Member Name/Member Number as reference"
end getBehaviorDescription
---- Get Behaviour Description List ------

 


Contact

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

Send e-mail