A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Hit Counter

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702

    Hit Counter

    Has anyone created a hit counter before? If so, what did you do?

  2. #2
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Make a edit box.
    Assign it to a variable. Set the variable to 0 in the start script. When you want it to add one to the counter:
    counter = counter +1;
    hurg.

  3. #3
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Re: Hit Counter

    Originally posted by dniezby
    Has anyone created a hit counter before? If so, what did you do?
    Get a PHP text hit counter code and out put the counter in variable form i.e. &counter=1234

    then your flash can load variables to get the counter

  4. #4
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361

    Re: Re: Hit Counter

    Originally posted by blanius
    Get a PHP text hit counter code and out put the counter in variable form i.e. &counter=1234

    then your flash can load variables to get the counter
    Aaaah...

    I misunderstood... a bit
    hurg.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center