Manual
1. Live Demo
Why don't you zoom in on the other astronaut? He is Gilbok Lee.

Zoom In : Mouse Left Button Click or Mouse Wheel Button Up
Zoom Out : Shift + Mouse Left Button Click or Mouse Wheel Button Down
Move : Mouse Drag
Get Microsoft Silverlight
If you could find the Logo of 'Huge Flow' on his space suit,
you should be the sherlock (have a keen observation)!

Share : Click this button to share the deep zoom data you are seeing as it is.


Full Screen Mode : in full screen mode, mouse wheel button is not available.


Mini Map Mode : Mini Map let you know where you are seeing.
1) Auto hide : if there is no change to viewport for 3 seconds, Mini Map disappears.
2) Show always
2. Intro
Deep Zoom Viewer Lite can help you to share your own 'Deep Zoom Data' in Blog or Communities. (Your Deep Zoom Data must be placed somewhere visitors can access on the internet)
3. Download
Version 1.3 is available now.
4. Upload DeepZoomViewer.xap...
Now 'MultiScaleImage' has a restrict that it tries to find the source not on the absolute path which you input, but on the it's hosting server domain + relative path.
Microsoft says that this restrict exists by design for preserving contents and they are under discussion.
So you should upload it on a certain web-server that has the Deep Zoom Data.
(It is enough that you has the one on your web-server.)

Extra settings for IIS (If it doesn't work well)

1) Register MIME Type for XAP file extention in IIS
   cf. http://simplesilverlight.wordpress.com/2008/03/07/register-xap-file-in-iis/

2) Make a Service Available Across Domain Boundaries (clientaccesspolicy.xml / crossdomain.xml)
   cf. http://msdn2.microsoft.com/en-us/library/cc197955(VS.95).aspx
5. Share
The basic HTML source for sharing is like below.
<object data="data:application/x-silverlight," type="application/x-silverlight-2-b1" width="{WIDTH}" height="{HEIGHT}" id="Xaml">
  <param name="source" value="{VIEWER_URL}"/>
  <param name="onerror" value="onSilverlightError" />
  <param name="background" value="white" />
  <param name="EnableHtmlAccess" value="true"/>
  <param name="initParams" value="{INIT_PARAMS}" />
  <a href="http://go.microsoft.com/fwlink/?LinkID=108182" style="text-decoration: none;">
    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
  </a>
</object>
Replace Reds with valid data whatever you want and enjoy it.

WIDTH : Viewer's width

HEIGHT : Viewer's height

VIEWER_URL : Your DeepZoomViewer.xap file's absolute path
    ex> http://shiverlight.net/Sample/DeepZoomViewer.xap

INIT_PARAMS : For details, refer to next chapter.
    ex> DZSource=http://shiverlight.net/MultiImage/nasacowork/info.bin,OpenAllowed=false,Toolbar=false
6. InitParams
DZSource : Deep Zoom Source's absolute path (include info.bin)
    ex> http://shiverlight.net/MultiImage/nasacowork/info.bin
OpenAllowed : Allow 'Open' function or not (true : false)
Toolbar : Show toolbar or not (true, false)
InitViewportWidth : Initial ViewportWidth of MultiScaleImage
InitViewportOriginX : Initial ViewportOrigin.X of MultiScaleImage
InitViewportOriginY : Initial ViewportOrigin.Y of MultiScaleImage
7. Examples
A. OpenAllowed=true
Get Microsoft Silverlight

B. Toolbar=False
Get Microsoft Silverlight
C. OpenAllowed = False, Toolbar=False
Get Microsoft Silverlight
Appendix
Creating Deep Zoom Data

Using Deep Zoom Composer Beta, you can create deep zoom data from the image.
For download and details, refer to below. Thank you.

http://blogs.msdn.com/expression/archive/2008/03/05/download-the-preview-of-the-deep-zoom-composer.aspx