SteveH
02-19-2008, 08:58 AM
Hello
I have an hit counter script:
<div align="center">
<%=GetCurrentHitCount("counter", true)%> visitors
</div>
which works in the browser: it shows: x visitors
I am hoping to use this same script in a Flash movie. I imagine I need to show the amount of hits in a dymanic text field in my movie, but if I give my dynamic text field an instance name of, say, counter_txt, how do I pass the number from ASP to counter_txt, and do I use the following in my Action Script panel:
counter_txt.text = "";
Thanks for any help.
Steve
I have an hit counter script:
<div align="center">
<%=GetCurrentHitCount("counter", true)%> visitors
</div>
which works in the browser: it shows: x visitors
I am hoping to use this same script in a Flash movie. I imagine I need to show the amount of hits in a dymanic text field in my movie, but if I give my dynamic text field an instance name of, say, counter_txt, how do I pass the number from ASP to counter_txt, and do I use the following in my Action Script panel:
counter_txt.text = "";
Thanks for any help.
Steve