futilemonk
Technical User
can anyone please tell me if this actionscript has the correct syntax? because I cant get the express install to work properly, but I have visted aites where it does.
Actionscript:
#include "expressinstall.as"
// initialize the ExpressInstall object
var ExpressInstall = new ExpressInstall();
// if the user needs to upgrade, show the 'start upgrade' button
if (ExpressInstall.needsUpdate) {
ExpressInstall.init();
// if expressinstall is invoked, stop the timeline.
stop();
}
I keep getting the error:
there was an error downloading the latest flash player.PLease try again later or visit macromedia.
(i have tried for weeks)
but it seems to work fine for this site:
-thanks
Actionscript:
#include "expressinstall.as"
// initialize the ExpressInstall object
var ExpressInstall = new ExpressInstall();
// if the user needs to upgrade, show the 'start upgrade' button
if (ExpressInstall.needsUpdate) {
ExpressInstall.init();
// if expressinstall is invoked, stop the timeline.
stop();
}
I keep getting the error:
there was an error downloading the latest flash player.PLease try again later or visit macromedia.
(i have tried for weeks)
but it seems to work fine for this site:
-thanks