Hi,
You can't preload something on a timeline if if the playhead hasn't reached the spot in the timeline where the content loads. You can achieve what your suggesting, but it might require a rewrite of how you have things set up now........ for a 600 frame movie, it would probably be alot of work. The first suggestion that comes to mind is to load your movies into their respective holder movieclips all in the first frame of the movie. This would allow the preloader to cover the loaded content. You could set all the holder movieclips visible property to false and toggle that property for each movieclip you want to reveal. You could also create a preloader for the content being loaded into the movieclip. Instead of .........
_root.getBytesLoaded/_root.getBytesTotal.
For a movieclip preloader, you just include the instance name of the movieclip........
root.mcHolderName.getBytesLoaded/_root.mcHolderName.getBytesTotal
Keep in mind that preloaders should be tested online. Files often load to fast locally to ever see the preloader in action.
Hope it helps
NTD
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
Bookmarks