franko
02-19-2001, 04:32 AM
I have a program that is organized like a book with chapters and subchapters. The subchapters are the basic unit, which contain a sound file (a voice over)lasting around 2 minutes each. needless to say these take some time to download completely. I do have them compressed so that they can play on a 56k modem streaming so there is no delay.
the question I have is how should I organize this so that when a user clicks on a chapter the program goes there without delay, and when clicking on a subchapter it also goes there without delay.
I have been looking at preloaders, which either load all the files. I can do this, but it takes a while for all these files (no one with 56k modem would wait this long). I have been using the loadmovie() command which loads a chapter, but it does so sequentially, so if I jump to a frame label not yet loaded it jumps to the last frame currently loaded
any suggestions for organization/ actionscripting?
the question I have is how should I organize this so that when a user clicks on a chapter the program goes there without delay, and when clicking on a subchapter it also goes there without delay.
I have been looking at preloaders, which either load all the files. I can do this, but it takes a while for all these files (no one with 56k modem would wait this long). I have been using the loadmovie() command which loads a chapter, but it does so sequentially, so if I jump to a frame label not yet loaded it jumps to the last frame currently loaded
any suggestions for organization/ actionscripting?