Tutorial:PostingGame:OptionalParameters
From FANG
You can enter in a number of optional parameters into the applet tag:
- height="430"
You can replace 430 with any number of pixels. - width="400"
You can replace 400 with any number of pixels. - players="2"
You can replace 2 with any positive integer. - players-selectable="true"You can replace true with false.
An example of the code for a small two-player wackadot is
<applet archive="wackadot.jar" code="wackadot/NetworkedWackadot.class" height="215" width="200" players="2" players-selectable="false"/>
- This page was last modified on 29 November 2007, at 21:31.
- This page has been accessed 291 times.
- Privacy policy
- About FANG
- Disclaimers
- Powered by MediaWiki!











