|
|||
|
Hi,
I'm looking to only display the days left, rather than including seconds, minutes, and hours.\ Also, i would like to change the size of the file. What would be the best way to change the file size of letters? |
|
|||
|
Hello, the countdown timer wasn't designed to be resizable from the xml settings, but you can go in the Main.as file in SourcePack/1-Source/flashtory then go to line 170 and add this two lines:
this.width = somewidth; this.height = someheight; (This is not a true resize, the counter is just scaled) Now open Analogue Countdown Timer 01.fla in SourcePack/1-Source/ change the document proprieties (dimensions) to the new width and height, so there won't be any empty spaces, publish the swf, and in SourcePack/2-Deploy you will have the new countdown timer. Also there is no way to display only the days without modifing a lot of the code, and that would be custom work. Hope this helps you. Cheers, Ionut. |