Flash Web Sites - Organization?

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Flash Web Sites - Organization?

    Looking for tutorials on designing full-flash web sites. Specifically,
    how best to organize scenes, movie clips, buttons with respect to the
    site as a whole.

    Not wanting techniques -- looking for help on STRUCTURING the large
    projects.

    What's the most common approach?

    Thanks!


    PS Sorry, stupid Google groups tacked this msg to a super old thread
    of the same title earlier today....
    Billy B Guest

  2. Similar Questions and Discussions

    1. organization chart in flash
      Hi every one ,, can anyone help me or guide me how to create organization chart in flash something like we got with smart draw 8. I can use that...
    2. organization.cfc
      I have a component called organization.cfc, and I get this error when trying to use it: Could not find the ColdFusion Component organization....
    3. paragraph style organization
      I am currently working a quite a few books that have over 70 paragraph styles. OH MY ! what a long list to scroll through! Is there a way to...
    4. NEED HELP PLEASE!!!!!!!!!! -organization-
      Dilema- I have downloaded and uploaded into photoshop alot of brushes and I mean alot, I have close to 2 thousand brushes now. My problem is there...
    5. licensing for non-profit organization
      Does anyone know what is the licensing fee for .NET software for non-profit organization ? I am trying to use ASP.net to develop a web site for...
  3. #2

    Default Re: Flash Web Sites - Organization?

    Billy B wrote:
    > Looking for tutorials on designing full-flash web sites. Specifically,
    > how best to organize scenes, movie clips, buttons with respect to the
    > site as a whole.
    >
    > Not wanting techniques -- looking for help on STRUCTURING the large
    > projects.
    >
    > What's the most common approach?
    >
    > Thanks!
    >
    >
    > PS Sorry, stupid Google groups tacked this msg to a super old thread
    > of the same title earlier today....
    Yeah you'r rite man, 'im juste looking for the same thing!


    So if you please if somebody got something, help us! thanks, merci beaucoup!

    Actually i think i know a few basic rules (i hope this is not too noobie
    for u:

    - nowadays, don't use SCENES, because it mess up the actionscript.

    - arrange MCs by naming them coherently (like bt_something for buttons,
    c_something for clips, etc), the basic idea is to standardize names in
    order to find quickly what you're looking for.

    - use external .as files as often as u can (group the functions, strings
    etc. together to make it clear, again)

    - use external .swf (loadMovie) and media files (pictures, sounds) to
    lighten your main .swf file.

    - make relevant directories : by themes/subjects/rubrics or by file
    types (or both)

    - make labels as often as u can in order to make gotoAndPlay() easier
    but also to know where you are in the whole project, or to describe
    what's happening at a particular position.

    - it can be practical for some sites to make different frame positions
    (+labels) for each rubric (ie: news, profile, content, links,
    contact...), instead of having like between 1 to 3 frames only and
    making all the changes only with actionscript.

    I'm not sure everything i said is right but i hope it's not and it will
    give some clues.

    Good luck, simon
    simon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139