I built a dynamic text box in a swf and have the jss code to get the user ip but cannot make it display in the swf.
Is there another way without java? Or a correct way with java ?


This part gets the IP (in javascript)
var ip = '<!--#echo var="REMOTE_ADDR"-->';

Can this information EVEN be delivered to swf dynamic text box and displayed ?



Thanx DjXtraktor,
BlaZed and