Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Display Full Screen
macromedia.director.lingo
Easy Templates Flash Website Kit
Video Cleanup
Effector Set I for Alphamania
Font Style Change
Install Shield Pro
Mouse Clicks: left, left double, right, right double
Foundation Director 8.5
Show a range of sprite channels
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