TEMPLATIS

Help

Changing the URL on your TEMPLATIS banner

Tuesday, July 20th, 2010

1. 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)

How to change the countdown date on your Flash countdown banners

Thursday, June 4th, 2009

This tutorial relates to the following template: http://www.templatis.com/00040-countdown-timer-banners.php

Step 1

open code.as using Flash or a text editing program.

Step 2

The third line of code looks like this:

eventDate = new Date(2009, 5, 9);

Amend this date to your chosen date; the second figure is the month, the third figure is the day.

Step 3

Save your code.as file.

Step 4

Re-publish your main FLA (open your FLA and select File > Publish).

Step 5

Watch your banner countdown.