New browser and standalone Flash Player downloads to use with Flash CS4. This will update the player you use when you publish preview in HTML or debug.
From adobe.com:
The update replaces the Debug and Release versions of Flash Player 10 browser plugins and standalone players that are included in the initial release of Flash CS4 Professional (player version 10.0.2.54). All users are encouraged to apply this update. These new players are version 10.0.32.18.
More information, and download them here:
http://www.adobe.com/support/flashplayer/downloads.html
August 4, 2009 at 8:36 am
I’ve read about the new wmodeGPU property. Is it possible to directly use it under Flash CS4 without getting errors? I know it can be done using array-access notation, but I’d prefer to use dot notation if possible.
September 22, 2009 at 1:09 pm
HELP!!!
PLEASE:)
Hello,
I need help with some actionscript!;)
my slideshow is almost workin but i am getting an error message saying:
1084: Syntax error: expecting rightparen before SimpleButton.
Here is what my code looks like:
stop();
//next button
SimpleButton.addEventListener(next_btn.onPress=function(){
if(studio_art1._currentframe==studio_art1._totalframes){
studio_art1.gotoAndStop(1)
}else{
studio_art1.nextFrame()
}
}
//last button
SimpleButton.addEventListener(back_btn.onPress=function(){
if(studio_art1._currentframe==1){
studio_art1.gotoAndStop(studio_art1._totalframes)
}else{
studio_art1.prevFrame()
}
}
November 18, 2009 at 10:57 am
ojalas resulte
November 25, 2009 at 5:46 am
Hei,
Before that i want to know whether the Script is under AS3/AS2, Your script is entirely confused one, learn properly and as ur Doubt…!!!
November 25, 2009 at 7:23 am
As3 should not support AS2 code because AVM is differ from AS2 to AS3,
February 15, 2010 at 10:35 am
i have difficalt to donwload