iframe.html
1.22 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Профессиональное создание виртуальных туров и 3D-панорам 3DTour!</title>
<style>
html,body {height:100%; width: 100%; margin:0; padding:0; background: #333; text-align: center;}
#container {height:100%; width: 100%; margin: 0;}
</style>
</head>
<body>
<div id="krpanoDIV">
<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script src="3dtour.js"></script>
<div id="container">
<div id="panoDIV" style="height:100%;">
<script>
embedpano({target:"panoDIV",swf:"3dtour.swf",wmode:"direct",vars:{number_pano:" "}});
</script>
<noscript>
<div id="tour">
<object style="width:100%;height:100%;">
<embed src="3dtour.swf" width="100%" height="100%" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></embed>
</object>
</div>
</noscript>
</div>
</div>
</div>
</body>
</html>