I am designing a site that will have mp3’s, photo gallary, and a page for guest book. Without those 3 pages the .swf file I have so far has a file size of about 500KB, and it’s size will increase I know for sure. I know that a big portion of my audience will be using 56k modem for viewing the site. I want to know:
What would be the maximum file size I should have for my main site so that my viewers don’t get bored looking at the preloader for minutes.
For mp3’s, photo gallary, and guest book should I use seperate .swf and load them when users click on it.
Is there a tutorial where I can use a database and load the file when user wants to view a photo or listen to a song.
Normally what I do is try to keep the main movie under 200kb and load seperate external swf’s into the main movie using the loadmovie action.
I suggest you use preloaders as well. Take a look at this link, there is a tutorial on how to build a full flash site and a tutorial for creating preloaders.
Thanks for the info electrongeek. A quick question about fonts. When I load the site on the server and view it from another location it shows default font (times roman) I believe instead what I have used for one page, and other page on the same site shows the correct font. Why is that? How do i get around that?