View Full Version : Clock's hands disappearing on transition start
Juraj Spaldon
11-30-2009, 06:55 AM
Hi,
In my first FPP tour I have 2 panos with clock on the wall showing real time. The problem is that when transition starts from pano with clock to another pano, hands on the clock disappear first, leaving just plain clock face and that looks strange.
Here is the link. Clocks are in panos "Recepcia" and "Terapeut tradicnej..."
http://www.3dpanoramy.sk/klinika/uvod.html
Any tips what is wrong?
Juraj
Trausti Hraunfjord
11-30-2009, 05:36 PM
There is nothing wrong .... per se... you have chosen to move to another panorama, and when you do that, everything in the current pano is unloaded. If it didn't unload, you would have a memory problem (no garbage collection).
As everyone should know by now, I am not a coder, but this is how I am sure things are.
Another issue with your tour is that the display is seemingly made for four thirds monitors. The picMenu is out of viewable monitor area. Only when hitting F11 (going fullscreen without browser chrome) does the picMenu appear. Clicking the fullscreen button does work, and does show the picMenu selector, but clicking on the selector, throws the pano out of fullscreen and the selector is out of view again.
This I observe on a 1440x900 monitor.
Juraj Spaldon
11-30-2009, 05:58 PM
Tuddi,
Thanks for your tip. I'll better change the salign parameter of picMenu to TC or TL for better comaptibility with wide screen monitors.
Juraj
Trausti Hraunfjord
11-30-2009, 06:17 PM
It's not the picMenu that is at fault here, but rather the way you have set up the html code:
body {
width: 950px;
height: 700px;
margin-top: 159px;
margin-left: auto;
margin-right: auto;
}
-->
</style></head>
<body>
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">This content requires <a href="http://www.adobe.com/go/getflashplayer/">Adobe Flash Player</a> and a browser with JavaScript enabled.<br />
Built on <a href="http://flashpanoramas.com/player/">Flash Panorama Player</a>.</div>
<script type="text/javascript">
var so = new SWFObject("swf/recepcia.swf", "pano", "950", "90%", "9", "#282828");
The lower part of the pano is simply going beyond the bottom part of the monitor.
.... at least that is what I think the issue is.... If I am wrong, I hope someone (that would be anyone) who is more knowledgeable will correct me.
vBulletin® v3.7.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.