Has Actionscript 3 changed since Flash CS3?

maybe it is a strange question?
I find that sometimes opening a Flash CS3 or Flash CS4 file in Flash CS5 causes the scripts to either fail or I get some strange results.
I do not have specific examples to mention as it does happen on occasions.
At the moment, I am doing a project for a University.
They only run Flash CS3 Flash Player 9, which already leads to issues.
I use Flash CS5 currently.
The first time I sent in a draft example, they could not open the file and also they could not play the SWF file, as they only run Flash Player 9. They will not update the Flash Player to 10 as it will affect other ongoing projects in the University.
I only purchase Master Suites, so I had to reinstall Flash CS4  from the CS4 Master Suite and also Flash CS3 from the Web Premium Suite.
The Flash CS5 file had to be saved out as Flash CS4. I then had to open the Flash CS4 file and save it for Flash CS3.
I found on occasions that opening the file in Flash CS3 cause some placement issues of Text and soemtimes, but not always some Actionscript 3 code would cause some errors.
Has Flash CS5.5 rectified this and added the option to save to Flash CS3 perhaps, this would solve alot of issues.
Has Actionscript 3 changed since Flash CS3?

Actionscript 3 has changed since CS3, though what existed in CS3 has not changed.  Newer versions have newer features, so new code was created to support those features.

