appletloader.html - edit html to reflect latest changes in the AppletLoader

This commit is contained in:
kappa1 2010-07-15 19:43:11 +00:00
parent beee77f90b
commit 3eb5f02368
1 changed files with 3 additions and 3 deletions

View File

@ -41,15 +41,15 @@
<!-- Version of Applet, important otherwise applet won't be cached, version change will update applet, must be int or float -->
<!-- <param name="al_version" value="0.1"> -->
<!-- whether to use cache - defaults to true -->
<!-- <param name="al_cache" value="true"> -->
<!-- background color to paint with, defaults to white -->
<!-- <param name="boxbgcolor" value="#000000"> -->
<!-- foreground color to paint with, defaults to black -->
<!-- <param name="boxfgcolor" value="#ffffff"> -->
<!-- error color to paint with, defaults to red -->
<!-- <param name="boxerrorcolor" value="#ff0000"> -->
<!-- whether to run in debug mode -->
<!-- <param name="al_debug" value="true"> -->