Functiondojox.flash.installing

dojo.require("dojox.flash._base");
defined in dojox/flash/_base.js

A callback to know if Flash is currently being installed or having its version revved. To be notified if Flash is installing, connect your callback to this method using the following:

dojo.event.connect(dojox.flash, "installing", myInstance, "myCallback");

Usage

function () (view source)