# Is there a way

**URL:** https://forum.kirupa.com/t/is-there-a-way/6966
**Category:** Uncategorized
**Created:** [October 21, 2002, 3:44am UTC](https://forum.kirupa.com/t/is-there-a-way/6966 "2002-10-21T03:44:22Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![eron19](https://avatars.discourse-cdn.com/v4/letter/e/edb3f5/32.png) [@eron19](https://forum.kirupa.com/u/eron19)
#### Post date: [October 21, 2002, 3:44am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/1 "2002-10-21T03:44:22Z")

</div>

is there a way to track flash links? i was thinking with some type of Server Side programming, but is there another way? because when i send people clicks, im sure they will want to know its from me if they have trackers.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 3:47am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/2 "2002-10-21T03:47:24Z")

</div>

Not sure I fully understand?

Do you mean like Visited links (that change and stay changed if you have already visited theM)?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 3:50am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/3 "2002-10-21T03:50:20Z")

</div>

you know…say someone sends you a visitor from a link on their page. you can track the URL of the page that the visitor came from, if you have a tracker, such as sitemeter or extreme tracker on your page. with flash, you cant track clickthru’s like that. im wondering if there is a way to track flash clickthru’s. got me?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 3:53am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/4 "2002-10-21T03:53:27Z")

</div>

Ummm, not that I know of.

If you combine it with PHP you might possibly be able to do it (since PHP has the ability to do stuff like that), but I have no clue how.

Sorry ☹

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 3:55am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/5 "2002-10-21T03:55:18Z")

</div>

yeah i was thinking with php or asp. you could send the visitor to a asp/php page then from there send them to the URL of the click. im sure that would work.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 4:02am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/6 "2002-10-21T04:02:00Z")

</div>

worth a shot 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 4:06am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/7 "2002-10-21T04:06:33Z")

</div>

Yes, I have done it before for Eidos Fear Effect 2…

it involves frames and graphics, and JavaScript to onload to a url, and count the different url’s…

If this isn’t enough info, I will elaborate…

Rev:elderly:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 4:37am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/8 "2002-10-21T04:37:25Z")

</div>

elaboration = good. =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 21, 2002, 4:49am UTC](https://forum.kirupa.com/t/is-there-a-way/6966/9 "2002-10-21T04:49:43Z")

</div>

Okay this could get ugly :nerd: …

your frameset is one frame on top, with your movie.swf embedded in a web page, then however many# of frames below 1 pixel tall, 1 for each “click” .

for each of the frames below, create an HTML page with a transparant .gif 1pixel sq.

you can then use GetURL on a frame/button in your Flash movie (click x) you want to follow to page x, which loads into target frame x. all invisible to the user, since it is only 1 pixel tall, and transparant.

Count how many time page x has been called…that is how many times x has been clicked…

Rev

:elderly:
