
Welcome Guest
|
#1
|
|||
|
|||
|
express install
hello,
I am interested in using express install, but i am having trouble understanding how to get it to work. I think it is the actionscript that has me stumped because i dont know actionscript. I cleared all of the first frames in the original movie and pasted the actionscript to one of the layers on the first frame. Now i am not sure if i need to make a seperate movie with buttons and name the buttons specific names. Could someone please help? here is the actionscript file: #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) { // this is optional, you could also automatically start the // upgrade by calling ExpressInstall.init() here instead of the following lines // attach the custom upgrade message and center it var upgradeMsg = attachMovie("upgradeMsg_src", "upgradeMsg", 1); upgradeMsg._x = Stage.width / 2; upgradeMsg._y = Stage.height / 2; // attach the button actions that will start the ExpresInstall updater upgradeMsg.upgradeBtn.onRelease = function() { // the ExpressInstall.init() method is what kicks off the actual update ExpressInstall.init(); } // if expressinstall is invoked, stop the timeline. stop(); } -thanks |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Install Adobe AIR on Ubuntu | m. allen west | AIR |
0 | 12-14-2009 05:03 PM |
| problem with player install | [PAUL FERRIE] | Client Side | 0 | 02-12-2007 09:00 AM |
| Error with Express Install | futilemonk | Newbies |
15 | 09-02-2006 07:49 AM |
| Customising Flash Player Express Install files | gwh | Flash MX 2004 |
0 | 09-14-2005 01:21 PM |
| Adding flash player install on cd | michaelqu | General Flash | 1 | 12-04-2002 07:28 PM |





