New to Flash, trying to self-learn

Before I edited the .fla file, the movie would work when I
clicked on the executable file. Everything worked ok. Then I edited
the .fla file to make updates. Now when I click on the executable
file I get a box with a big blank white rectangle and above it it
says Flash, then file, view, control, help. Why doesn't the program
run anymore and how can I fix it?

are you using the timeline and motion tweens? for a plane to
fly across the screen, you would need a movieclip symbol of the
plane. create a layer in the timeline that corresponds to this
symbol and place it on the start position on the stage. create a
new keyframe in the timeline several frames ahead, and with this
keyframe selected, move the plane to the end position. Then click
on one of the frames in between the start keyframe and the end
keyframe, and in the properties palette, select Tween: Motion.
replace the playhead at the beginning of the timeline and hit
return to see the animation in the authoring environment. if you
want to make it last longer, add more frames between the start and
end frames (select a frame in between and hit F5 to add frames or
Shift-F5 to delete frames). this is pretty basic, but it should get
you started...
good luck,
albee

Similar Messages

  • I'm trying to install the new Adobe Flash Player, but the program comes up blank

    As the topic suggest; I'm trying to install the new Adobe Flash Player, but the program comes up blank. I tried uninstalling and reinstalling the program, but it still comes up blank. I really hope someone could help me with this problem. I have Macbook Pro OS X 10.7.5

    Sorry, this question is not resolved. I accidentally made it "This question is Assumed Answered."

  • I have tried to install the new Adobe Flash Player 11 dozens of times, but it will only install to 7% and then stops.

    I have tried to install the new Adobe Flash Player 11 dozens of times, but it stops at 7%.   What to do?

    Sorry, this question is not resolved. I accidentally made it "This question is Assumed Answered."

  • New to FLASH.... I am wanting to learn the how to say, fly a plane over page

    Hi
    I am completely new to FLASH, i have managed to create a
    basic step by step animation, much like i have done with an
    animation tool, painshop pro animation programe.
    But it must be easier than this, I have been told to look at
    the manual, but i do not even know what i am looking for.
    How do i get an image of lets say a plane to fly across the
    page or in the window of the flash movie with a few clouds in the
    background say.
    what i am hoping to next have is for the plane to have a
    banner flying behind it with a name on it.
    can someone please help me out here i am going crazy with
    frustration it can not be that hard i am sure i just need help in
    creating the first and i can hopefully work out how to add the
    banner in time.
    just like PHP i worked it out in the end, i wish to learn all
    i can about flash.
    or are there any other online tutorials that show a step by
    step instruction on how to do basic things, i have looked at the
    flash help files that came with the software but have no idea what
    they are getting at, and again i do not know what to look for
    either,
    cheers in advance for your help.

    are you using the timeline and motion tweens? for a plane to
    fly across the screen, you would need a movieclip symbol of the
    plane. create a layer in the timeline that corresponds to this
    symbol and place it on the start position on the stage. create a
    new keyframe in the timeline several frames ahead, and with this
    keyframe selected, move the plane to the end position. Then click
    on one of the frames in between the start keyframe and the end
    keyframe, and in the properties palette, select Tween: Motion.
    replace the playhead at the beginning of the timeline and hit
    return to see the animation in the authoring environment. if you
    want to make it last longer, add more frames between the start and
    end frames (select a frame in between and hit F5 to add frames or
    Shift-F5 to delete frames). this is pretty basic, but it should get
    you started...
    good luck,
    albee

  • Unable to install new adobe flash update -- tried several times

    I have tried numerous times to install the new Adobe Flash player. Although it registers on my downloads, I am unable to bring up the site. Several websites require this download. What can I do to download this plug in successfully?

    It's best to download from Adobe's official site:
    http://get.adobe.com/flashplayer/otherversions/

  • Question - New to Flash

    I am new to flash and building a simple picture slideshow with buttons for the next frame and previous frame to use on a website. I have two questions. 1. How do I get the pictures to start over at the beginning once I get to the last frame? Right now I can only got forward or backward. 2. I tried to use a video clip in the last keyframe and when I test the movie in Flash it works fine but when I posted the .swf file to the website all of the pictures played except the video clip. I am using the following action script:
    stop();
    next_btn.onRelease=function(){
    nextFrame();
    prev_btn.onRelease=function(){
    prevFrame();
    I am a complete rookie. Any help would be much appreciated. Also any recommendation on where to learn to work with action script would be useful
    Thanks
    MRCARZ

    It looks like you are working with ActionScript 2.0 here where you would actually be hoping to integrate ActionScript
    3.0 and above (3.0 is the latest out right now).  The two types of AS are very different in structure and 3.0 is much more like JavaScript and other ECMA scripting languages that incorporate Object Oriented Programming (OOP).   I don't know a lot about OOP other than it can be used to house Classes and call upon them in an organized fashion to save you a lot of coding in the long haul.  Don't worry about OOP right now.
    Where you should be looking for resources are online and in books.  There are lots and lots of books about ActionScript 3.0--just check your favorite online book retailer and also do a web search for ActionScript 3.0 tutorials.  You will probably find one that will explain how to code the logic for you to return to the first frame of your timeline and continue going in the forward direction and vice versa if you were rewinding and wanted to loop to the last frame and continue going in the backward direction of your timeline.
    Also, there is the ActionScript 3.0 Reference Manual which ships with Flash and will allow you to look through code examples.  Just go to your Help menu for Flash Help.
    Message was edited by: markerline

  • New to flash, swf loaded while changing size

    i'm trying to create a button that will replace the current
    swf with another and i want the size to change between the various
    sizes of each page. i'm currently using the following code in the
    action inspector:
    on(release){loadMovieNum("myfilename.swf",0);
    i know there has to be a simple way to do this! a very
    grateful thanks to anyone who tries to help!

A: new to flash, swf loaded while changing size

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

  • ABAP self-learning

    Hi everyone,
    I'm trying to learn ABAP from home by self learning. I want to get a feel of ABAP. Need not be a professional with all advanced features and stuff, but just for self knowledge.
    I was advised that I can learn by installing "Mini Web AS 6.20 ABAP Engine 3 (English)" on my home PC. It seems that it has its own editor, compiler etc etc. which should let me learn basic ABAP atleast.
    Am I missing something? I have "SAPinst_SP_WAS640.exe - 726 MB" Is this the same thing? Do I have all I need? Do I need SAP DB also.
    I have no clue how to get started.
    All suggestions and views appreciated.

    Here is a list of web sites that you might find helpful:
    http://www.henrikfrank.dk/abapuk.html
    http://www.abap-cafe.com/
    http://www.sapwired.com/ABAPCentral/
    http://www.basisguru.com/
    http://www.geocities.com/ResearchTriangle/1635/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.intelligenterp.com/
    http://www.intelligenterp.com/feature/archive/index.jhtml?_requestid=1015045
    http://www.intelligenterp.com/columns/archive/index.jhtml?_requestid=1015143
    http://idocs.de/
    http://mini.net/cetus/oo_abap_objects.html
    https://websmp104.sap-ag.de/~SAPIDP/002006825000000234912001E
    http://members.aol.com/_ht_a/skarkada/sap/index.htm
    http://sapassist.com/
    http://www.sapfans.com/
    http://help.sap.com/
    http://www50.sap.com/company/saplabs/northamerica/
    http://members.xoom.com/pmvsr
    http://www.davatz.ch/
    http://www.sappoint.com/
    http://www.antarcon.de/
    http://www.wisgurd.de/index3.html
    http://www.tripod.lycos.es/ Spanish sap site
    http://www.sap-basis-abap.com/

  • The new Adobe Flash Player update don't work on my mac

    The New Adobe Flash Player update doesn't work on my mac pro tower!!!! i've tried to reboot it and uninstall and restall it!!!!

    I have the same problem. OS X 10.9.2 and Firefox 28. When I tried to go back to 12, I realized it is no longer available, I can only get 13, which leaves my pages blank.

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

  • Highlevel information on creating a environment for self learning

    I am new to SAP and hoping to create an environment at home for self learning. I have a strong back ground in infrastructure/ unix / systems adminstration/ oracle database etc. I was unable to find information at a high level how I can go about creating an environment for learning the SAP Basis and Netweaver administration. Can some one please clarify the following:
    a) Is it possible to get a trial version that I can use to install the SAP or I will have to buy a license?
    b) Since, I am not using it for production - can I renew this trial version by changing the date or there are ways to request new trial keys?
    c) Can you please provide the list of all the softwares that I need to install to get a full SAP environment setup?
    Edited by: neeraj mendiratta on Dec 26, 2007 1:58 PM

    Hi,
    You can buy the IDES version online. See the below thread:
    http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.general&tid=4a9dac5f-0e74-4422-aef5-aa2bcc7b3831&p=1
    Have a look at any search site where in you can find lot many sites to purchase SAP IDES.
    However, you can simulate the landscape. If you buy the license, you will have access to SAP market place, download the latest patches and also look for solutions.
    Also, all the software that are required (apart from the OS) are bundled in the package. You need not buy any on the shelf software additionally.
    Rgds,
    Raghu
    Reward, if you find the solution informative.

  • New To Flash Lite

    Hi,
    I am new to Flash Lite. Can any one tell me a site to learn
    about Flash Lite.

    Ciao
    here the Boston Adobe Mobile and Devices User Group site:
    http://flashmobilegroup.org/
    There are a collection of links to many Flahs Lite
    developers, articles, presentations and seminars.
    you can take a look at my blog too: www.biskero.org
    I suggest you to view some of the online presentations from
    Adobe
    Alessandro

  • New to flash animation

    hi guys am new to flash n working on a small project of
    converting text into a graphic object.however after doing so and
    creating my tweens. i want to start animating it.however when i try
    to use the effects panel in the properties inspector ,its
    deactivated.what do you think i need to do to get it active.i am
    tryin out the hillman curtis project of macromedia shockzone using
    flash 8 please help.coz i want to learn: confused;

    In step 6 he clearly explains how to convert to a symbol -
    then the effects become available for the
    instance.
    You would benefit greatly by hitting F1 (help docs) and
    searching for animation, tweening, symbols,
    etc...) learn the basics (will take an hour or less) and then
    the Hillman Curtis example will be
    even easier - but his tutorial really does explain everything
    you need to know - perhaps you skipped
    this step?
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    luwieus wrote:
    > hi guys am new to flash n working on a small project of
    converting text into a
    > graphic object.however after doing so and creating my
    tweens. i want to start
    > animating it.however when i try to use the effects panel
    in the properties
    > inspector ,its deactivated.what do you think i need to
    do to get it active.i am
    > tryin out the hillman curtis project of macromedia
    shockzone using flash 8
    > please help.coz i want to learn: confused;
    >

  • New to Flash CS3

    Hi Guys,
    I really need your help. I used to use Flash MX a while back.
    I can animate in flash really well.
    but my problem is the action script. Basicly, i'm design a
    simple learning interface.
    at the begining, theintro loads up, but then i need it to
    pause. a button appears, which you can click on and it will take
    you to the menu screen where you have 3 options to click on to look
    at different products.
    my problem is that I can manage to stope theanimation, but i
    don't understand how to get the button to go to Scene 2 (which is
    the menu animation)
    Am i doing this wrong? will it work with another scene or doi
    have to create a new file?
    If i'm doing right, can anyone help me with the coding
    please?
    I really appreciate you reading this
    thanks
    A very frustrated...
    Shigeru :)

    I'm new to flash too, and I created my website in two weeks
    using flash and dreamweaver. I still have to fix a couple of bugs,
    but after doing tons of reading and using good extensions I was
    able to get it up and running. I totally recommend you for the
    slide shows what I used for my website. It very easy to configurate
    in many ways, not much actionscript required, almost none. Check
    out my site:
    www.mauriciolopez.info
    This is the link for the flash extension called 'Creative FL
    Stroller' I used to create my galleries:
    http://www.extendstudio.com/
    You can download it right away and comes with very easy to
    follow materials.
    I hope this helps!

  • New to Flash - Graphic Animation

    I bought a web template last week and I am trying to figure
    out how they created the animation! The link is below.
    http://inquery.biz/beta/flash/header.swf
    I want to be able to create that same animation to the
    graphic below. I have the source flash file if need be. I am new to
    flash so any help or pointers would be great! Thank you.
    http://inquery.biz/beta/flash/default.swf

    Thank you that would be awesome! Can you email me it please?
    Thanks again-
    gmatteson
    at
    inquery
    dot
    biz

  • Maybe you are looking for

    • Part 2 in a series of internet connection problems.

      Thanks to Roam pointing me to the right Apple support document, my PB is back online...but only when connected directly to my cable modem. When I try to connect using my Airport Express, I have no luck. My Network Status pane tells me that I'm connec

    • How reInstall Gride Infrastructure and Use old ASM disk groups

      <pre>Hello to all I installed Grig Infrastructure 11gR2 on a standalone server (OS is Linux) and I configured ASM and my database created on ASM Conceive that my OS disk corrupted and OS doesn't start and the Gride Home is on that disk, and I have to

    • How do I edit 1080/50p from my TM700

      I have a Panasonic TM700 and am not sure if Premiere Pro CS5 can edit my footage and if it can, what preset should I use. (my computer handles the raw footage perfectly, I just don't know how to edit it)

    • Table White, Background Other Color

      I have a site where I finally have it the way I want it.  (Looks good, good load time, etc.).  But it's a white table on a white background.  I would like to set the table background white and the rest of the page a different color. Search as I may,

    • VOFM - Shipment Data Transfer Routine

      Hi Guru, I have a requirement to create a routine in VOFM - Data Transfer - Shipment to copy the INCO1 to VTTS-INCO1 (item level). I have the checked the standard routine and it is all changing the header. Can anyone tell me the coding to use? Many m