Christmas countdown Download
1. Download SWF file
2. Copy this code into your web page.
<object type="application/x-shockwave-flash"
data="christmas-countdown.swf"
width="450" height="100">
<param name="flashvars" value="XML_file=christmas-countdown.xml" />
<param name="movie" value="christmas-countdown.swf" />
<param name="quality" value="high"/>
<param name="bgcolor" value="#000000" />
</object>
3. Edit the XML file to the desired target date, your banner text and the location of your image.
3. Upload the SWF file, XML file and image file to the same directory as the target web page.
4. If you want a second coundown on the same page copy the XML file. Remember to change the name to the new XML file name.
5. The jobs done
2. Copy this code into your web page.
<object type="application/x-shockwave-flash"
data="christmas-countdown.swf"
width="450" height="100">
<param name="flashvars" value="XML_file=christmas-countdown.xml" />
<param name="movie" value="christmas-countdown.swf" />
<param name="quality" value="high"/>
<param name="bgcolor" value="#000000" />
</object>
3. Edit the XML file to the desired target date, your banner text and the location of your image.
<?xml version="1.0" encoding="UTF-8" ?>
<banner>
<year>2014</year>
<month>12</month>
<day>25</day>
<hour>00</hour>
<minute>00</minute>
<yourtext>christmas is comming</yourtext>
<image>christmas-countdown.jpg</image>
<note>best image size is 200px x 100px</note>
</banner>
3. Upload the SWF file, XML file and image file to the same directory as the target web page.
4. If you want a second coundown on the same page copy the XML file. Remember to change the name to the new XML file name.
5. The jobs done
