Name

ExpressInstall (as2)

Synopsis

JavaScript: ExpressInstall
Type: Class
Access: private
Runtimes: as2
Topic: Kernel.AS2
Declared in: WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as

Description

Based on the expressinstall.as class created by Geoff Stearns as part of the FlashObject library. Use this file to invoke the Macromedia Flash Player Express Install functionality This file is intended for use with the FlashObject embed script. You can download FlashObject and this file at the following URL: http://blog.deconcept.com/flashobject/ Usage: var ExpressInstall = new ExpressInstall(); // test to see if install is needed: if (ExpressInstall.needsUpdate) { // returns true if update is needed ExpressInstall.init(); // starts the update } NOTE: Your Flash movie must be at least 214px by 137px in order to use ExpressInstall.

Superclass Chain

ExpressInstall

Known Subclasses

Details

Properties (3)

hold
public var hold = null;
needsUpdate
public var needsUpdate = null;
updater
public var updater = null;

Methods (5)

init()
public function init();
initialize()
public function initialize();
initUpdater()
public function initUpdater();
loadUpdater()
public function loadUpdater();
onInstallStatus()
public function onInstallStatus(msg);

JavaScript Synopsis

private ExpressInstall {
  public var hold  = null;
  public var needsUpdate  = null;
  public var updater  = null;
  prototype public function init ();
  prototype public function initialize ();
  prototype public function initUpdater ();
  prototype public function loadUpdater ();
  prototype public function onInstallStatus (msg);
}