PDA

View Full Version : Saving a panoramic viewer from a website - possible?




Lau
Jun 15, 2006, 08:25 PM
On this link (http://www.broughtonproperty.co.uk/properties/425/), there's a link to a virtual tour. If I wanted to save this, would I be able to? When I view the source code, there is a .htm file that seems to be the whole viewer, but I'm not sure how to save it.

div id="content">
<iframe src="http://www.broughtonproperty.co.uk/images/properties/10_Royal_Mile_Mansions/p/viewer.htm" width="430" height="387">
</iframe>

If anyone could tell me a way to save it I'd be very grateful. Thanks.

(Oh, and that's not the flat I rented - I deliberately chose a far more posh one as an example than the one I actually went for :p )



Palad1
Jun 16, 2006, 09:23 AM
Open the url contained in the iframe, get the source, then locate the following part:

<applet name="NX48" code="slideShow.class" width="360" height="240" MAYSCRIPT>
<PARAM NAME="INUM" VALUE="6">
<PARAM NAME="I0" VALUE="mx00.jpg">
<PARAM NAME="T0" VALUE="10 Royal Mile Mansions">
<PARAM NAME="ITyp0" VALUE="1">
<PARAM NAME="I1" VALUE="mx01.jpg">

then, remove the reader.htm part from the url, and add the **.jpg
http://www.broughtonproperty.co.uk/images/properties/10_Royal_Mile_Mansions/p/mx00.jpg


Enjoy.

Lau
Jun 16, 2006, 07:37 PM
Fabulous! Thanks, Palad1. :) Very much appreciated.