Any suggestion how to get rid of $http_referer variable after clicking on flash movie? It always return empty string.
Thanks in advance niki
So why do you want to get rid of it? Just ignore it.
If you really must know, it is set by the web server, so you can't "get rid" of it.
-- rich
Read the container page's url via javaSctipt document.location.href
Pass it to the flash object via fsCommand
Write the value to a variable within the flash movie
And post it to the PHP script as a form variable.
Regards CP