sensationbox >> preloader manual

just a logo. no reason to get excited.

Features


  • Less then 2KB in size.
  • Only one file needed.
  • Invisible to the user.
  • Will not mess up the site if the user has Java disabled.


  • Here's how to use the applet:

    <applet codebase="includes/" archive="includes/pl.zip" code=pl.class width=0 height=0>
    (replace "includes" with the folder you uploaded pl.zip to)
    <param name=background value="000000"> (this is meaningless right now)
    <param name=foreground value="000000"> (this is meaningless right now)
    <param name=MaxPlTime value=3000> (after 3000 seconds, the applet will stop preloading)
    <param name=pl1 value="file1">
    <param name=pl2 value="file2">
    <param name=pl3 value="file3">
    etc...
    <param name=GoTo value="somewhere">
    (optional. When you set this, then after preloading, the user will be redirected to this url)
    </applet>