CountDown Clock in Silverlight 4

A while ago I wrote a FlipClock Silverlight 3 application. I have modified it into a CountDown Clock which you can configure using InitParams. It is written in Silverlight 4 and uses the new Viewbox control to make it scalable. I hope you like it.

You can download the sourcecode from here.

Get Microsoft Silverlight

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2"

    width="400" height="200">

    <param name="source" value="ClientBin/ReflectionIT.Silverlight.CountDown.xap" />

    <param name="initParams" value="title=Silverlight 4 RTW,date=2010-04-13 00:00AM+8:00" />

    <param name="background" value="white" />

    <param name="minRuntimeVersion" value="4.0.50401.0" />

    <param name="autoUpgrade" value="true" />

    <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.41108.0" style="text-decoration: none">

        <img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight"

            style="border-style: none" />

    </a>

</object>

 

Get Microsoft Silverlight

 

<param name="initParams" value="title=New Year,date=2011-1-1" />