Class fever.install.FeverInstaller

Implemented Interfaces

ILibListener

Description

ExpressInstall class definition and application preloading system.

Use this class to invoke the Adobe Flash Player Express Install functionality.

This class is intended for use with the SWFObject embed script.
You can download SWFObject and this class here: http://blog.deconcept.com/swfobject/

Take a look at DefaultInstaller to see how to use it with MTASC.

See Also

Method Index

load(), onLoadInit(), onLoadProgress(), onTimeOut()

Method Detail

load

static public function load(ui:InstallerUI):Void

Starts preloading system

onLoadInit

public function onLoadInit(e:LibEvent):Void

Triggred by CoreApplicationLoader lib.

onLoadProgress

public function onLoadProgress(e:LibEvent):Void

Triggred by CoreApplicationLoader lib.

onTimeOut

public function onTimeOut(e:LibEvent):Void

Triggred by CoreApplicationLoader lib.