New to Flash -- tutorial help pls!

Hi:
Working with the Flash Developer Center tutorial http://www.adobe.com/devnet/flash/articles/atv_flcs4_demos.html
I have Flash CS3 professional, and downloaded a couple of the zip sample files, fla.  However, an error message says "Unexpected File Format" when I try to open.
Is it a CS3 vs CS4 issue?  If so, is there a way to convert these to CS3?  I assumed fla is fla...
Or is it something else?  Helluva way to get started!  Thanks for your help!
Rgds, Ned

Not a problem at all. You should be able to install the trial of CS4 and work with those tutorials. As skyblue said, once you open those tutorials, you can then use saveAs... to save them as CS3 files. Keep in mind that you won't be able to use the features of CS4 from one of those saved files.

Similar Messages

  • New To Flash Need Help

    Ok Ive been doing alot of tutorials but none seem to cover my
    problem though some have helped they have given me enough knowledge
    to only dig my hole deeper. Ive done Total Trainings CS3 essentials
    and a bunch of Lynda.com stuff too.
    All Im trying to do is make tutorial Videos for new
    employees. I want to build it using a Flash interface.
    All I want to do is have a main screen (which I can build)
    and from that main screen you select these thumbnails of each
    video. Each thumbnail opens a specific .FLV in the FLV player and
    when its done the FLV player closes and you back at the selection
    screen (this is the problem).
    How do I set the button to open the FLV file?
    Do I import the File to a diffrent layer and place it on the
    Timeline or do I make it in its in SWF and then refer to it from
    the button?
    How do I get it to close when its done playing?
    Any help would be appreciated.

    I'm not working in CS3, but here's the basics. you should
    make a swf with your list of buttons that refer to the different
    sections of tutorials. each button will then set a new 'path' to
    the associated flv to play, and begin the download to start the
    video. You will have a FLVplayback component on the stage which
    each file is 'streamed' into regardless of which file is selected.
    when the user selects a button from the list, you will simply set
    the 'contentPath' parameter and call to a function that then loads
    the video into the component. the FLV playback component has many
    handlers for al types of events, including 'complete' which you can
    set up to do anything like advance to the next video in series or
    trigger another event to prompt the user to do something else.
    Look up the ... FLash Help>>Component Language
    Reference>>FLVPlayback Component ... for more info than you
    can imagine :)

  • New to Flash - please help

    I am trying to create a simple slideshow. Each time a new
    photo comes up, I need the viewer to be able to click and go to a
    separate html page for each photo. I know this is very simple, but
    I keep getting code errors. The first photo works, but after that,
    I get duplication errors. Any help would be greatly appreciated.
    This is what the original code looks like. I thought all I
    needed to do was copy and paste it with each keyframe and then just
    change the html redirect page.
    inv_btn.addEventListener(MouseEvent.CLICK,
    buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
    navigateToURL(new URLRequest("
    http://www.golfozarks.com/little_league/bk-auto/john-botson.htm"));
    trace("");
    The Flash is playing right now at
    http://www.golfozarks.com/little_league/bk-auto/roster.htm

    Without seeing what the errors are saying I am only guessing
    that the duplication may be regarding the addEventListener
    attachments. You may be able to get away with using:
    inv_btn.removeEventListener(MouseEvent.CLICK,
    buttonClickHandler);
    ahead of each secondary (after the first frame) assignment of
    adding the listener.
    Another more efficient approach would be to have the
    buttonClickHandler and event listener remain constant, but pull the
    urlRequest out as a separate variable and only change its value for
    each player's frame.
    So you'd have a layer that spans all other layers that
    contains the url variable declaration, event listener assignment,
    and the buttonClickHandler function, and only in the first frame.
    var url:URLRequest = new URLRequest();
    inv_btn.addEventListener(MouseEvent.CLICK,
    buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
    navigateToURL(url);
    Where only the url value changes with each player frame:
    url = "
    http://www.golfozarks.com/little_league/bk-auto/...etc"

  • FF now freezes ~every 10 mins. Get Adboe "script in this movie is causing Flash to run slowly." reinstalled FF and have latest versions of FF&Flash. Help pls

    Have used FF since v1. NEVER had a problem. NOW it freezes like every 10 minutes from any random web page on computers at home AND work. Have researched this and have done the following: 1) reinstalled FF, 2) updated to latest versions of both FF and Adobe Flash per instructions here. It still freezes.
    The message I get is: "A script in this movie is causing Adobe Flash Player to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?"
    Then a dialog box that you can't click in eventually after 2-5 mins FF starts working again - until it doesn't.
    I "heart" FF - but don't have the time to troubleshoot and fiddle with my browser just so it works. Looks like I am being FORCED to make the move to Chrome, which is a shame.
    Anything I can do?
    Thanks!

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Flash tutorial help, please?

    Hello! Let me start by saying that I am very familiar (not a
    pro by any means) with Flash (I own CS4 pro) and I just completed
    the Flex 3 video series here on adobe.com. I am a pro with
    XML/PHP/HTML/Etc... But what I am asking is this! I want to be able
    to build a complete site like this:
    http://s3.envato.com/files/88829/index.html#/home
    I know that this site was designed using the GAIA platform
    but I would like to build a full site like this from scratch. I
    have read tons of books but am at a complete loss of where to
    start.
    PLEASE! For the love of Crom!!! Could someone please point me
    in the right direction. Is there a site ANYWHERE!!! (or even a
    really good book!) That explains the full development process, just
    one good tutorial could set me in the right direction!
    Thank you all every much!
    Sincerely yours, in mental illness...
    Tyr Rin

    Here are a few tutorial site that I visit often:
    http://www.gotoandlearn.com/
    http://www.actionscript.org/
    http://www.kirupa.com/
    http://www.flashandmath.com/
    http://www.lynda.com (paid service
    though)

  • New at Flash Please Help

    I have added a flash banner to a website that I have built
    http://www.mauitropicalsoaps.com.
    I am not sure if this is possible because this is the first time
    that I have used flash, but I am wondering if there is a way to not
    have the border around the flash when you put your mouse over it.
    The border i am talking about is the one that pops up when the
    title tag pops up saying press space bar or click to activate this
    control. Any help with this would be great! Thanks!

    http://www.adobe.com/devnet/activecontent/

  • New at Flash, please help! Sound On/Off Button

    I'm trying to create a button that when clicked once, it plays music, and when clicked again, it stops. I don't need the button image to change at all, I just need a simple start/stop.
    I've been able to make the button start the music when clicked but I've not been successful in making it stop.
    I am using CS4, and have no scripting experience.
    This is for a graphic arts assignment so please help!

    drag your button to the stage and assign it an instance name (eg, btn).  you can then use:
    var sound:MP3=new MP3();
    var sc:SoundChannel = sound.play();
    btn.addEventListener(MouseEvent.CLICK,f);
    function f(e:MouseEvent):void{
    if(sc){
    sc.stop();
    sc=null;
    } else {
    sc=sound.play();

  • HT4623 happy new year! need help pls. my ipho 4 froze while connected to computor to import pix..now una to use,  turn off, etc. pic on face is of usb cord w/arrow pointing up to a Itunes icon??? help pls

    Happy New Year,,, while importing pix to my desktop computer all of a sudden error msg appears and iphone is phone w/insert to itunes visual on home screen... info read said i will lose everything if i hit Restore....? and then Apple and ITunes will restore it,,,,?
    is this true ? what do i do? try it? but scared to death.... Mahalo nui loa folks k

    Happy New Year,,, while importing pix to my desktop computer all of a sudden error msg appears and iphone is phone w/insert to itunes visual on home screen... info read said i will lose everything if i hit Restore....? and then Apple and ITunes will restore it,,,,?
    is this true ? what do i do? try it? but scared to death.... Mahalo nui loa folks k

  • After installing new OS i can't type a login and password because the font is not supported. DO NOT KNOW WHAT TO DO!!!!HELP PLS?!

    after installing new OS i can't type a login and password because the font is not supported. DO NOT KNOW WHAT TO DO!!!!HELP PLS?!

    Hello Pete from another old guy,
    It sounds like you have an older iMac than the 2006 and newer model this forum covers. The problem is that, in 2006, Apple changed from PowerPC to Intel processors and third-party developers soon stopped making new software for the older processors. That's why you cannot upgrade Flash player--the current version requires a Mac the "2006 and later" processor.
    However, not having a current version of FlashPlayer should not affect your ability to download. If you try downloading, do you get an error message or does something else happen?
    Do you have another web browser like FireFox or Camino on your computer?
    but would love to get my MAC back up to date and running right.
    Well, "running right" may be doable but "up to date" may not be. You are already at as high a Mac OS level that a pre-2006 Mac can use.  We need to pin down your variant to make recommendations. From your Apple menu at the left end of the menu bar, do "About this Mac":
    That brings up this window:
    Let us know what yours say for "processor." The two choices are "PowerPC" as in the example, or "Intel." If you  have an Intel processor, you have more options available.
    Awaiting your report,
    Allan

  • Flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    I have had the same problem for WEEKS and I cannot access any sites that use Flash. Flash has been installed on this computer since I bought it in 2012. I have allowed auto updates but for weeks the updates never get past Step 2 - is this because I do NOT want the Google Tool bar? I use NO tool bars as there is only 6 inches of vertical screen space. Is this because I uncheck wanting Chrome as a default browser?  It is already installed, I just don't use it.  I came to this site and ran the check is it installed and the system says it is either not installed or not enabled. Version 14 just downloaded about 30 minutes ago - but did not progress to Step 3 although a pop up screen came up with a finish button, which I clicked. WHAT is the problem and how do I fix it?  If this were just a compatibility bug between IE11 and Adobe they have had plenty of time to fix it.
    Stephanie HC

  • Help... I'm new to Flash

    Hello,
    I am new to Flash development and I've created a simple flash
    website with links/buttons on the left and on the right a content
    box.
    My question is how to make transitions or effects after you
    click one of the links on the left, to make the content part load
    up into a special effect, something like random tiles flipping over
    displaying the new content corresponding to the button on the left
    that you click. Are there any tutorials that would be helpful? I'm
    also trying to create a special effect that loads the entire flash
    in a cool way, not having the flash just appear simply but appear
    with a special effect.
    Any help would be appreciated,
    Alan

    You can insert ananimation in a movieclip with an alpha
    transition. Load it on a higher level as the button is clicked on a
    lower level.
    There are many examples, there are about as many ways to do
    it also.

  • I have an existing ipod that I use with my mac. I am trying to connect an additional ipod to it but when I try and register, it just brings up the existing info. I don't want to lose the original info or library - just create new for this device. Pls help

    I have an existing ipod that I use with my mac. I am trying to connect an additional ipod to it but when I try and register, it just brings up the existing info. I don't want to lose the original info or library - just create new for this device. Pls help...

    We are starting from the beginning like its a new ipod starts out asking language, country,location services,choose a network,and when we get to "setup ipod touch  " there are 3 options 1..setup as new ipod, 2.restore from ipod backup 3 restore from itunes backup and when we hit setup as new ipod and click next it comes up with sign in with apple id or create a free apple id  we clicked create a free apple id....then comes up with bday,1st name last name, use your current email address, get a free icloud email address or change email address and THIS is where we have problems....if we hit change email address it means that sis's stuff goes under his name and moves all her stuff to this older ipod which the brother does not want. sorry this is so long but its the only way I knew to do it.

  • HT1349 I have an i-pad and have just got an i-phone but want 2 use a different I cloud? I've set up new email account and apple ID, but I can't change the I-cloud settings, can u help PLS??

    I have an i-pad and have just got an i-phone but want 2 use a different I cloud? I've set up new email account and apple ID, but I can't change the I-cloud settings, can u help PLS??

    The procedure is Settings>Messages>Send & Receive at>You can be reached by iMessages at>Add another email address. The email address has to be a valid working email address, obviously. Apple should verify the email address and you have to go to the inbox of that email account, read the verification email from Apple and follow the inductions in the email in order to complete the verification. Then you go back to the settings, uncheck your email address and check the new email address to be used as the contact email address.

  • Help!(confused face) I'm new with flash and don't know why the timers don't work like i would expect

    I'm new with flash and don't know why the timers don't work like i would expect.  In VB.NET timers are how you move stuff, but it doesn't look like they are ideal for moving stuff in flash at all (really slow).  I'm making a game in which you throw a ball around the screen. i am using a timer to get the ball to move. this doesn't work well for 2 reasons; 1: the ball jumps alot, and 2: the timer should eventually run out of time.  If anyone can help, i'd be thrilled cus this is my first post here, so yeah

    Timing for movement would be more often dealt with using something that operates at the frame rate of the file.  The ENTER_FRAME event is usually selected for this purpose.
    stage.addEventListener(Event.ENTER_FRAME, moveBall);
    function moveBall(evt:Event):void {
         // your positioning code
    You could use a Timer to control when to stop the listener from being active.

  • HT201272 Can't restore previous purchase from old iPhone to new iPhone. It says all purchases are downloaded when it's not. No download icon on the screen, can't re-download as it says "purchased". Help pls!

    I've never really had problems on syncing one device to another. However, this time time I can't seem to restore it to the 5s. When I check iTunes it says that all purchases has been downloaded, but of course it's not. When I try to find it so maybe I can re-download it, it reflects as purchased so I can't download it anymore. Help pls...

    And you are looking in the Purchased tab in the iTunes store app on them ? On that tab you've selected Music at the top of it, then 'Not on this iPad' and 'all songs' ?
    Is that what you are seeing in the Purchased tab, or is there not a Music button at the top of it or are you not seeing anything listed there ?

Maybe you are looking for