Hi all, I have been wondering about this for a while I would like some opinions on this. I did search for this, with no luck, so If there is another thread on this I apologise, please direct me to it!
What is the best way to structure a complete Flash site?
here’s how I have been doing it:
Index.html - which holds holder.swf (blank holder - level0)
holder.swf then loads my main.swf to level50 (just so I have 49 levels to play with if needed) which has a blank layer where all content is placed and other lower levels will be seen.
all other sections are loaded into lower levels than level50
For smooth trasitions between each loaded level requires alot of checking actionscipt routines.
This is why I ask is there another/better way? or am I doing it right!
Thanks