To get the Dorian Gray II class file you will need click this link
Reflection from images - Html syntax Example: Attention: the href parameter disables the sound parameter ! |
![]() |
Of course there's no reason you can't reflect a different image: Example: Attention: the href parameter disables the sound parameter ! |
![]() |
<applet
code="DorianGray_II.class" width="272"
height="189"> <param name="image"
value="picture.jpg"> <param name="bgcolor"
value="000000"> <param name="loadtext"
value="Loading reflection"> <param name="textcolor"
value="ff0000"> |
The 6 reflection modes
<param name="mode"
value="0"> | ||
mode =
0 |
mode =
1 |
mode =
2 |
mode =
3 |
mode =
4 |
mode =
5 |
The speed
and frames parameter
<param name="speed"
value="3"> (possible 1 to
5) <param
name="frames" value="12"> (possible 9 to 14) All the examples are in reflexion mode = 2 You can mix frames and speed but the
more frames you use the longer the applet needs to initialize. | ||
frames =
9 |
frames =
11 |
frames =
14 |
speed = 1
|
speed =
5 |
speed =
2 |
<param
name="status" value="Welcome to the Dorian Gray Applet
II"> <param
name="outtext" value="Mail me if you like it
..."> <param
name="intext" value="Click me, and you might hear
something..."> <param
name="text" value="Hey, why are you clicking me
?#?!..."> |
<param
name="sound" value="sound.au"> |
<param name="href"
value="http://yourserver.com/the_link_page.html"> <param
name="target" value="_self"> |