How do I skip a pre-loader on repeat visits?

I have a number of external movies each with a pre-loader, is there a way to skip the pre-loader on subsequent visits by the user so they can get straight to the content? Thank you :slight_smile:

the browser cache will more than likely take care of that for you…

otherwise your preloader is probably based on bytes loaded vs. bytes total and so it will not let your movie play until they are of a certain proportion to one another…