CountDown Clock in Silverlight 4
By Fons Sonnemans, 01-apr-2010A 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.
<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 08:00AM-8:00" />
<param name="background" value="white" />
<param name="minRuntimeVersion" value="4.0.50303.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>
<param name="initParams" value="title=New Year,date=2012-1-1" />
Leave a Comment
0
Comments
All postings/content on this blog are provided "AS IS" with no warranties, and confer no rights. All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer or sponsors. The content on this site is licensed under a Creative Commons Attribution By license.