
June 17th, 2003, 09:26 AM
|
|
Gone PHP Crazy
|
|
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 393
Time spent in forums: 17 m 33 sec
Reputation Power: 11
|
|
Virtual Tours
I have come across this web page(real estate agency) which demonstrates virtual tours of properties. One such demonstration is seen here: Virtual Tour The job is undertaken by a company at http://www.surroundpix.com.au/
I am curious to know how this Virtual tours are created. Anyone has experience in this department ? I beleive the surrondpix people says it should work on all systems... so it would be interesting to find out how this works.
After some searching around with my internet temporary folder I have extracted some code and done some url editing to make the virtual tour work Locally on my browser(have to be connected to the net).
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Virtual Tour</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<object classid="clsid:928626A3-6B98-11CF-90B4-00AA00A4011F" type="application/x-oleobject" id=vr codebase="http://carpoint.msn.com/components/ocx/Survid/MSSurVid.cab#Version=1,2,0,10" width="486" height="285">
<param name="Image" value="http://imageserver.surroundpix.com.au/agents/305/property/26945/vr/1.jpg">
<param name="ZoomInit" value="0.92">
<param name="ZoomMin" value="1">
<param name="ZoomMax" value="6">
</object>
</body>
</html>
Could someone shed some light on this topic.
Thanks
Jeffery
P.S. sorry for the long horizontal scroll 
__________________
visit http://www.techsatcomputers.com
|