FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Tools
(Moderator: REAS)
   progress bar for applet loading
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: progress bar for applet loading  (Read 4022 times)
arielm

WWW
progress bar for applet loading
« on: Feb 10th, 2004, 11:33pm »

quoted from toxi.in.process blog
 
 
just came across some special <param> tags used by Sun's Java browser plug-in, one of which enables a (configurable) progressbar shown while the applet is still loading. simply add this inside the <applet> tag in the exported html file:
 
Code:
<param name="progressbar" value="true"/>
<param name="progresscolor" value="#000000"/>

more info and various other options can be found on this page
again, this is only available for users with a recent java plugin. the default Microsoft JVM used by IE will ignore these settings.
 
 
(toxi: sorry for the copyright issue, but it's the only way to have this useful tip integrated as a technote )
« Last Edit: Feb 10th, 2004, 11:35pm by arielm »  

Ariel Malka | www.chronotext.org
Pages: 1 

« Previous topic | Next topic »