Pano 2VR 4.0 pro - Only one swf file?

Q&A about the latest versions
Post Reply
GMStudio
Posts: 63
Joined: Wed Feb 01, 2012 8:12 pm

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
RobM
Posts: 250
Joined: Sat Apr 16, 2011 12:51 pm
Location: Belgium

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.
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

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)
Image
GMStudio
Posts: 63
Joined: Wed Feb 01, 2012 8:12 pm

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
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

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)
Image
GMStudio
Posts: 63
Joined: Wed Feb 01, 2012 8:12 pm

Thanks for quick answer.
User avatar
hum@no.id
Posts: 945
Joined: Sat Sep 09, 2006 10:35 pm
Location: Dark side of the Moon
Contact:

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
Gumir J | VR Panoramic Photographer | mobile: +77055717171 | skype: gumirj
website: gumirj.com | google.com/+gumirj | facebook.com/gumirj | twitter.com/gumirj
Tong
Posts: 313
Joined: Fri Apr 13, 2012 9:30 pm

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>
User avatar
hum@no.id
Posts: 945
Joined: Sat Sep 09, 2006 10:35 pm
Location: Dark side of the Moon
Contact:

Please write in panolab I left you there are many questions:))
Gumir J | VR Panoramic Photographer | mobile: +77055717171 | skype: gumirj
website: gumirj.com | google.com/+gumirj | facebook.com/gumirj | twitter.com/gumirj
Tong
Posts: 313
Joined: Fri Apr 13, 2012 9:30 pm

oki ))
Post Reply