Flash CS3 Save As Flash 5?

My son is taking a Flash class at the local college. The lab
computers all run Flash 5. We have installed Flash Professional CS3
on his computer (Win XP). He would like to edit .fla files at home
and still be able to use them in class.
Unfortunately, the only option in the "Save As..." dialogue
is for Flash 8 format, which he could not open in Flash 5.
"Export..." offers a number of options, none of them .fla. Of
course we can "Publish..." Flash 5 Player-compatible .swf files,
but that's not going to help him edit.
So, is there anyway to save a Flash 5 .fla file from the
current version of Flash?
Alternatively, is there anyway to obtain a licensed copy of
Flash 5?
Thanks in advance.

gejarrett,
> My son is taking a Flash class at the local college. The
lab computers
> all run Flash 5. We have installed Flash Professional
CS3 on his computer
> (Win XP). He would like to edit .fla files at home and
still be able to
> use
> them in class.
That's going to be tough. :( As you've seen, CS3 saves to
Flash 8. If
you happen to have a copy of Flash 8, you'll find it saves
back to Flash MX
2004 (aka 7), and so on. It's possible to save a CS3 FLA file
back to Flash
5, but you have to have access to each version of the IDE
back to Flash MX
(aka 6).
> Alternatively, is there anyway to obtain a licensed copy
of Flash 5?
I suppose it's *possible* you might find something on eBay
or the like,
but used software purchases often raise a few red flags. If
you search
around, it might be possible to find an old trial version ...
the kind that
dies after 30 days. That might be the best you can do.
I'm actually kind of wincing that a college is still
training people on
Flash 5. So much has changed, much of the training may not be
useful. (I
realize I'm likely preaching to the choir.)
David Stiller
Adobe Community Expert
Dev blog,
http://www.quip.net/blog/
"Luck is the residue of good design."

Similar Messages

  • Problem Update Flash CS3 (9) to Flash C3 (9.02)- MAC OS X Tiger

    Hi everybody,
    I am on MAC OS X Tiger. My flash is version 9.0 (CS3) and the
    software is install in the default configuration
    (/Applications/Adobe Flash CS3/...).
    My problem is the update for Flash CS3 to get the 9.02
    version works wrongly.
    I doubleclick on it. I write my request password to install
    software or update (It's own to MAC).
    And then the Installer tells me that there is an Error
    because it didn't find the location of my software.
    Is there any thing that I can do to help the updater to find
    the good place ? Is there manual installer ? Which file is corrupt
    I can remove and install again the software because I am
    temporary in Singapore and my DVD is in France.
    I am open to any suggestion.
    Xeonarno

    By abnormally shutting down the OS X partition has most likely gotten scrambled. You will have to reformat that volume and reinstall OS X.
    Since OS 9 is working you may still be able to copy your personal files to an external drive so they won't be lost.

  • Nested Components (Flash CS3, AS2) Crashes Flash

    Hi,
    When using a component within another component, Flash
    crashes with no error message. How do I solve this problem? I've
    tried to use Adobe's components within my own ones, and my own
    nested. Flash crashes.
    I have tried finding the solution online with no luck, so I
    assume it's either impossible to do, or very easy! :)
    Thanks,
    Niclas

    The FLVPlayback component is by far the easiest... but if you really want to create your own buttons, then I suggest you build a custom NetStream player. This type of player is much more powerful and versatile means of playing video than the Playback component. Keep in mind that it does require a little hand coding... but again...we are firstly advising you to use the Playback component. If you can't use that, then NetStream may be your only other option.
    However, skip the .wmv and go with an .flv or .f4v file. The .wmv compression is not very good and your video file may be too large to download quickly.
    There is a set of very good tutorials that teach you how to build a NetStream player:
    www.gotoandlearn.com
    scroll to the very bottom of the page, there are a set of "Video Basics" tutorials.
    With a NetStream player, you can build controls to pause/stop/start as well as interact with other parts of your Flash.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l
    Best wishes,
    Adninjastrator

  • How to build a custom Flash CS3 component

    I just googled in the hope to find some resources about how
    to build custom Flash CS3 components, but nothing turned up. I also
    couldn't find any info on Adobe's Flash developers center.
    Do you know of any resource that sheds some light on this
    subject?
    If not then I'll have to try to find my way around custom
    components by learning from the ones that came with Flash CS3 I
    guess.

    Flash CS3 has been out for a few weeks. At this point, your
    best bet is Amazon books or Barnes & Noble. I've read a few
    books that should shed light on the subject. Otherwise, you'll need
    to wait a few more weeks while people start hashing it out and
    posting it to blogs and other sites.

  • Flash Lite in Flash CS3

    Hi all,
    I've just earned a freelance contract to develop a mobile
    phone game, & i've got a copy of CS3 Design Premium on the way,
    which includes Flash CS3 Professional. I've developed Flash games
    before using the Flash Lite 2.1 plugin for Flash 8 Professional,
    but I'm a little confused about the situation in Flash CS3.
    Does Flash CS3 come with Flash Lite 2.1? If not, has a Flash
    Lite 2.1 plugin been released for Flash CS3? & if not, does the
    Flash Lite 2.1 plugin for Flash 8 work for Flash CS3?
    I guess my questions really is, is it currently possible to
    develop Flash Lite 2.1 content with Flash CS3, & if so, what do
    i need?
    Cheers
    Andrew

    Read all about it here:
    http://www.adobe.com/support/documentation/en/flash/
    Since nothing in Flash Lite 2.1 has changed I believe
    everything is done pretty much the same as it was in Flash 8 (AS2
    targets, etc...) Don't quote me on that though...

  • Flash8 or Flash CS3 determine what frames and objects use a given library object

    I am doing cleanup on a FLA file(a large fla file). I am
    looking for an easy way to determine where each library item
    may be used in the given flash document and at what frame and
    layer it may be used at.
    Yes I have updated the use counts by selecting "update use
    counts". Which is really nice. Becuase I can then
    easily delete all the unneeded objects(note: I was also
    guaranteed they(library items) were not called into the FLA file
    dynamically by action script, Which was a relief).
    So what I am looking for is a way to run a report for one
    object or for the entire library to show me where
    a given symbol, button,swf, flv or picture is being used in
    the parent or it's chidren or in another library item.
    Here is an example of the report I am looking for.
    Library Item "logo.jpg":
    ocurrence #1> _root;layer8,frame 25
    ocurrence #2> _root;layer(showlogo),frame 25(imageframe)
    ocurrence #3> _root;layer(showfinishpage),frame
    125(exitpage)
    occurence #4> LIBRARYITEM(logoTween),frame23,layer2
    Does anyone know how this can be done...?
    Additional search item references
    ==============================
    report library items
    Flash 8 library report
    Flash MX library report
    Flash CS3 librarry report
    Flash Library objects usage counts
    Keep use counts updated
    update use counts now
    determine where library items are used in a give fla file
    flash library "update use counts" objects frames report
    flash "library use" objects frames report
    flash 8 fla library usage where are they being used

    Will Edit > Find and Replace help?
    I don't know of any report, other than Generate size report
    (found in publish settings under Flash), but you could probably
    write a .jsfl script to do it for you I imagine.

  • Flash 8 vs flash cs3

    Hi
    I would just like to know if you think flash 8 is better than
    flash cs3
    and
    does flash cs3 contain ALL the features of flash 8?
    and which is easier to use!?!
    Thanks nows
    in advance
    and in the future!

    yes yes and yes - usually, most software versions do not
    eliminate features - they add to them. CS3
    has all of Flash 8 and more. A lot more. Ease of use is
    relative - impossible to answer as it is
    based on your own learning curve with anything - the
    difference between one or the other in terms of
    learning curve is simply impossible to pinpoint for you
    personally, we don't really know you :)
    But if you are proficient with AS2 you may want to relearn
    AS3 and this may mean it is more time
    consuming/difficult. But you may be a designer/animator with
    little or no need for AS.
    Hard to say. That's what the 30 day free trial is for - kick
    its tires :)
    -c
    Chris Georgenes - Mudbubble LLC - Animator/Author/Speaker
    Adobe Community Expert - p.781.772.1073
    www.mudbubble.com - www.keyframer.com -
    www.howtocheatinflash.com
    anand ganatra wrote:
    > Hi
    >
    > I would just like to know if you think flash 8 is better
    than flash cs3
    >
    > and
    >
    > does flash cs3 contain ALL the features of flash 8?
    >
    > and which is easier to use!?!
    >
    > Thanks nows
    > in advance
    > and in the future!
    >
    >

  • Help: symbol shifting between mac and windows, flash cs3

    I'm doing work reviewing flash files created by other users
    on mac and windows. I'm using os x 10.5.6. When I open a file
    created in windows / flash cs3 some symbols on the stage will have
    shifted upwards on the y axis. If I correct the shift and then send
    it back to the windows user they see the symbols incorrectly
    aligned, as if I had moved symbols around on a correctly aligned
    file.
    The strange thing is not everything on the stage is shifted.
    Only particular symbols will move, and it's usually symbols only
    (not text frames, drawing objects, etc).
    I believe there's a general history of bad behavior when
    saving flash files and trading them back and forth between mac and
    windows, but does anyone know what may be causing this? Or a
    remedy?
    Thank you in advance.
    Peter

    also, I tried opening the same files in vista using a mac
    mini with vista installed on a bootcamp partition. When opening
    other windows authored flash files there I had shifting issues as
    well, so I'm not convinced it's strictly a mac vs. windows issue.
    Unless it's a flash cs3 on windows xp doesn't like mac flash cs3
    and vista flash cs3...

  • Flash CS3 Pro and Windows 7

    I'm having a couple of peculiar issues with Flash on my new computer and was hoping to get some suggestions on what might be causing them.  I have Windows 7 (64) and Flash CS3 Professional.  Flash itself installs fine and runs fine.  But two issues crop up. 
    The first is that, when Flash tries to update itself, it runs into multiple errors - saying that the source files have moved and so it can't update them.  I install everything into C:\ and make no changes to Flash's location during or after installation...so I'm not sure how anything could have moved anywhere other then where Flash would have wanted them to be in the first place. 
    The second issue is actually more of a problem.  Flash seems to be running some sort of interference with my internet connection.  This happens either immediately after I restart the computer after installation or (this last time) a few days later.  My computer boots up and, suddenly, I can't access the internet.  When I remove Flash and restart, my connection is fine.  I've never had this sort of problem before and I'm not terribly tech savvy so I'm not sure how to go about trouble-shooting it.  I tried doing a very bare-bones installation of CS3 to see if it was one of the extra programs causing the problem and it took a few days before the net conked out - but I eventually again had to uninstall. 
    Any help would be greatly appreciated. 

    Nancy,
    More information on your HP would be helpful.
    Also, when you did the installation, did you first turn off all AV, pop-up blocking and spysweeping software?
    Do you have your Firewall, and the Win7 Security measures turned off?
    Have you updated to the latest Flash Player?
    Are you installing to C:\? The exact destination folder is not important, but being on your C:\ is.
    Did you ever have a trial version of PrPro on your computer? If you did, you will want to uninstall the current attempted installation, if you can, run the Adobe Clean Script CS3 a few times, maybe followed by a good Registry cleaner, like CCleaner, and then install as Administrator, with the above considerations.
    After you have attempted to install, have you gotten any error, or warning messages? Those could be very important. Please post the complete text of any.
    Good luck,
    Hunt
    PS - I assume that you posted to the Adobe (old Macromedia) Flash forum of this problem. Did the users there offer you any ideas?

  • Need help: Open Flash 8 FLA in Flash CS3 Pro.

    Need some help here.
    I have problem using Flash CS3 to open Flash files which have
    been done in Flash 8.
    Every time when I open there will be a error message prompt
    and the application (CS3) will automatically close.
    Are we able to open the previous FlasH version in the latest
    one?

    Yes, Flash is downward compatible. The file might be corrupt.
    What is the error message you receive?

  • Can CS3 Pro save as Flash 8 format?

    This answer will help us while we transition many Flash 8 Pro
    licenses to Flash CS3 Pro!
    Can Flash CS3 Professional save its .FLA in a format that can
    be opened by Flash 8 Pro?
    ...Just as Flash 8 Pro can save as its .FLA in a file format
    that can be opened in Flash MX 2004 Professional.
    I know that the Flash CS3 files will probably lose some
    functionality, but that may be acceptable as with the Flash MX 2004
    files saved by Flash 8.
    This should be a simple yes/no answer, but I can't find it
    anywhere!

    you are welcome and for .:}x-=V!P=-x{:., de nada.

  • FLASH CS3[AS3] – MICROPHONE – RECORD AND SAVE AS WAVE FILE

    HI,
    I need solution for this one.Can we record,play and save an audio using flash CS3 astion script.
    It should be something like this:http://justflash.byethost12.com/microphone/microphone_recandsave1.html
    I have searched for the soluiton but i found it in flash cs5.I need it in flash cs3.
    Looking for the solution.
    Thank You

    Hello Jeff,
    From the LabVIEW Help description:
    Sound File Write Simple (Windows, Linux)
    Writes data from an array of waveforms to a .wav file. This VI automatically opens, writes to, and closes the .wav file. Windows You must have DirectX 8.0 or later to use this VI. Linux You must have the Open Sound System (OSS) driver to use this VI.
    So, the data input to Sound File Write Simple.vi is an array of waveforms. However, if you only have one waveform, you can build an array that contains only your single waveform using the Build Array VI. As described in the LabVIEW Help description:
    Build Array
    Concatenates multiple arrays or appends elements to an n-dimensional array. You also can use the Replace Array Subset function to modify an existing array.
    So, for example, you could run your single waveform into the Build Array function and get an array of waveforms containing only your waveform. You could then wire this array of waveforms to the Sound File Write Simple.vi. This is shown in the image below.
    Message Edited by Matt A on 06-28-2007 09:58 PM
    Matt Anderson
    Hardware Services Marketing Manager
    National Instruments
    Attachments:
    Build Array.JPG ‏11 KB

  • Flash CS3 program flickers during "undo" and "save and compact"

    Hi,
    I have Flash CS3 Suite. I have a computer that was built in 2004, running Windows XP Professional - 2 Gb RAM although I have given the Virtual memory 4 Gb. The reason I did that is because I thought maybe my RAM wasn't enough. I have no problems with any of the other Adobe programs or any other programs on my computer, just Flash Professional. The running process only uses 16,030 K so it can't be that.
    I have uninstalled, cleaned all adobe files completely off of my computer, done a fresh install, more than once, but no matter what, I seem to have issues with the 2 following commands:
    1.  Edit > undo feature
    2.  File > save and compact - although this doesn't flicker as much as the other one.
    The flickering is frustrating, and, of course I can't do anything else until the flickering stops.
    The positive side of this issue is that I am being much more thoughtful about my editing which is good anyway, but it would be nice for the flickering to permanently stop. Any and all help will be greatly appreciated.
    jd

    upload your fla and post a link.

  • 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."

  • Is there a way to do a 'Lite' save for Flash CC so it doesn't take so long to save?

    Bonjour mes amis
    Scenario:
    I'm doing a hand-drawn (Wacom), black and white, traditional style animation. Nothing fancy at all is being used. No symbols. No tweening. Just black brush strokes on a plain white stage. Lots of keyframes (500+ drawings), across multiple layers.
    Problem:
    In earlier version of Flash (CS3 and CS4) this type of scene would save pretty quickly. .
    In Flash CC, this type of scene seems to take much, much longer to save. Approaching a minute sometimes. I assume this is because many more variables are being saved, to account for the increased feature set of CC over SC3 and CS4
    Question:
    Can I force Flash CC to strip out the redundant data that I'm not using and in effect have a streamlined 'Lite' save?
    Merci beaucoup for any help or suggestions.
    NOTE - this applies to saving locally. not across a network or into the cloud.
    Message was edited by: Salt & Vinegar to clarify saving locally

    you can disable warnings and strict mode (file>publish settings>as3 advanced settings) to see a significant decrease in publish time.
    also check if permit debugging is unticked and omit trace statements is ticked.

Maybe you are looking for