Flash Player 10 Update for Flash CS4 Professional

by Jen deHaan

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


6 Comments to “Flash Player 10 Update for Flash CS4 Professional”

  1. 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.

  2. 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()
    }
    }

  3. ojalas resulte

  4. 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…!!!

  5. As3 should not support AS2 code because AVM is differ from AS2 to AS3,

  6. i have difficalt to donwload

Leave a Reply