Flash + Fullscreen stocking

Q&A about the latest versions
Post Reply
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

Hi

I have a little trouble with the flash fullscreen panos created by Pano2VR.
When switching into fullscreen mode there is some stocking when panning left right top down.
It happens at different stages in the pano and in different intervalls.

Might this be a flash problem. It's quite as If the PC would charge data into memory. But I try locally, so memory shouldn't be a problem.

thx for hints.
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Maybe it's to little RAM in the graphics card. Try to disable the hardware acceleration (right click, settings...) and see if that helps.
MfG, Thomas
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

Hi
Thanks for the hint, but I use a NVIDIA Quadro FX1500 with 256MB Memory.
Think that's not the problem.
But your advise made a lightbulb in my head blinking. :idea:
I tried it and apparently it seems to be the error origin.
In the Flash9 settings on my site i changed the local ressource allocation to 1MB instead of 100k. And it seems to work flalessly now.

If any problem arises I will keep you updated.
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

It isn't the flash setting.

Launching through the flashplayer or through the IE : Pano works flawless
Launching through an integrated flashside (after Fullscreen-switching) : stocking

Here the site code I use to implement the file

Code: Select all

<td width="25" height="655" rowspan="13" class="Background">
			<img src="images/spacer.gif" width="25" height="655" alt=""></td>
  <td rowspan="13">
			<img src="images/TourWindow_13.gif" width="6" height="655" alt=""></td>
		<td rowspan="7">
			<img src="images/TourWindow_14.gif" width="8" height="416" alt=""></td>
		<td colspan="9">
			<img src="images/TourWindow_15.gif" width="960" height="9" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="9" alt=""></td>
	</tr>
	<tr>
		<td colspan="3" rowspan="5" background="images/TourWindow_17.gif">

<!-- Begin Flash Pano-->        
  <script type="text/javascript">
<!--
			if ((window.p2q_Version) && (window.p2q_Version>=2.0)) {
				// Check to see if the version meets the requirements for playback
				var flashvars="";
			p2q_EmbedFlash('site2.swf','600','400','allowFullScreen','true','FlashVars',flashvars);
				
				if (!DetectFlashVer(9,0,0)) {
					document.write('<p class="warning">This content requires Adobe Flash Player Version 9 or higher. '
								 + '<a href="http://www.adobe.com/go/getflash/">Get Flash<\/a><\/p>');
				}
			} else {
				document.writeln('<p class="warning">p2q_embed_object.js is not included or it is too old! Please copy this file into your html directory.<\/p>');
			}
//-->
		</script>
		<noscript>
			<p class="warning">Please enable Javascript!</p>
		</noscript>
        
<!-- End Flash Pano -->        

       </td>
		<td rowspan="12">
			<img src="images/TourWindow_17-12.gif" width="23" height="646" alt=""></td>
		<td colspan="4" background="images/TourWindow_18.gif" class="DivThumb">Votre Commune se pr&eacute;sente</td>
		<td rowspan="12">
			<img src="images/TourWindow_19.gif" width="14" height="646" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="27" alt=""></td>
	</tr>
Will try to upload the file and try it online.

Cheers
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
Post Reply