Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
ADOXtra
MPEG / ActiveMovie ActiveX control
Hybrid CD
Show Me Movies
Cast Control
Error 32- Valentina
Director Showcase Site - Behaviors, interactive examples, Lingo to ActionScript translator & more
Import text as cast members
cXtraInfo
castLib.saveAndCompact() from Lingo
MediaMacros Xtras Mall
 

 

 

Behavior Check for activeX component

Added on 10/3/1999

 

Compatibilities:
D6_5 D7 D8 PC Script

This item has not yet been rated

Author: MediaMacros (website)

Use this script to check if activeX is installed and ifa particular ActiveXelement is available.

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

on checkActiveX whatControl
  set theList= []
  if ActiveXInstalled() = -1 then
    add theList, 1
  else
    add theList, 0
  end if
  if ActiveXControlQuery(whatControl) = -1 then
    add theList, 1
  else
    add theList, 0
  end if
  return theList
end

on getBehaviorDescription me
  return "This script verifies the presence of ActiveX and the presence of the specified ActiveX control. To get the control ID, open the ActiveX element, click the URL button and then click copy."
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