Friday, November 6, 2009

 

Silverlight Fun Badge (Widget)

Click on the badge to start the fun !












Free Fun badge


Get the Fun Badge: Copy the following code to embed the Fun Badge in your page


<div id="funbadge" style="Width:120px;Height:120px;">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="http://silverlightfun.com/Samples/FunBadge.xap"/>
<param name="onError" value="onSilverlightError" />
<param name="minRuntimeVersion" value="3.0.40624.0" />
<param name="background" value="White" />
<param name="autoUpgrade" value="true" />
<param name="initParams" value="StartValue=0,BackgroundColor=White" />
</object>
<iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
</div>
<a target="_blank" title="Get Free Fun Badge at http://silverlightfun.com" href="http://silverlightfun.com/2009/11/silverlight-fun-badge-is-here.html">Free Fun badge</a>

Labels: ,