Last Updated on August 3, 2009
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
Héctor says
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.
matilda says
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()
}
}
abigail cruz says
ojalas resulte
KroooS says
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…!!!
KroooS says
As3 should not support AS2 code because AVM is differ from AS2 to AS3,
Ahmed Shafici says
i have difficalt to donwload