rhendricks
07-15-2008, 08:57 PM
Hello,
I am very new to panoramas in general and I am trying to get partial (not 360 degrees) panoramas to look right with FPP.
I got a panoarama to look great without using full screen mode:
www.roberthendricks.net/hollandpano/index.html
But when I use the same settings and add the full screen option, the pano looks very strange with gaps at the top and bottom and a weird pattern.
http://www.roberthendricks.net/hollandpano/index_fullscreen.html
My guess is it has something to do with the size of the panorama or some of code in the xml.
Is there an optimal size or resolution for panoramas with FPP? Is there a maximum or a minimum size?
Below is the XML incase that is the issue:
This is the xml for the non-full screen:
<?xml version='1.0'?>
<panorama>
<parameters>
loaderTextColor = #FF6600
loaderBackColor = #EEEEEE
loaderText =
layer_10 = files/glassMeter.swf
layer_1 = files/fps.swf
layer_3 = files/limits.swf
layer_4 = files/loadMeter.swf
layer_5 = files/cylConverter.swf
layer_6 = files/autorotator.swf
panoType=cylinder
panoName=images/holland_pano
loaderStreamed = 1
loaderBandwidth = 100
</parameters>
<autorotator>
speed = 0.06
interval = 30
pause = 3000
quality = best
</autorotator>
<cylconverter>
hfov = 180
vfov = 15
</cylconverter>
</panorama>
This is the XML for the full screen version. Everything is the same except added the openFullscreen.swf:
<panorama>
<parameters>
loaderTextColor = #FF6600
loaderBackColor = #EEEEEE
loaderText =
layer_2 = files/openFullscreen.swf
layer_10 = files/glassMeter.swf
layer_1 = files/fps.swf
layer_3 = files/limits.swf
layer_4 = files/loadMeter.swf
layer_5 = files/cylConverter.swf
layer_6 = files/autorotator.swf
panoType=cylinder
panoName=images/holland_pano
loaderStreamed = 1
loaderBandwidth = 100
</parameters>
<autorotator>
speed = 0.06
interval = 30
pause = 3000
quality = best
</autorotator>
<cylconverter>
autoLimits=1
strictBorders=0
hfov = 180
vfov = 15
</cylconverter>
</panorama>
So any suggestions how I can get the full screen version to look as good as the non-full screen version?
Please help. Thanks.
I am very new to panoramas in general and I am trying to get partial (not 360 degrees) panoramas to look right with FPP.
I got a panoarama to look great without using full screen mode:
www.roberthendricks.net/hollandpano/index.html
But when I use the same settings and add the full screen option, the pano looks very strange with gaps at the top and bottom and a weird pattern.
http://www.roberthendricks.net/hollandpano/index_fullscreen.html
My guess is it has something to do with the size of the panorama or some of code in the xml.
Is there an optimal size or resolution for panoramas with FPP? Is there a maximum or a minimum size?
Below is the XML incase that is the issue:
This is the xml for the non-full screen:
<?xml version='1.0'?>
<panorama>
<parameters>
loaderTextColor = #FF6600
loaderBackColor = #EEEEEE
loaderText =
layer_10 = files/glassMeter.swf
layer_1 = files/fps.swf
layer_3 = files/limits.swf
layer_4 = files/loadMeter.swf
layer_5 = files/cylConverter.swf
layer_6 = files/autorotator.swf
panoType=cylinder
panoName=images/holland_pano
loaderStreamed = 1
loaderBandwidth = 100
</parameters>
<autorotator>
speed = 0.06
interval = 30
pause = 3000
quality = best
</autorotator>
<cylconverter>
hfov = 180
vfov = 15
</cylconverter>
</panorama>
This is the XML for the full screen version. Everything is the same except added the openFullscreen.swf:
<panorama>
<parameters>
loaderTextColor = #FF6600
loaderBackColor = #EEEEEE
loaderText =
layer_2 = files/openFullscreen.swf
layer_10 = files/glassMeter.swf
layer_1 = files/fps.swf
layer_3 = files/limits.swf
layer_4 = files/loadMeter.swf
layer_5 = files/cylConverter.swf
layer_6 = files/autorotator.swf
panoType=cylinder
panoName=images/holland_pano
loaderStreamed = 1
loaderBandwidth = 100
</parameters>
<autorotator>
speed = 0.06
interval = 30
pause = 3000
quality = best
</autorotator>
<cylconverter>
autoLimits=1
strictBorders=0
hfov = 180
vfov = 15
</cylconverter>
</panorama>
So any suggestions how I can get the full screen version to look as good as the non-full screen version?
Please help. Thanks.