Hey Jer. Its me again the problematic student.
www.derekwoolgar.com
I made the stage size smaller for people with smaller screen real estate. I also got rid of that brown background. It all works well except the preloading for the web and video page doesnt appear until the very end of the load. The scripts are identical to the print page, from what I can tell, and the print page preloads fine. Arrgh. Any suggestions?
Thanks,
derek











One Comment
Hey Derek,
This is the same
Hey Derek,
This is the same problem you had with the Print section.
Any symbols in your library that are given a linkage name - presumably to be used with the attachMovie command, are exported on the first frame of your movie - before the prelaoder even appears.
So, if you have 10 symbols with linkage names, at 10k a pop, 100kwould get loaded before the preloader, so your load bar would show that 100k right when it pops onto your screen.
So, check your library for symbols with linkage - if they are linked and NOT being used with attachMovie, take the linkage off.
See you on Wednesday.
-Jer