Hi… I’m just getting started with Flash design… I wanted to know if I need ASP or PHP to do some of this stuff, or if I can do it in flash or javascript…
write to a text file (to get a bulletin board going…)
count hits… (maybe have a script that writes to a file each time the page is loaded?)
PHP should do the job… Flash can write a cookie like file though…
Flash can count the number that’s been brought from the external source such as text file… and if you do need to add one more and return the value back so that the text file needs to be updated, you will need PHP to do that…
PHP can write a log with that information…
I don’t know ASP, but I believe ASP can do the very same thing… =)