Friday, November 20, 2009

 

Silverlight Fun Moderator

If you want to share your fun example , articles at http://silverlightfun.com , become a moderator of the blog.

To become a moderator:

Labels: ,


Monday, November 2, 2009

 

Silverlight Fun Badge is here

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: ,


Thursday, February 26, 2009

 

Silverlight Slideshow Widget

Add Custom Parameters and you are done

value="SlideWidth=600,SlideHeight=500,Image1=Images/slide1.png,Image2=Images/Slide2.png,Image3=Images/Slide3.png,Image4=Images/Slide4.png"








No Silverlight





Different Size with Different Parameters


value="SlideWidth=400,SlideHeight=300,Image1=Images/i1.jpg,Image2=Images/i2.jpg,Image3=Images/i3.jpg,Image4=Images/i4.jpg,Image5=Images/i5.jpg,Image6=Images/i6.jpg"








No Silverlight



Download here

Labels: ,