Deep Zoom version of Silverlight 2 Developer Reference Poster
Deep Zoom version of Silverlight 2 Developer Reference PosterI 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 name="LayoutRoot" background="White">
<multiscaleimage name="img" source="poster/info.bin">
</grid>
</grid>
The JavaScript is a bit more complex and you can find that here.

