
Originally Posted by
qubaby
There is something there with water motion. I don't know if it is swf, gif or something else. I can not see this on the source code or anywhere. No right click, no copy, no seen on source code...???
What do you think?
The "water motion" effect is produced with a Java applet. Here's the code they embed it with:
Code:
<applet code="lake.class" height="480" width="500">
<param name="image" value="../images/raeumer.jpg">
<param name="speed" value="10">
<param name=href value="#">
</applet>
Now if you know the path of the HTML file the applet is embeded in (and in this case we do), you can just download the class and use it for your own purposes. So, as the people above correctly stated: If it's on the web, it can be copied.
Bookmarks