I've been working on something I call a "web comic" here
www.unclenobs.com The comic consists of a handful of animation image sequences (~ 110 images @ 640 x 360 px each). The PJS Preload directive is the first line of code and it takes a bit of time to load - too much time for most casual visitors. I'd like to add a pre-preload animation to the page, and am not sure on the best/easiest way to do this.
My short term solution was to add a CSS background image (static). I'm not really good at HTML or CSS, and I'm learning processing and have a little AS3 experience - basically, I'm a self taught hack. Any ideas on how best to implement this - optimally using processing (another sketch?) would be very helpful.