Fernando Cortes Hierro

Silverlight, WPF, Surface, WP7
posts - 2, comments - 0, trackbacks - 0

My Links

News

Domain Oriented NLayered .NET 4.0 Sample App

Archives

Post Categories

Links

Tuesday, June 15, 2010

2010 FIFA World Cup Silverlight Smooth Streaming Player with Live Messenger

Finally after weeks of hard work the World Cup Silverlight player is ready to watch the spanish team in action. This Silverlight Player use Smooth Streaming technology, enables adaptive streaming of media to Silverlight and other clients over HTTP. Smooth Streaming provides a high-quality viewing experience that scales massively on content distribution networks, making true HD 1080p media experiences a reality. The player integrates leading social networks such as Microsoft Live Messenger, Twitter and Facebook to chat in a public chat and with your Windows Live Messenger contacts list completely private. All supported on Microsoft Azure in one of the biggest deployments in this platform (350 instances).

El Mundial 2010 en Telecinco.es

We integrate Windows Live Messenger with Siverlight using the javascript messenger library, version 3.5. 

Player Uri
 
Developer & Design Team
Antón Molleda (Developer)
Luis Guerrero (Developer)
Raúl Varela (Designer)
Ricardo Acosta (Designer)

NOTE: Spain matches only

Posted On Tuesday, June 15, 2010 4:28 PM | Feedback (0) | Filed Under [ Silverlight ]

Wednesday, March 31, 2010

[Silverlight 4] New PathListBox Control

One of the new features of Silverlight 4 is the new PathListBox Control. This control is basically a Listbox control which takes the layout of a shape that you want, so we can represent our data as we want without limits.

 

So we are ready to open the new Microsoft Blend 4 Beta. First of all, we are going to create a new Silverlight Data Driven Application (MVVM) project.

New Silverlight MVVM Project

 

Open the main view (MainView.xaml), you can find it at Views folder, and look for the new control.

PathListBox Control

 

Once you add the PathListbox Control to the main layout of the MainView.xaml, we will add a Line Shape. Now, we are in the main step. Set the LayoutPaths property of the PathListbox control with the line shape that is just created.

Set Laout Paths

 

Finally, set the ItemsSource property of the PathListbox control. We are going to use a mock object collection from the main view model. I have created the object collection on the main view model created by the Silverlight MVVM project template.

New Collection

 

This is the result. We can improve it with some animations, other shapes. This a very basic use of the PathListbox but using your imagination you can do very cool things.

 

 

voilà!

Posted On Wednesday, March 31, 2010 8:46 AM | Feedback (0) | Filed Under [ Silverlight ]

Powered by: