jrthor2
06-20-2005, 12:58 PM
I have a flash file that I want to link to this:
a href="<?=log_and_redirect('http://xxx.xxx.com')?>"
But, how do I put that link into the flash getURL command:
on release {
getURL("<?=log_and_redirect('http://xxx.xxx.com')?>")
}
I use this log_and_redirect php method to track where my users are going.
Thanks!
a href="<?=log_and_redirect('http://xxx.xxx.com')?>"
But, how do I put that link into the flash getURL command:
on release {
getURL("<?=log_and_redirect('http://xxx.xxx.com')?>")
}
I use this log_and_redirect php method to track where my users are going.
Thanks!