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:
To become a moderator:
- Create a gmail account
- Email Silverlightfun[at]gmail[dot]com with subject silverlight fun membership
- login to blogger.com and start sharing your article on silverlight fun samples
Labels: Silverlight 3, Widget
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>
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: Silverlight 3, Widget
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"
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"
Download here
value="SlideWidth=600,SlideHeight=500,Image1=Images/slide1.png,Image2=Images/Slide2.png,Image3=Images/Slide3.png,Image4=Images/Slide4.png"
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"
Download here
Labels: Silverlight, Widget

