Ok, I've done one that is pretty straightforward to update, and the file size is only 22kb. I can change it to any design or font too.
http://craigsumner.topcities.com/countdown1.swfSo far I've put in all the cup/league fixtures as they stand.
I'm presuming you've got Flash ERP?
If not send me an IM
.
The only time it needs updating is when theres a cup draw or a fixture is rearranged.
The only bit that needs changing is the code shown below, which is an array set up to hold fixtures. If a new fixture needs to be added just insert a new line like the ones shown, it doesnt matter what they're called, I only called them that for identification, in case the fixture changes. (eg, manca means man utd away).
The only condition is that the fixtures must be in chronological order.
Does that make sense?
If you dont want to update it, I could do it, then mail the new .swf file to you.
fixtures=new Array(
default=new Date(2000,0,1,0),
manua=new Date(2002,0,22,20,00,00),
arsea=new Date(2002,0,27,13,00,00),
leich=new Date(2002,0,30,20,00,00),
leeda=new Date(2002,1,3,12,00,00),
ipswa=new Date(2002,1,9,15,00,00),
galah=new Date(2002,1,20,19,45,00),
everh=new Date(2002,1,23,15,00,00),
galaa=new Date(2002,1,26,19,45,00),
fulha=new Date(2002,2,2,15,00,00),
newch=new Date(2002,2,6,20),
barca=new Date(2002,2,13,19,45),
boroa=new Date(2002,2,16,12),
romah=new Date(2002,2,19,19,45),
chelh=new Date(2002,2,24,14),
charh=new Date(2002,2,30,15),
blach=new Date(2002,3,7,15),
sunda=new Date(2002,3,13,15),
derbh=new Date(2002,3,20,15),
spura=new Date(2002,3,27,15),
ipswh=new Date(2002,4,11,15)
)