Hi I have a scenario, where in my flex app, on-click should take me to a new page, eg. "http://www.newpage.com" using (flash.net.navigateToURL(newPageUrl, "_blank");), but here I want to have my personal page "http://www.myOwnPage.com" as the 'referrer' in Google-analytics. I want my site to be noted as the 'referrer' to that new site.
Can this be done without PHP, directly with actionScript/Flex? I tried â$referrer =â and â$visitor =â with PHP, but that does not work properly. Any suggestions!!! Thanks in advance

