vilehelm
12-08-2001, 01:47 PM
Ok i think i'm gonna break the long post rule but...
Working on a new project and am trying to make a few decisions and ferret out a few opinions and experience here. Simply put it'll be an ever expanding "Corporate capabilities" presentation. It will probably reside on a CD originally and then migrate to the web at some point as it starts to expand into areas that the CD should not cover. We'll be self burning very small #s of these 3 or so at a time.
The layout will be be a menuMC that calls sectionMCs to a place holder via attachMC or a menu .swf that switches content .swfs. I'm hung up on which way to go.
The MC method seems that it will get very large and that dosen't concern me with the CD but it does with the web later on. However I think that programming wise it might be easier and more elegant to do it this way.
The .swf switch method is more appealing for web performance as it only loads what you need. The problem that i'm running into this way is figuring out how to get one movie to exit while the other is called up. I get kinda clunky programming wise so don't giggle but what I'm considering doing is using a variable to determine which movie is up sending that file to the exit frame (which will probably animate out), reset the variable to the new selection and load that selection up...it sounds good in theory but my harebrained ideas sometimes do not work out so well.
Sorry to ask hypothetical questions but this is something that i'll have to work with a lot and i'm wanting to set up the structure that will be easiest to modify and work with.
Working on a new project and am trying to make a few decisions and ferret out a few opinions and experience here. Simply put it'll be an ever expanding "Corporate capabilities" presentation. It will probably reside on a CD originally and then migrate to the web at some point as it starts to expand into areas that the CD should not cover. We'll be self burning very small #s of these 3 or so at a time.
The layout will be be a menuMC that calls sectionMCs to a place holder via attachMC or a menu .swf that switches content .swfs. I'm hung up on which way to go.
The MC method seems that it will get very large and that dosen't concern me with the CD but it does with the web later on. However I think that programming wise it might be easier and more elegant to do it this way.
The .swf switch method is more appealing for web performance as it only loads what you need. The problem that i'm running into this way is figuring out how to get one movie to exit while the other is called up. I get kinda clunky programming wise so don't giggle but what I'm considering doing is using a variable to determine which movie is up sending that file to the exit frame (which will probably animate out), reset the variable to the new selection and load that selection up...it sounds good in theory but my harebrained ideas sometimes do not work out so well.
Sorry to ask hypothetical questions but this is something that i'll have to work with a lot and i'm wanting to set up the structure that will be easiest to modify and work with.