I am designing a site that is an online version of a picture book.
It is composed of 36 swfs (about 50K each - one for each page) linked by load movie commands. When I keep all the swfs on the same layer there is a break between the swfs. This messes up the illusion of turning the pages of the book. If I load the swfs onto different levels the player bogs down and gets really slow.
I thought about putting all the files into one movie, but then I have a huge file, which may be okay with "if frame is loaded" But I suspect there is a better solution.
Once the swfs are cached, they play fine, so I'm wondering if there is some way to command one swf to wait for next swf to load before calling it up?
(When visiting site, click on "Illustrated Version" to see what I am talking about. This is a work in progress. Please excuse lame interface. If you click on "Animated Version", the first page after title page takes a while to come up. Sorry. The animated version is only partially complete - up to page three.)
It is composed of 36 swfs (about 50K each - one for each page) linked by load movie commands. When I keep all the swfs on the same layer there is a break between the swfs. This messes up the illusion of turning the pages of the book. If I load the swfs onto different levels the player bogs down and gets really slow.
I thought about putting all the files into one movie, but then I have a huge file, which may be okay with "if frame is loaded" But I suspect there is a better solution.
Once the swfs are cached, they play fine, so I'm wondering if there is some way to command one swf to wait for next swf to load before calling it up?
(When visiting site, click on "Illustrated Version" to see what I am talking about. This is a work in progress. Please excuse lame interface. If you click on "Animated Version", the first page after title page takes a while to come up. Sorry. The animated version is only partially complete - up to page three.)