if(msg == "Download.Complete"){// Installation is complete.
dojox.flash._initialize();
}elseif(msg == "Download.Cancelled"){alert("This content requires a more recent version of the Macromedia "
+" Flash Player.");
window.location.href = dojox.flash.Embed.protocol() +
"://www.macromedia.com/go/getflashplayer";
}elseif(msg == "Download.Failed"){// The end user failed to download the installer due to a network failurealert("There was an error downloading the Flash Player update. "
+ "Please try again later, or visit macromedia.com to download "
+ "the latest version of the Flash plugin.");
}