Changing the URL on your TEMPLATIS banner
Tuesday, July 20th, 20101. Open the .fla file.
2. Select the button on the ‘BTN’ layer by clicking it.
3. Open the Actions Panel (Window > Actions).
4. The code in the Actions Panel looks like this:
on(release){
getURL(clickTag,"_blank");
}
5. Enter your desired URL in quote marks, in place of ‘clickTag’. For example to link to templatis.com change the code to this:
on(release){
getURL("http://www.templatis.com","_blank");
}
6. Close the Actions Panel.
7. Republish your banner (File > Publish)