Build Access Counter With Flash Communication Server
|
Popularity: (568)
Tags: flash access macromedia server counter communication Link: Visit It >> |
This tutorial will explain how to make a simple yet effective access counter for your page with Flash Communication Server. You re probably wondering why you d make something like this with FCS. It of course can be done easily with cgi asp or cfm but that requires the knowledge of server side languages and you d have to combine the output of that with Flash (if you want to show it inside flash). This works straight from flash and shouldn t put any strain on your server even if you only have a developer package running. Another good thing is that there is no need for a database which makes this even easier to implement. I ll explain why in this tutorial. To hold the count for the amount of times the page is accessed we will be using a server side shared object.