|
Author |
Topic: progress bar for applet loading (Read 4022 times) |
|
arielm
|
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
|
|
|
|