A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: website creating

  1. #1
    Junior Member
    Join Date
    May 2003
    Posts
    4

    website creating

    When making an entire website with flash mx do you save each individual page as different files or do you do all the pages on the same timeline or something.
    Cheers
    The End Is Nigh

  2. #2
    Member
    Join Date
    May 2003
    Location
    Lafayette. La
    Posts
    74
    Yes every page has to be a different movie. So when someone clicks on a different page you will use loadmovie action on that button. Maybe someone else can be more detailed on this.

  3. #3
    mantric.net
    Join Date
    May 2003
    Location
    Victorville, SoCal
    Posts
    73
    You can do it all in one file which will make it easier for the user (no additional loading) but you run into updating problems when you have to reload the entire file to update. And it's a ***** to do compared to the loadMovie method.

    Pretty much you make a main movie with the layout and several external files that would be all your different "pages." Then you use loadMovie type functions assigned to buttons, etc.

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Every page doesn't have to be a new movie! Depends on content, size, etc...

    Check this... Which does load a new movie for each section, but as I said, that's not allways necessary!

    http://www.kirupa.com/developer/mx/full_site.htm

  5. #5
    Senior Member
    Join Date
    Nov 2000
    Posts
    109
    Using scenes and _level's in addition to loadMovie you can accomplish a lot within a short amount of time (load time that is), rather than packing it all in one big swf...pretty standard fare these days.

  6. #6
    Member
    Join Date
    May 2003
    Location
    Lafayette. La
    Posts
    74
    Which is the best way? I bought a book “The MX Project” and to them the load movie is the best way. I didn’t know there was another way. I like to know before I get to far building my site.


    P.S. I looking for easiest to update and have less problems

  7. #7
    Senior Member
    Join Date
    Nov 2000
    Posts
    109
    As oldnewbie says, it depends on size, content etc.

    For a main structures, I like to build in levels using LoadMovie and use both _level/scenes to separate specific content within a given swf. For extremely large projects, this is the only way to go, IMO.

    For ease of updating, keep a schematic handy, I like Visio myself, of your organizational plan. A hardcopy roadmap that you can refer to on a whiteboard when you get lost in _level hell is invaluable.

    Also please do all developers a favor and document/comment your code. This will save you and whoever takes over years from now, tons of time and money.

    Good Luck!

  8. #8
    Junior Member
    Join Date
    May 2003
    Posts
    4
    thanx people
    The End Is Nigh

  9. #9
    I'm Pretty™
    Join Date
    Nov 2001
    Location
    London UK
    Posts
    73
    There is no wrong or right way to structure a full flash website - there is only bad execution. It all depends on size, structure, complexity, what you actually want to achieve, design...
    Thankyou kindly
    Plumb

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center