For a java applet...put the files where you referenced them...generally in the same directory, or something like \appfiles
For a .swf file (Flash), you'd use this:
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="250">
<param name="movie" value="move.swf">
<param name="quality" value="high">
<embed src="movie.src" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="250"></embed>
</object>
changing the name "movie.swf" (in two spots), and the height/width (in two spots as well).
As for the IP stuff being tough--yeah, and I have limited knowledge with that stuff. I went to Google again, and found this (didn't try it), but they claim to have IP tracking (free):
http://www.wundercounter.com/counter...ook/up/number/
If you want to use the PHP method I mentioned (I'm sure there are FAR easier ways, I jus' can't think of them ATM!)...can do that tommorw..err, later today (after I wake up!). Been too long since I've used java where I actually had to know some. Heck, who knows, maybe someone smarter than me will tell a much easier way too
The PHP part is simple, it's just the javascript I'm a little rusty on

So I'll get back to you if someone doesn't first.