Silverlight Surface Demonstration (Video Support)

In one of my last posts I wrote about the Silverlight Surface demo of the "photo table". If you had a look on the live demo you only see images, no video. I have added this because it is a very great idea to do it with Silverlight and the high media support inside.

I setup a online version and the source files. It will include a Visual Studio .NET 2005 project, so you don't need Visual Studio code named Orcas to build it, only Silverlight 1.1 alpha. (For more details: How to build a Silverlight Web application with Visual Studio .NET 20005?)

 

How could we extend the Silverlight Surface demo?

  1. Flickr or Google/Live.com search support to add new media files
  2. auto-sort/align images
  3. create a PDF of the arranged photo table
  4. add some physics to the move and resize movements (to simulate more the Microsoft Surface product)
  5. add EXIF photo information when moving over a picture (in-picture)
  6. ...

I would be happy if there is anybody fetching the source code and extending it with more features. Maybe you can remember the rolling gears example with WPF/E in the past?

 

Updated: Why does the video flicker?

Because I didn't get the ZIndex property working correct the video will be removed from the parent Canvas and added again to be in top of the elements. While removed the old element the screen flickers and the video starts again from the beginning each time you click on the video. I'm note sure if it is a bug or why it is not working. In the download you will find the lines in comment in Page.cs.

Updated: I fixed this dummy bug on my side today, so have a look at the updated files.

Published Monday, June 04, 2007 2:16 PM by Michael Schwarz

Comments

# Silverlight Cream for June 4, 2007

Monday, June 04, 2007 1:32 PM by WynApse
Silverlight Cream for June 4, 2007

# re: Silverlight Surface Demonstration (Video Support)

Monday, June 04, 2007 4:39 PM by Fergal Breen
Great demonstration, thanks for sharing.

# Link Listing - June 4, 2007

Tuesday, June 05, 2007 1:28 AM by Christopher Steen
Extending the Notification Pattern Example [Via: Bil Simser ] Silverlight Surface Demonstration (Video...

# re: Silverlight Surface Demonstration (Video Support)

Wednesday, June 06, 2007 3:31 AM by Yosi Taguri
You should make this available thru POPFLY and then you can pull photos from flickr/facebook/what ever photo service there is on the web.

# re: Silverlight Surface Demonstration (Video Support)

Wednesday, June 06, 2007 3:39 AM by Michael Schwarz

Yosi, yes, that's a great idea!!  

# re: Silverlight Surface Demonstration (Video Support)

Tuesday, June 12, 2007 7:09 AM by Ian
Pretty new to this but am having trouble configuring a manifest.XML for my Sliverlight Streaming account (by way of investigation ...) Is this approach compatible? any help appreciated ... Thanks.

# re: Silverlight Surface Demonstration (Video Support)

Wednesday, June 20, 2007 9:57 AM by Avi

i get a blank page when i open the default.html from the downloaded source code . am i missin somethin ?

# 【转】分享数十个silverlight示例和blog

Thursday, July 19, 2007 8:32 AM by Bryan Chow

分享几个国外的silverlight例子和blog GreatVisualStudioQuickStarts

# re: Silverlight Surface Demonstration (Video Support)

Monday, July 30, 2007 9:18 AM by Anthony Main

The online video demo doesnt seem to work, just get a blank page

# re: Silverlight Surface Demonstration (Video Support)

Thursday, August 02, 2007 7:53 AM by Ed Amaral

Blamk page herre too. Apparently  mising the xaml control .

# re: Silverlight Surface Demonstration (Video Support)

Thursday, August 02, 2007 8:18 AM by Michael Schwarz

@Avi,Anthony: do you have the latest plugin installed from http://www.silverlight.net/? Which OS and Web browser are you using?