I’m about to publish an entire web site in flash, but there is a problem… I’m using scenes as individual web pages (I’m an HTML guy…) and some pages have very little content, while other pages (scenes) have a lot. The first scene/page is kind of a welcome page that easily will fit in 800x600, while other scenes would need 800x1500 in order to display all the stuff.
A browser would solve this by letting the visitor scroll when necessary but flash publish all my scenes/pages having the same size. So the result it awful… the first page has got some content on the top, but the rest of that page is empty!
Am I doing it all wrong? Is there a way to let the scenes have different sizes? I wouldn’t like to split my file into a dozen different ones, because it is very convenient to have it all in one place. If I can’t do it this way, is it possible to use scrollpanes for this? I haven’t seen anywhere how to put an entire scene in a scrollpane (that would be a scene within a scene…) and the idea sounds a bit silly to me so I’m not too optimistic about that…
Any ideas?