March 10, 2008
11:29 pm
Microsoft PhotoZoom & Deep Zoom goodness
Here's a few items in additon to the PhotoZoom post that’re worth highlighting:
- Matt Augstine from the PhotoZoom team has given some info about how the service works, and mentions that its using Silverlight Streaming.
- John (of John & Bronwen of ViaWindowsLive) has written about how developers can recreate the Hard Rock Cafe experience, and includes the code for panning and zooming
- Angus embeds a PhotoZoom album on his own blog and doesn't share the love. The three steps to PhotoZoom sharing heaven are:
- View your zooming album on PhotoZoom, so that the url reads: photozoom.mslivelabs.com/Album.aspx?alias=XXX&album=X
- View the page source and find the following: "silverlight.services.live.com"
- Copy the entire iframe code, which will look something like this:
<iframe src=http://silverlight.services.live.com/invoke/14030/<string>/iframe.html
scrolling="no" frameborder="0" width="800" height="600"></iframe>You can customise the width and height as required, then just paste your code into your own website/blog etc. See below (you'll need Silverlight 2 beta 1 installed)
Source:→ Liveside
Microsoft, PhotoZoom, Deep Zoom, Silverlight
Loading
No comment yet
-
Pingback from 1PhotoZoom updates and PhotoZoom Facebook App » D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak Gupta. says:April 13th, 2008 at 11:11 pm
[...] in a previous article we told you how to embed your album with a little trick. You can forget about that trick, the code [...]