Similar Messages

  • ActionScript 2.0 in Flash CS3

    I am thinking of upgrading from Flash 8 to CS3 but I'm
    skittish about legacy code compatibility and would like the option
    -- in CS3 -- of continuing to code in AS 2.0 for the foreseeable
    future--until I know AS 3.0 cold and/or I'm ready to do whole new
    projects in it. Is this possible?
    I have books on both CS 3 and AS 3 and they don't seem to
    address this question.
    Thanks.

    hezekiah-1812,
    > Thanks, David!
    Sure thing.
    >> In my Flash 8 Actionscript panel, for instance,
    there is a pull-down
    >> menu in the upper left that has the following
    options: ActionScript
    >> 1.0 & 2.0; Flash Lite 1.0 ActionScript or Flash
    Lite 1.1 ActionScript
    In Flash CS3, you get new entries in that list.
    >> In Flash CS3, is that pull-down still there, with
    ActionScript 3.0 the
    >> default, and with ActionScript 1.0 & 2.0 below
    it?
    The default choice depends on what sort of FLA file you
    open. If you do
    File > New, you have the choice to start in AS3 or AS2
    (which also counts as
    AS1) -- or you can change the Publish Settings at any time
    (File > Publish
    Settings > Flash), though doing so after you've already
    begun coding is very
    likely to lead to warning and error messages, for obvious
    reasons.
    > I recently bought Russell Chun's CS3 and Rich Shupe's
    Learning AS 3.
    I've heard good things about Rich Shupe's and Zevan Rosser's
    "Learning
    ActionScript 3.0: A Beginner's Guide" (O'Reilly). Hadn't
    heard of Russell
    Chun's book, but it has high marks on Amazon.com.
    > Good starting points?
    Based on Amazon reviewers, they look good! :) These seem to
    focus more
    on ActionScript 3.0 than 2.0, but if you're already
    comfortable (at least,
    comfortable enough) in AS2, that may be just what you're
    after.
    > Or add Colin Moock?
    I value Colin Moock's work tremendously and regularly
    consult his books.
    > Or... feel free to give yourself a plug.
    "Foundation Flash CS3 for Designers" (friends of ED) has
    been selling
    very well and has also received favorable reviews on
    Amazon.com. I wrote
    that one last year with Tom Green, and it's been a neat
    experience all
    around. I'm usually very active on these forums, so that
    might be useful if
    you choose to buy that one. The past couple months have been
    unsually busy
    for me, because I'm working on a new title for O'Reilly, but
    I'll be back in
    the saddle very soon.
    David Stiller
    Contributor, How to Cheat in Flash CS3
    http://tinyurl.com/2cp6na
    "Luck is the residue of good design."

  • Has HTML code changed since DW8?

    I was able to remedy my Hot Spot issue posted earlier by copying code generated from old DW8 files into a DWCS5 page. I've been resorting to this workflow since I upgraded to CS5 because it doesn't seem to generate good code using the so-called automated tools. Has HTML coding lauguage changed since DW8 and is it different for CS5?
    I'm still also not clear about using some of DW's automated tools to generate code. I was told in earlier discussions that I should maually code because DW's various tool sets don't generate good HTML, DW is mostly used as a layout and FTP tool.  Should I rely on Page breeze or a similar HTML editor instead?  And what version of HTML should I use?
    Or should I go back to using DW8?

    Indie767 wrote:
    Has HTML coding lauguage changed since DW8 and is it different for CS5?
    Yes and no. HTML 4.01 and XHTML 1.0 have remained unchanged for the past 10 years. So HTML code generated by DW8 and CS5 is identical. The difference is that Dreamweaver CS5 with the 11.0.3 updater also supports HTML5, which is expected to become the new standard in years to come. Dreamweaver CS5 does not use any of the new HTML5 tags unless you create them manually in Code view.
    I was told in earlier discussions that I should maually code because DW's various tool sets don't generate good HTML, DW is mostly used as a layout and FTP tool.
    I don't know who told you that, but it sounds like a load of nonsense to me. Dreamweaver generates good, clean HTML, provided you use the program correctly. However, having a good understanding of HTML and CSS is a basic requirement of using Dreamweaver efficiently.
    And what version of HTML should I use?
    That's not such an easy question to answer. Some people advocate using HTML5, because it's "the future". Others advise caution, because the HTML5 specification isn't yet complete, and not all browsers support some of its features. To avoid confusion, I would recommend using HTML 4.01 at the moment. HTML5 builds on top of HTML 4.01, so making the transition should be very easy. However, in the final analysis, it doesn't really matter which one you choose. Make a decision, stick with it, and learn how to use it properly.

  • Loop then stop Flash CS3 vs Flash CS5

    I recently upgraded from Flash CS3 to CS5. I'm creating a banner in Flash CS5 using ActionScript 2.0. I want it to loop 3 times then stop. I'm using the same code as I did in CS3. When I view it using Flash Player, its fine but my client is saying it loops continuously when they view it. Has the code changed since CS3? Here is the code I'm currently using:
    ON FIRST FRAME I ENTERED:
    var count;
    if(!count){
         count = 0;
     THEN ON THE LAST FRAME I ENTERED:  
    count += 1;
    if(count == 3){
    stop();
    I'm Action Script challenged, so please be specific. Thank you in advance for your help.

    Hello kglad,
    Thanks for confirming that the script was fine. Seems like there was something wrong with the swf file, not the script. Thanks for ruling out the script as the problem source.
    Judy

  • Why change from flash to flex?

    hi everyone
    I'd like to know why is flex a better alternative to build
    RIA applications then flash itself, because i can't find anywhere
    the reasons to change, since flash can do almost anything that flex
    can to, so please explain it to me. thanks

    Let me try a short answer: I think Adobe targets two
    different audiences with Flash and Flex: Flash is the authoring
    tool for the design-oriented web artist. Flex on the other hand is
    a powerful IDE for the application-oriented software developer.
    Since both products share ActionScript and the SWF file format I'm
    sure both sides will benefit from each other in the future.

  • Brush Options in Flash CS3 not showing up

    Hello. I'm using Flash CS3 and I'm not able to see all of the
    options for the Brush tool. I don't have the pressure-sensitive
    option or the tilt option. Is there something I need to download or
    click on to get these options? I'm not sure why I don't have them
    available to me..my tool palette ends at the brush size and shape
    options at the bottom. Any ideas please?

    jgleica,
    > I tried that but it must be the biggest it can get.
    there's no
    > arrows or indicator it can be resized further in the
    corners
    > of the tools palette.
    Woops, it's the Flash CS4 Tools panel that has more resizing
    options.
    In Flash CS3, you should at least be able to adjust the width
    of the Tools
    panel (click the very top, in the area of the panel that has
    double arrows).
    The wider version of that panel gives it two columns, and
    shortens it --
    which might just show your missing buttons.
    > There's just empty space there. Is there an extension
    pack
    > or something I should've downloaded maybe?
    There may be updates since Flash CS3 was originally
    released, but there
    aren't any extension packs that add graphics tablet choices
    to the Tools
    panel: they're definitely supposed to be there, and Flash CS3
    shipped with
    those buttons in the original release.
    What happens if you select Default from the Workspace
    dropdown?
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Buttons in Flash Cs3

    I know a user can revert to actionscript 2.0 in Flash CS3,
    but Is there anyway to revert back to the old way of entering the
    action script of a button by clicking on it, on the stage?

    Unfortunately you cannot add scripts to symbols in AS3. It
    has always been considered bad practice to do this, even is
    AS1/2.

  • How to add special characters in Flash CS3

    Hi, i need the help of some flash guru… these last weeks we were working with cloversites.com to build a community website… the interface is awesome etc etc however we in Malta have eight special characters (GCZ with a dot on top of them and an H with a second strikethrough). Those at cloversites wrestled with the problem, they could see the characters on their computers but when they entered the text in the site, flash couldn't render the special characters. Here is their message:
    I am extremely sorry about this, but we were unable to add in your characters. We attempted to add them into our software but they did not work. We worked on it all morning and realized that we need an extra add-on for our keyboards. Adding special characters is nothing new to us and have answered this request for many of our international users. For some reason, the Maltese characters did not work in our sites. For example, our "option-G" is the copyright symbol so it will need to be transferred over to international characters.
    Unfortunately, we thing that this has to do with Adobe Flash CS3. The software allowed me to embed the characters, but we were unable to render them on the web. Which led us to think it had to do with the version Adobe is running and its inability to render the text through its software on the web. None of the characters worked on the web, and it looks like its just an Adobe bug. So we are able to type and use the Maltese characters, but Adobe Flash is having trouble with them.
    Does anybody know of any possible solution?

    see if codepoints-to-string() is suitable for you ..
    Re: how to concatenate hexadecimal value to string in XQuery in PS Message Flow

  • Glitch in Flash CS3?

    I have just spent a day and a half trying to get the flash ad
    I made link to the customer's website.....Its not that hard.....
    and I have done it before in Flash 8..... but for some reason I
    could not get it to work untill I saved it back to flash 8. Im just
    wondering if anyone else is having this problem and or if anyone
    can help me to get this to work in CS3.
    Thanks
    Morgen

    Morgen,
    > I have just spent a day and a half trying to get the
    flash
    > ad I made link to the customer's website.....
    > but for some reason I could not get it to work untill I
    > saved it back to flash 8.
    Hmm, that sounds odd.
    > Im just wondering if anyone else is having this problem
    > and or if anyone can help me to get this to work in CS3.
    I wonder if your publish settings were configured for
    ActionScript 3.0
    in Flash CS3 and you didn't realize it? AS3 is different in
    quite a few
    ways from AS2, so that would be the first place I'd check. My
    hunch is that
    you were trying to use AS2 in an AS3 document.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Problem with FLVPlayer in Flash CS3 (need to save out as Actionscript 3.0 SWf file)

    I am using Flash CS3 and am trying to publish a SWf file that
    makes use of the "FLVPlayback" component. I need for this SWF file
    to be published as an Actionscript 3.0 file, so I have set my
    publish settings to Flash Player 9.0 and Actionscript 3.0, but keep
    getting an error as follows:
    "WARNING: The component 'FLVPlayback' requires ActionScript
    2.0."
    Has anyone encountered this?? I am doing something wrong? I'm
    pretty comfortable within Actionscript/Flash 2.0, but am only
    beginning my first steps into the relam of CS3 and AS3.
    I have also attached a screenshot of the files that represent
    my FLVPlayback component (or so I assume). (see this link for
    attachments
    http://www.actionscript.org/forums/showthread.php3?t=140886)
    Thanks all,
    Mark
    http://www.actionscript.org/forums/showthread.php3?t=140886

    Mark,
    > I have set my publish settings to Flash Player 9.0 and
    Actionscript
    > 3.0, but keep getting an error as follows:
    >
    > "WARNING: The component 'FLVPlayback' requires
    ActionScript 2.0."
    Gotcha. You must have started the document in AS2, then
    changed the
    publish settings. Each version of the language has its own
    version of the
    FLVPlayback Component (written in the relevant language).
    Start over and
    compare two compleley new FLA documents: make one for AS3 and
    one for AS2.
    Open the Components panel and note the differences between
    the two. There
    are a different set of Components depending on the language
    chosen for the
    document. Drag the FLVPlayback Component from the Components
    panel in an
    AS3 document, and you'll have the AS3 version.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Flash CS3 Actionscript

    I get he impression that newbies to Flash are no longer
    welcome. I was just getting the hang of CS2 and had to upgrade.
    What happened to the simple behaviors for buttons? What is this
    stuff called Actionscript 3.0? I am ticked.

    SuJun,
    >> What happened to the simple behaviors for buttons?
    They're still there. ;)
    >> What is this stuff called Actionscript 3.0? I am
    ticked.
    ActionScript 3.0 is a new, overhauled version of
    ActionScript made to
    take advantage of the new virtual machine in Flash Player 9
    and higher.
    (Flash Player 9 actually has two virtual machines now, AVM1
    for ActionScript
    1.0/2.0 and AVM2 for ActionScript 3.0.)
    > I understand tweening, putting objects on the stage,
    importing
    > graphics, but actionscript is beyond my competency
    level.
    Fair enough. Keep your chin up ... you'll be happy to hear
    that Flash
    can easily be configured to the way you were used to before.
    It all depends
    on your Publish Settings for the FLA at hand. If you don't
    need new
    ActionScript 3.0 features, just head to File > Publish
    Settings > Flash tab
    and change the ActionScript version field to ActionScript 2.0
    or lower. If
    you like, you can even change the version of Flash Player for
    your published
    SWF.
    Again, if you're not making use of newer features, you may
    as well
    publish for the lowest version of Flash Player you can get
    away with. Flash
    Player 8 introduced filter effects (blur, drop shadow, etc.),
    so if need
    those, you'll have to publish to Flash Player 8 or higher --
    but if you
    don't need them, maybe Flash Player 7 would do ... or 6, or
    even 5. If you
    go 5, you'll have to drop your ActionScript version down to
    ActionScript
    1.0.
    > This type of change focuses strictly on the developer at
    the
    > expense of someone trying to learn. Obviously Adobe
    > doesn't give a rip about someone just beginning.
    I wouldn't go so far as to say that. I've noticed that many
    people seem
    to equate Flash CS3 with ActionScript 3.0 exclusively, but
    fortunately, that
    simply needn't be. As soon as you change to ActionScript 2.0
    or lower,
    you'll find that the Behavior panel becomes enabled.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Flash CS3 ActionScript and "Test Movie" on Mac

    I recently switched over to a PowerMac and Flash CS3 from
    Flash 8 on a PC.
    I've been on a PC forever but wanted to migrate over to the
    Mac as XP and Vista and the headaches we all know about.
    So, within Flash you can "Test Movie" and a little test
    window pops up displaying your swf.
    It has always been the case on the PC, and my friends with
    Flash 8 on the Mac tell me it's the same for them, that you can be
    writing in the Actions panel and then hit "Control/Apple - Enter"
    and the ActionScript actions you just typed will be reflected in
    the "Test Movie" pop up. In other words it the "Test Movie" window
    acts as a constantly updated reflection of the latest edit to your
    Flash piece, regardless of whether you've "Saved" the .fla document
    itself.
    This is part of the normal work flow to me. Write some
    actions, edit them, when they are right, I save. But in the
    meantime, as I'm writing I can keep hitting "Control/Apple - Enter"
    to watch the changes of my edits and I'll see them.
    Well, on my new Mac with Flash CS3, the "Test Movie" window
    never updates to the latest edit. Whether with hot-keys or with the
    cursor/menu selection, the window will not reflect the latest edit,
    UNLESS, I close it first. If I close it, and then hit the
    hot-keys/menu for "Test Movie" then it will load my latest edit
    (regardless of whether the .fla is saved). So it seems that closing
    the pop up "Test Movie" window prior to is the only way to ensure
    getting the current edit/actions to preview.
    If you write a lot of actions script, then I'm sure you can
    agree that adding that "close the window" step into your work flow
    is really really a headache. And, if I can't find a way around
    that, sadly, I'll have to migrate back to the PC, ugh, and Flash
    CS3 on it, which still acts as it always has, with "control-enter"
    faithfully launching the current edit.
    Any ideas? Have you experienced this.

    You have to switch the focus back to the application and then
    to the test window. Evidently between Flash MX04 (the one I have to
    test) and CS3, they made it so that just clicking in the AS editor
    window doesn't return the focus to the application. In that case
    the Testing Environment intercepts the apple-enter and just
    re-tests the already compiled version.
    If you click the application window, then click the
    actionscript window, it will recompile the swf. However I
    personally don't find apple-w to close the window so
    onerous.

  • Adobe Flash CS3 detected a problem and has to be closed.

    Hello,
    I'm using Flash CS3 for a month, but the problem is that
    since a week ago, flash CS3 stops working after 5 minutes of use.
    So today I've downloaded the test version (30 days) in
    another PC, but even with this other computer the software doesn't
    works and has to be closed.
    So that's not because of my computer. It's a more general
    problem.
    Did it happened to one of you? DO you know if flash CS3
    doesn't work for everyone right now?
    Do you know how to repair this kind of problem? I'm very
    desperate and I really need to use flash. I don't know what to do.
    Thank you very much

    There could be any number of items causing this. First off is do you have an active internet connection? If so have you tried rebooting you computer?

  • Recommend Flash CS3/Actionscript 3 Books?

    I am looking to buy two books: one on Flash CS3 and one on
    ActionScript 3.0 (probably one by Colin Moock). Any
    recommendations?

    I'll add a little more of a review to the ActionScript 3.0
    Cookbook. For the most part the recipes inside are pretty good. I
    have been unimpressed though with the amount of spelling mistakes
    and code errors. The errata on O'Reilly's website doesn't contain
    all the errors either and I was finding a lot more that were not
    listed yet. Generally I've found O'Reilly books to be edited pretty
    good, this book though seems like it slipped through the reviewers
    or something. Still, like I said its a good book and has some good
    info in it - just be aware that there are a lot of errors
    throughout it.
    I am eagerly awaiting the delivery of Colin's book, my past
    experiences have been that his books are a cut above everyone
    elses.

  • Flash CS3 seams sluggish with text and if actionscript window open

    I have a movie clip on the stage that has a large text box
    inside with 18-20pt font, 3-4 paragraphs of text. When I try to
    scrub the timeline, the playhead on the timeline does not keep up
    with my mouse... it lags way behind. It's like the Flash CS3
    software starts to freeze or hang. And the text in the final swf
    movie doesn't animate on the timeline.
    What I did finally discover is that if I hide (turn off
    visiblity) the layer on the timeline that has the text movie clip,
    voila! I can now smoothly scrub the timeline. What gives??? I think
    others have had similar issues with the CS3 actionscript panel.
    My pc specs are as follows... (I think it should be beefy
    enough to handle this simple text animation).
    Vista Ultimate SP1 64-bit, Intel Quad Core, 8G Ram, 512MB
    eVGA 9800GTX graphics card

    You have to switch the focus back to the application and then
    to the test window. Evidently between Flash MX04 (the one I have to
    test) and CS3, they made it so that just clicking in the AS editor
    window doesn't return the focus to the application. In that case
    the Testing Environment intercepts the apple-enter and just
    re-tests the already compiled version.
    If you click the application window, then click the
    actionscript window, it will recompile the swf. However I
    personally don't find apple-w to close the window so
    onerous.

Maybe you are looking for