Page 1 of 1

Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 12:46 pm
by GMStudio
I read a discussion on http://gardengnomesoftware.com/forum/vi ... pro#p30299 but I do not see a solution.

I work on a project with a lot of panoramas, and before I buy the pro version, I wonder if it is possible to make in Pro Version particular SWF documents because one document is 300 MB.

If this is not possible, do you advise me to use for flash "Externalize Panorama images and skin".
Thanks

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 2:55 pm
by RobM
yeah, not exactly getting much in the way of solid replies here, are we. Just links to some very sparse feature videos.

Not helping a great deal.. I'm fine with the features, it's the nuts and bolts I'm bothered about.

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 3:04 pm
by smooth
GMStudio wrote:If this is not possible, do you advise me to use for flash "Externalize Panorama images and skin".
I advise you to externalise all images, skin and media.

That said, you should still be optimising file sizes for fast server response.

Regards, Smooth 8)

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 3:45 pm
by GMStudio
If there is no possibility for individual pages, how then Share Link to some part of the panorama?

For example, I have a panorama which is made up of 10 panoramas and I want that my client has a link to panorama number 3?

Thanks

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 4:16 pm
by smooth
http://www.yourwebsite.com/yourtourfold ... html#node3 <<<<<< (not a real url)

This assuming you have named your only html file "index"
This URL would open node 3 of your panorama tour.

Regards, Smooth 8)

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Nov 21, 2012 4:24 pm
by GMStudio
Thanks for quick answer.

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Feb 20, 2013 8:22 pm
by hum@no.id
Hi..
only html file "index"
any solution working on Flash? like as - example URL: http://www.yourwebsite.com/tag/pano.SWF/#node3 or from root /tag/pano.SWF/#node3 ? or only offline from root URL like this - pano.swf#node3 ??? or any-any other tricks or magic:)))

need calling other panoramas (not main) from SWF to SWF

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Feb 20, 2013 8:34 pm
by Tong
swf calling
Tong wrote:works for me
startnode topper then var attributes

Code: Select all

<script type="text/javascript">
<!--
			var flashvars = {};
			var params = {};
			params.quality = "high";
			params.bgcolor = "#ffffff";
			params.allowscriptaccess = "sameDomain";
			params.allowfullscreen = "true";
			params.base=".";
			flashvars.startnode='node3';
			var attributes = {};
			attributes.id = "pano";
			attributes.name = "pano";
			attributes.align = "middle";
			swfobject.embedSWF(
				"http://sitename.com/tours/city/buddist_hram_vhod_0052.swf", "flashContent", 
				"100%", "100%", 
				"9.0.0", "expressInstall.swf", 
				flashvars, params, attributes);
//-->
		</script>

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Feb 20, 2013 8:47 pm
by hum@no.id
Please write in panolab I left you there are many questions:))

Re: Pano 2VR 4.0 pro - Only one swf file?

Posted: Wed Feb 20, 2013 8:49 pm
by Tong
oki ))