Question
Dynamic Click Tracking Without clickTag
I've got an unusual circumstance where I'm not loading my
flash file from within a webpage. Normally I use getURL() with
clickTag to set my destination URL and tracking URL in the html,
but in this case I am setting all of my variables using
SetVariable() to support Player 7.
My question is: how can I set a button to open a destination URL and call the tracking URL dynamically using SetVariable()?
The current logic looks like this:
1. flash file loads
2. Using the watch() method, the flash file populates as variables are passed in using SetVariable()
I've figured out how to do simple things like change the text, but I'm not sure how to set a button URL and a tracking URL for when that button is clicked.
Ideas? Thank you!
My question is: how can I set a button to open a destination URL and call the tracking URL dynamically using SetVariable()?
The current logic looks like this:
1. flash file loads
2. Using the watch() method, the flash file populates as variables are passed in using SetVariable()
I've figured out how to do simple things like change the text, but I'm not sure how to set a button URL and a tracking URL for when that button is clicked.
Ideas? Thank you!