Deep Zoom version of Silverlight 2 Developer Reference Poster
I took a reasonable resolution version of the Silverlight 2 Developer Reference Poster and crossed that with the Deep Zoom Composer, added a JS mouse wheel library and in about 5 minutes had a Deep Zoom version of the poster running in Silverlight. The sample is posted here.
The XAML is simple – just point the MultiScaleImage element to the output of the Deep Zoom Composer.
<Grid x:Name="LayoutRoot" Background="White">
<MultiScaleImage x:Name="img" Source="poster/info.bin"/>
</Grid>
The JavaScript is a bit more complex and you can find that here.
Comments
Anonymous
March 11, 2008
PingBack from http://blogs.msdn.com/jstegman/archive/2008/03/11/deep-zoom-version-of-silverlight-2-developer-reference-poster.aspxAnonymous
March 11, 2008
This is very cool, it's a Deep Zoom version of the Silverlight 2.0 Beta 1 Poster . This is via JoeAnonymous
March 11, 2008
Wow, works perfectly, both with my Msft Optical Trackball and Wacom Bamboo tablet, sweet.Anonymous
March 11, 2008
Aside from all the exciting stuff at the Mix08 conference, it was entertaining for me to watch Mark/Daniel/CrowAnonymous
March 11, 2008
Aside from all the exciting stuff at the Mix08 conference, it was entertaining for me to watch Mark/DanielAnonymous
March 11, 2008
Joe - really cool example. You may also want to look into a version we created that does not use JavaScript: http://blogs.msdn.com/expression/archive/2008/03/09/deep-zoom-sample-with-mousewheel-pan-click-zoom.aspx By using Pete Blois's HTMLBridge code, you can get mousewheel working on IE/FF on Windows and FF/Safari on Mac without having to write any JS :)Anonymous
March 11, 2008
Adam Kinney posted an aggregation of links to great SL2 postings, Celso and Kirupa posted their WPF appAnonymous
March 11, 2008
One of best technologies, presented at Mix'08 was HardRock Memorabilia . It uses technology, previouslyAnonymous
March 12, 2008
If you liked the Hard Rock demo from MIX , here's how you can easily build something similar yourselfAnonymous
March 16, 2008
The comment has been removedAnonymous
March 16, 2008
You've been kicked (a good thing) - Trackback from DotNetKicks.comAnonymous
March 17, 2008
It's very cool, it'll be even cooler if it changes the cursos when moving or when scaling.Anonymous
March 18, 2008
Silverlight 2.0 Developer PosterAnonymous
July 27, 2008
We have good news : everything you learnt about the Web applies to Silverlight development since SilverlightAnonymous
October 17, 2008
Last year I've come across a lot of posters related to .NET / Office / SharePoint development. TheyAnonymous
January 01, 2009
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khasonAnonymous
February 05, 2009
El año pasado durante MIX 08 se repartieron en los pasillos del evento posters que describen la especificaciónAnonymous
May 01, 2009
Is this deep zoom poster working for anyone? I've tried it on Windows with IE8 and Silverlight 3.0 beta, OS X with Safari 4.0 beta and Silverlight 3.0 beta and OS X with Firefox 3 and Silverlight 3.0 beta. All three give me a plain white page.