Forum Moderators: open
Is there a way to also create, from the .fla .swf file a simple html site? I could then edit this down for those people who don't have or don't want flash players. Thanks so much for your comments.
as for loading it quicker... make sure your images
are as compressed as they can be. make sure you open
your library (F11) and check that all the stuff in
there is absolutely necessary. flash exports EVERYTHING you import whether you use it in the movie or not.
vector based graphics (images made inside flash or
Illustrator) are lighter and faster to load
than gif's or jpg's... use vector images instead
of jpg's and gif's...
other than that, i know no more...
hope i could help. :) good luck!
flash exports EVERYTHING you import whether you use it in the movie or not.
not true.
i just made a test movie with a line of text on the stage, and an image in the library, and exported it.
then i put an instance of the image on the stage, and exported again.
the first movie was ~450 bytes, the secound ~4kb.
p.s. glen_b, axel welcome to webmasterworld!:)
Another option that may be available to you would be to load elements only as they are needed.
To go along with this you could export certain elements of your .fla into smaller .swf's and loading them as required by the user.
For example you could have your main interface as the initial .swf that is loaded and then for each section or sub-section have as a separate .swf that loads into a container movie clip as the user requests/ navigates there.
If going this route pre-loaders are very handy and useful, especially from an end-user pov as they will know that something is loading and that something will happen instead of looking at an empty space thinking that it's not working.
Whichever route you choose I hope it all works out for you.
Cheers,
winstun