discocandy
03-14-2009, 09:05 PM
Hi guys.
I am working on a new tour for a friend of mine who's got a shop in movie toys and having a small problem.
http://www.kandiefoto.nl/panorama/spaceoddity/index.html
it is not always working inside IE.
when you do a refresh of the page a couple of times it suddenly loads.
no problem in firefox tho..
any help??
my html code.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/>
<script src="swfobject.js" type="text/javascript">
</script>
<style type="text/css">
html {
height: 100%;
overflow: hidden;
}
#flashcontent
{ border: solid 2px black;
position: fixed;
top: 5%;
left: 5%;
width: 90%;
height: 60%;
visibility: visible;
right: 10%;
}
body {
background-color: #xxxxxx;
margin: 0;
padding: 0;
border: 2px solid black;
height: 100%
}
.style1 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
background-color: #000000;
border-bottom-color: #FFFFFF;
}
.style2 {color: #FF0000}
</style>
<title>SPACEODDITY</title>
</head>
<body>
<div class="style1" id="flashcontent">
<p><h3 align="center" class="style2">We have detected that your Flash Player is either missing or not fully up to date.</h3>
<h3 align="center" class="style2">For the best viewing experience please click on the icon below to install <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Adobe's Latest Flash Player</a>.</h3>
</p>
<p><br />
<script type="text/javascript">
var so = new SWFObject("files/files/show_pano.swf", "pano", "100%", "100%", "7", "#xxxxxx");
so.addVariable("xml_file","tour.xml");
so.addParam("movie","pano.swf");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
window.document["pano"].focus();
</script>
</p>
</div>
</body>
</html>
I am working on a new tour for a friend of mine who's got a shop in movie toys and having a small problem.
http://www.kandiefoto.nl/panorama/spaceoddity/index.html
it is not always working inside IE.
when you do a refresh of the page a couple of times it suddenly loads.
no problem in firefox tho..
any help??
my html code.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/>
<script src="swfobject.js" type="text/javascript">
</script>
<style type="text/css">
html {
height: 100%;
overflow: hidden;
}
#flashcontent
{ border: solid 2px black;
position: fixed;
top: 5%;
left: 5%;
width: 90%;
height: 60%;
visibility: visible;
right: 10%;
}
body {
background-color: #xxxxxx;
margin: 0;
padding: 0;
border: 2px solid black;
height: 100%
}
.style1 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
background-color: #000000;
border-bottom-color: #FFFFFF;
}
.style2 {color: #FF0000}
</style>
<title>SPACEODDITY</title>
</head>
<body>
<div class="style1" id="flashcontent">
<p><h3 align="center" class="style2">We have detected that your Flash Player is either missing or not fully up to date.</h3>
<h3 align="center" class="style2">For the best viewing experience please click on the icon below to install <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Adobe's Latest Flash Player</a>.</h3>
</p>
<p><br />
<script type="text/javascript">
var so = new SWFObject("files/files/show_pano.swf", "pano", "100%", "100%", "7", "#xxxxxx");
so.addVariable("xml_file","tour.xml");
so.addParam("movie","pano.swf");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
window.document["pano"].focus();
</script>
</p>
</div>
</body>
</html>