I want to learn to design using Flash

I have visited many Flash template sites and want to learn
how to create sites like I see there. I have purchased many books
and even some tutorial CDs and DVDs. However, they don't teach how
to do really creative sites. They teach simple boring basics. How
do I learn to make really cool sites that look beyond complex? Are
there books or visual tutorials that are available?

There's a general rule in art and design: You have to learn
the rules before you can break them.
In other words, you need to learn the
boring basics or else you will never be able to design cool,
creative sites. Simple as that. It's like saying you want to learn
how to compose a symphony but don't want to be bothered learning
how to read music or learn music theory.
With Flash, the great thing is, the more of the boring basics
you learn, the more that you'll be tempted to experiment and play
around, and the creativity in you will be unleashed. At the same
time just look at other sites that you like. The more you learn
about Flash, the more you'll be able to figure out how it's done.
You'll then be able to understand the lessons in advanced Flash
training books and tutorials, which will enhance your
skills.

Similar Messages

  • Hi I want to broadcast recorded video using flash encoder?

    Hi I want to broadcast recorded video using flash encoder, or their is any other way for broadcating recorded media files as live tv?

    Hi,
    You can do server side play of the recorded media file. After that once any one connects to that application, that file will be played as live. Following is the code to do this:
    var streamname="stream_name.flv"; //Name of the recorded media file
    application.onAppStart=function(){
              application.onNCA();
    application.onConnect=function(clientObj){
              application.acceptConnection(clientObj);
              trace("***Connected : "+isConnected);
    application.onNCA=function(){
              trace("onCA "+streamname);
              streamObj=Stream.get("foo");  // foo will be the live stream name
                        streamObj.onStatus = onStreamStatus;
                        trace("here "+streamname.split(".")[1]);
                        switch(streamname.split(".")[1]){
                                  case "mp4":
                                  case "3gp":
                                  case "f4v":
                                            streamPlayName="mp4:"+streamname;
                                            break;
                                  case "mp3":
                                            streamPlayName="mp3:"+streamname.split(".")[0];
                                            break;
                                  case "flv":
                                            streamPlayName=streamname.split(".")[0];
                                            break;
                        trace(streamPlayName);
                        streamObj.play(streamPlayName);
    function onStreamStatus(info){
              trace("Stream "+info.code);
    application.onDisconnect=function(clientObj){
              application.shutdown();
    Anyone connecting to above app will be able to play "foo" as livestream name.

  • I want to learn how to use ActionScript

    Where Am I With Flash?
    I have adobe Flash CS3 Professional.
    I have looked at the tutorials from the 'getting started'
    section of the Video Workshop DVD and understood them.
    I can do simple things like shape tweening, adding butons
    ect...
    I would like to be able to start adding script to my projects
    (ActionScript 3)
    I have almoast never programed before and certanly never
    programed with ActionScript
    I have an ambition to become a good ActionScript Programer so
    I can add interactive flash into websitess
    What Do I Want?
    To start with, I need to know how everything is set up within
    ActionScript 3 (what are variables and constants? How do you
    constuct an If statment? What imported events do what? ect...)
    I want to learn the above from a book (so I do not have to be
    at my computer to learn). It would be nice if the book came with a
    tutorial disk but this is not essential.
    I have looked at the book from the following URL -
    http://www.amazon.co.uk/Flash-ActionScript-Dummies-Doug-Sahlin/dp/0764508318/ref=pd_bbs_6? ie=UTF8&s=books&qid=1204548401&sr=8-6
    However, I'm not sure if this book is for programing in
    ActionScipt version 3 or another version (or for that matter
    weather the fact that it is for version 1,2 or 3 matters at all).
    One More Thing
    Also I would like to know some usefull websites that could
    help me besides the video workshop (which I have looked at).
    Thank You
    Ziggy

    Hi Ziggy,
    I suggest you take a look at "Learning ActionScript 3.0: A
    Beginner's
    Guide", by Rich Shupe and Zevan Rosser.
    It will give you great foundation and can help you build your
    skills
    from ground up.
    I have just barely read a few pages, so I'm basing myself on
    reviews
    from friends who are beginning into AS3.
    Furthermore, once you've got a good grasp on the basics, I
    think one of
    the most important part will be improving your skills on
    object oriented
    programming. There's no better way for that than learning it
    with your
    favorite language (and AS3 is perfect for that).
    I strongly suggest at that point, that you acquire Colin
    Moock's
    "Essential Actionscript 3" from O'Reilly's. It's a difficult
    book but
    don't get discouraged, and keep on reading and re-reading the
    chapters
    and studying the examples until you finally get it.
    It will help get your feet into OOP, necessary if you are
    serious in
    AS3, and I can guarantee you although you might feel
    disturbed for not
    understanding everything right away, it is only because it
    covers the
    topics very thoroughly, and you'll end up understanding many
    important
    concepts by re-reading it over the months/years of your
    practice.
    That book is a bible (like all previous from the author)...
    once you get
    to an intermediate level, you'll most likely rarely read any
    other
    (except for very specific topics it doesn't cover), and you
    will often
    refer to the AS help to know all of the classes and functions
    you'll
    come to need, since you'll be fully able to understand them.
    Good luck!

  • Web Design using Flash

    G'day,
    I just bought the Adobe premium addition, I can use Illustrator, Indesign, Photoshop and Dreamweaver very well BUT Flash has always been the one that has confused the crap outta me!
    I am wondering if I can design my front page/banner for my website in Photoshop and then import into Flash and add drop down menus etc? If so, would I then need to put it all into dreamweaver? I have had alook at some tutorials with little success, and was also wondering, does the code go into Flash or into Dreamweaver??
    I hope someone can shed some light

    What you can do is design the page/banner in Photoshop or in Flash depending on what you intend for the design.  Designing in Flash is not that difficult though it does not have all of the features that Photoshop has.  You could then let Flash publish the html page.  If you need to edit the html page further, you could do it in Dreamweaver (or any ASCII text editor).
    The code to make youe menu work would be in Flash.  The code for the web page would be in the html page (Dreamweaver is somewhat irrelevant, it's just a tool to help code a web page).

  • Want to learn how to use "serializable"

    Hello, everyone!
    I have never used "serializable" function of Java before. After reading API specification of java.sun.com and some tutorials of java.sun.com dealing with "serializable", I become more puzzled. I just want to know how to use the basic function of "serializable". Can anyone introduce me some basic tutorials or samples?
    Thanks in advance,
    George

    The function of serializable is to be able to serialize an object to a stream. Operations include writing an object to file, or to a network socket connection.
    That object can then be reconstructed from that file (or the reciever on the other end of a network socket can reconstruct the object.)
    Example
    MyClass object = new MyClass() //MyClass implements Serializable
    FileOutputStream fos = new FileOutputStream("C:\test.file"); //create a fileoutputstream to write to a file
    ObjectOutputStream out = new ObjectOutpuStream(fos); //an object outputstream to wrap the fileoutputstream
    out.writeObject(object); //write the object to the fileReading the object is like this
    FileInputStream fis = new FileInputStream("C:\test.file"); // create a fileinputstream to read from a file
    ObjectInputStream in = new ObjectInputStream(fis) // an ObjectinputStream to wrap the FileInputStream
    MyClass object = (MyClass)in.readObject();Exception catch blocks are not included but you do have to catch IOException for reading and writing, plus a few other exceptions for reading. Consult the API for details.

  • I want to learn how to use the existing stationary in Mail and add my own stationary.

    I use the stationary in my Mail program often.  I would like to learn more about using it, changing it, making my own stationary to use in Mail - and also to allow PC users to receive it.

    Here's a thread that will possibly help:
    https://discussions.apple.com/message/18175872#18175872
    Mail templates use HTML, so those receiving your e-mail should able to view the stationery. It doesn’t matter if they’re on a PC or Mac.

  • Want to learn how to use the imac.  is there tutorials or something that can start me off?

    is there places that can help me to learn how to use the imac to the best of its ability?

    This has tutorials  http://www.apple.com/findouthow/mac/

  • I want to learn how to use the creative soft synth

    please somebody throw me a bone....i need to start from the BEGINING here!
    where can i find a beginers guide telling me everything i need to know ...step by step ....how to configure and use the creative built in SOFT SYNTH....is there a control panel or something ?

    Try this work-flow:
    In Editor, go to the expert tab.
    Open picture B, the one you wish to select something from to add to another picture.
    Use one of the selection tools, e.g. selection brush, lasso tool, to select the object. You will see an outline ("marching ants") surrounding  the selection once it is complete
    Go to Edit menu>copy to copy the selection to the clipboard
    Open picture A, then go to Edit>paste
    Use the move tool to position object from picture B.
    In the layers palette you should see picture A as the background layer, and object B on a separate layer.

  • Using flash in forms 10g

    heloo i want to know can we use flash in developer forms of 10g , if so then help me out in

    Hi,
    you would need to provide a runtime environmet for flash in a Java Bean. There exists an old version of such a bean on the Internet, but I never tested it.
    Frank

  • I want to learn Flex in Flash Build 4.7!!!

    Can someone point me in the direction of a tutorial, or book on learning in Flash Builder 4.7?  If one even exsists?  All I can find is resources to learn in "Design Mode" which was discontinued in 4.7.  I REALLY don't want to have to figure out how to translate the lessons...

    Are you refering to an MXML file, or just a straight up XML file? In either case it should be the same. Comments are done with HTML style comment tags, like this:
    <!-- This is a comment -->
    I have verified and know that this is the case with MXML. In XML I haven't verified it, but unless Flash Builder 4.7 is handling XML in a radically different way than how most applications handle XML, it should work.
    Also, here's a shortcut key that you would probably find useful. To comment something out, simply select what you want commented out, and then press CTRL-SHIFT-C and it will automatically comment out the selected section. And if you select a commented out section and press CTRL-SHIFT-C, then it will uncomment out the selected section.
    Hope this helps.

  • Want to use Flash on company site - need numbers!

    Hi guys,
    I work as a graphic designer for a pretty major e-commerce
    site. We're working on a redesign of our homepage. Myself, I want
    to incorporate flash. Nothing major but possibly using it in a
    ticker across the top of the page and maybe one day doing flash
    based splash pages to other areas of the site.
    I like flash and have used it on other sites before. However,
    I'm running into a roadblock. My superiors are very hesitant to
    (finally) take the leap into flash design, as they believe not
    enough internet shoppers have flash installed on their machines.
    I sent an e-mail with links to the census page on adobe.com
    that states that flash is installed on 97% of internet enabled
    computers. They don't believe it. In fact, one of my superiors
    believes that number to be only 9%. I've tried to do some of my own
    research but I'm having a hard time building a case. I desperately
    need independent research that illustrates what I'm sure we all
    know already: not only is the flash plug-in installed on the
    overwhelming majority of internet enabled computers, but that users
    who are savvy enough to shop online are exactly the type that would
    have flash installed in the first place.
    This is a shot in the dark but I'm hoping that someone out
    there may have come across an article that may help my case.
    Thanks much; I'm desperate!

    post54,
    > I sent an e-mail with links to the census page on
    adobe.com
    > that states that flash is installed on 97% of internet
    enabled
    > computers. They don't believe it.
    The numbers on Adobe's stats page don't always refer to the
    *latest*
    version of Flash Player -- that's an important note -- but
    certainly, the
    numbers are good:
    http://www.adobe.com/products/player_census/flashplayer/version_penetration.html
    Here's the methodology used to derive those numbers:
    http://www.adobe.com/products/player_census/methodology/
    Are the naysayers on your end willing to cite a reference or
    two? ;)
    > In fact, one of my superiors believes that number to be
    only 9%.
    Ummm. Where is that number coming from? Has this person not
    visited
    Amazon.com? They use Flash content. That's a pretty major
    e-commerice
    site. His this person not heard of MySpace (et. al.), YouTube
    (et. al.),
    and the like, all of which support (and sport) Flash content?
    How about
    cnn.com? Check out any of the major TV outlets, abc.com,
    fox.com, cbs.com,
    etc. I'm preaching to the choir, though ... I realize that.
    > I've tried to do some of my own research but I'm having
    a hard
    > time building a case. I desperately need independent
    research that
    > illustrates what I'm sure we all know already:
    This might prove difficult, because it sounds (to me) like
    you're up
    against an emotional reaction more than anything else. If no
    one jumps in
    with the article(s) you're looking for, how about turning the
    argument on
    its ear? You mentioned that the Flash content you're after is
    "nothing
    major" -- more eye candy than anything else -- and if that's
    so, why not use
    something like Geoff Stearns' SWFObject to detect Flash
    Player and serve up
    an alternative if necessary?
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Using Flash Learning Interactions in Captivate

    Hi there,
    I am developing a short practice quiz in Captivate, but for
    one of the questions I want to use a Flash CS3 learning interaction
    (the "Hot Spots" one). I get the Flash file built, import it into
    Cpativate, and everything works.
    Now for the big question - how do I get Captivate to track
    the successful/unsuccessful action from this question in a quiz? I
    want to present users with a results page at the end of the
    practice quiz, but since this question is not built with a
    Captivate question slide (like m/c, t/f, etc.), how can I track the
    result and include it on the results slide at the end?
    Thanks in advance for any help!
    Cheers,
    Shawn

    Hi J and welcome to our community
    There is no way (back door or otherwise) that I'm aware of to
    do this. Unless, of course, you mean to use Flash 8 and export the
    Flash in a version 6 format.
    Hopefully we will see Flash 8 files working just dandy in
    Captivate version 2.
    Cheers... Rick

  • Who makes the nicest, easiest to use Flash website design software?

    Please forgive the beginner's question. I would like to build
    a flash site like
    http://www.hockaday.org from an
    easy to use Flash template. You get what you pay for so my first
    choice isn't something for free but a 30-day free trial version
    would be nice.
    What I like best about
    http://www.hockaday.org is the
    great menus and that pictures continually reload in interesting
    ways.
    Maybe a template is too restrictive. Who makes the nicest,
    easiest to use Flash website design software that allows fast
    creation of those fancy menus and with other fast features to do
    nice things with pictures and motion?
    I need to create a site like
    http://www.hockaday.org
    immediately so I don't have the time to learn Flash first. What's
    my best bet?

    you are in a catch 22 - you don't have time to learn flash -
    yet you need to build an entire site
    immediately - you can't - sure you can download a template
    that is similar but if this forum is any
    proof, you almost need more flash knowledge trying to
    decipher most templates in order to edit them
    - search this forum, there are several posts per week from
    non-flash users who purchased templates
    and have no clue how to edit them. Often times it is hard for
    an educated flash user to
    reverse-engineer a FLA made by somebody else - Flash
    documents are blank canvases that can be setup
    a myriad ways by different users making the same thing - some
    developers are more organized than
    others - most templates are not organized but rather thrown
    together for a quick profit.
    You will simply need to learn enough flash to understand how
    it works or hire somebody to edit the
    template for you.
    hope this helps.
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    e.Shubee wrote:
    > Please forgive the beginner's question. I would like to
    build a flash site like
    >
    http://www.hockaday.org from an
    easy to use Flash template. You get what you
    > pay for so my first choice isn't something for free but
    a 30-day free trial
    > version would be nice.
    >
    > What I like best about
    http://www.hockaday.org is the
    great menus and that
    > pictures continually reload in interesting ways.
    >
    > I need to create a site like that one immediately so I
    don't have the time to
    > learn Flash first. What's my best bet?
    >
    >
    >

  • Learning to use flash on a pre-built template.

    I am new to flash, and web design at that matter. I am
    learning to use flash using a pre-built template. Does anyone know
    how to get the buttons on the template to link to files?
    Thanks!

    Pallett,
    > I am new to flash, and web design at that matter. I am
    > learning to use flash using a pre-built template.
    Ouch! That may be problematic. Where di you get the
    pre-built
    template?
    > Does anyone know how to get the buttons on the
    > template to link to files? Thanks!
    The global getURL() function links to files (see details in
    the
    ActionScript 2.0 Language Reference) -- but honestly, since
    the specifics of
    your template are completely unknown to us, you may find a
    hard time getting
    answers until you provide more information.
    In general -- this is my opinion here, but I'll try to back
    it up -- 3rd
    party templates are not a good way to learn Flash. The reason
    for this is
    because template repositories, such as TemplateMonster.com,
    farm out their
    template designs. There are no centralized standards of
    quality in such
    templates: 10 to 1, you will not see consistent, clean FLAs
    -- on the
    inside, I mean. Designers from all over the world throw
    together as many
    templates as they possibly can (to make as much money as they
    possibly can,
    of course), with no real quality assurance, because none of
    them work under
    the same roof.
    I've seen countless posts to this forum along the lines of,
    "Hey, I just
    bought this template, but I can't make sense of it!" And
    that's because the
    FLA's layers won't be named, layer folders won't be used,
    Library assets
    won't be named (or will be named poorly), and very little (if
    anything) will
    be explained in regard to *how* the designer put together
    whatever's there.
    That said, I certainly don't mean to frighten you into
    thinking
    templates are a bad thing. Good and bad, in this context, are
    somewhat
    subjective. But I encourage you to look elsewhere for
    *learning* Flash.
    There are plenty of online tutorials and resources, and in
    fact, the
    included documentation in Flash (F1 key) is a great place to
    get your
    bearings.
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Is it a wise decision to use flash for e-Learning course.

    Dear Friends,
    Iam working for a company which is developing e-learning courses in Flash with AS3, Learning management system in dot net. There was a discussion with my superior, one guy was telling nowadays flash users reduced, in future flash will be outdated. This is not a wise decision to use flash for e-Learning.
    Another issue is we cannot show our courses in ipad or Iphone.. please pass your comments and ideas to me. and suggest me, whether how can i use my swf courses in to ipad or iphone or tablets... Tell me whether iam in a right way.
    i need another info, Whether silver light will be an alternate to create elearning courses with interactivity? That guy suggested Silverlight (because he is a dot net guy).
    i need ur serious advice and info. Please tell me, list of companies using flash for Elearning development.
    Kindly advice me whether i can continue my courses in Flash with AS3 or should i stop and change my work environment.
    Regards,
    Syed Abdul Rahim

    The contents of what you're trying to teach make all the difference.
    Are your tests very visual requiring interactivity with visual objects and media or are you just asking questions with various form-esque inputs (text inputs, radio inputs, etc)?
    If it's very visual then it's worth considering AIR to some small extent but you'd really need to have a lot of time invested for that.
    Ultimately I'd be converting it to HTML5/JS/CSS3. That's the 99.9% positivity rated presumption I'll make. As a general consideration, where Flash may previously have been used to "grade" a paper or tell the user their current answer is correct, this might need to change. You should be sending the users answer to a server to get a response. JavaScript is plain-text and can be read so you'd want to curb cheating by making sure the server contains the answers and not the client. This is an automation you'll lose by abandoning SWF. 
    I use C#.NET myself and I'd avoid silverlight like the plague. Let's be very clear here. Flash is not going away. They are repositioning themselves to handle more sophisticated endeavors in the future like full 3d games. Flash is auto-installed with the OS, the user base is not getting smaller. Silverlight almost never had a purpose to begin with, besides Microsoft just wanted a sandbox to play in itself. Windows Metro is the only potential obstacle in the future as it has been said to load SWF content externally, like an application, rather than embedded into the browser.

Maybe you are looking for