fabiogarcia
Joined: 07 Jan 2005 Posts: 1
|
Posted: Fri Jan 07, 2005 3:18 pm Post subject: Tracking Flash |
|
|
My website (www.itsreal.com.br) is done only in Flash
all pages are in swf and are loaded in a movie clip
I wrote this code on the frame to call the javascript:
_root.myBook.onPageLoad = function(url)
{
if (url == "images/page001R.swf")
getURL("javascript:HCEvent('proptres',1)","_self");
On the HTML page I put this script:
<script language=JavaScript>
HCImg = new Image();
function HCEvent(proptres,1) {
HCImg.src = "http://www.itsreal.com.br/estatistica/L10HC_Counter.php?cPg="+proptres+"&sa="+1;
}
</script>
I change "name" for "proptres" and "sucess" for "1"
Is it correct?
If it is correct, where on the Reporter I'll see how many time my page001R.swf was seen?
I guess I would see some words like proptres or even my file page001R.swf on the Reporter.
Do you have some manual how to use the Reporter, I'm completely lost.
Thanks in advance,
Fábio |
|