Search found 168 matches

by Roy Reed
Fri Nov 15, 2013 11:16 pm
Forum: Pano2VR general
Topic: progressive loading
Replies: 3
Views: 2273

Re: progressive loading

Hopki wrote:If you externalise and copy the files will be streamed as required.
Technically that would be progressive download, not streaming. Streaming would only be via a streaming server.
by Roy Reed
Mon Jul 01, 2013 7:32 pm
Forum: Pano2VR general
Topic: Flash vs HTML5
Replies: 6
Views: 3742

Re: Flash vs HTML5

One other difference that 360Texas doesn't mention is that there is no way to add a domain lock to images viewed in HTML5 so there is no way to protect your panoramas from piracy using this method.
by Roy Reed
Sat May 11, 2013 4:36 pm
Forum: Pano2VR general
Topic: New Photoshop business model and Monthly rates
Replies: 6
Views: 3974

Re: New Photoshop business model and Monthly rates

You only have to be online once every 30 days to keep your account live (90 days if you pay annually) so lack of an internet connection shouldn't be a problem. But this isn't going to stop piracy. The pirates will just have to find a new method which will probably mean cracking user logins instead o...
by Roy Reed
Fri May 10, 2013 5:15 pm
Forum: Pano2VR general
Topic: New Photoshop business model and Monthly rates
Replies: 6
Views: 3974

Re: New Photoshop business model and Monthly rates

I think it sucks - but luckily I don't use PS, having been a Corel PhotoPaint user since it started.

I do however use Lightroom and Adobe are talking about doing a Lightroom/Photoshop combined package for photographers, but I don't know whether this will be cloud based or not.
by Roy Reed
Thu Feb 28, 2013 11:45 pm
Forum: Pano2VR general
Topic: Pano2VR in Google sites
Replies: 6
Views: 4331

Re: Pano2VR in Google sites

It's possible to embed Flash objects, but I don't think you can do HTML5 as well. Flash method here: http://www.aleosoft.com/flashtutorial_googlesites.html (there's a link at the bottom to show a Flash embedded object working). Their version only uses <embed> so it obviously won't work in IE, but I'...
by Roy Reed
Sun Jun 10, 2012 2:52 pm
Forum: Pano2VR general
Topic: Resizing image with screen size
Replies: 3
Views: 9836

Re: Resizing image with screen size

These days it's almost impossible to do a single skin that will look good at all screen resolutions. According to the stats for my website, in the last 30 days I've had visits from 261 different screen sizes varying from 218x194 to 5760x1080 with only one screen size (1920x1080) getting more than 15...
by Roy Reed
Tue Apr 17, 2012 4:29 pm
Forum: Pano2VR general
Topic: Flash and HTML drop down menu!?
Replies: 19
Views: 13458

Re: Flash and HTML drop down menu (z-index)!?

The related bit of code is: <script type="text/javascript"> if (swfobject.hasFlashPlayerVersion("9.0.0")) { var flashvars = {}; var params = {}; params.quality = "high"; params.bgcolor = "#ffffff"; params.allowscriptaccess = "sameDomain"; params.all...
by Roy Reed
Sun Jan 29, 2012 3:54 pm
Forum: Pano2VR general
Topic: Updating UserData:Description in Tour
Replies: 5
Views: 3157

Re: Updating UserData:Description in Tour

Thanks Smooth I didn't realise that the old code (which still worked for single panos) needed to be changed. I replaced the old code: "<font face='Verdana'><i>"+userdata.description+"</i></font>" with "<font face='Verdana'><i>$ud</i></font>" and all is good.
by Roy Reed
Fri Jan 27, 2012 10:08 pm
Forum: Pano2VR general
Topic: Updating UserData:Description in Tour
Replies: 5
Views: 3157

Re: Updating UserData:Description in Tour

Each SWF does have it's own UserData. The first has 'The Nave' in the description field, the second 'The Altar' and the third 'The Choir'. The info button on the toolbar only ever shows 'The Nave' from the first SWF.
by Roy Reed
Fri Jan 27, 2012 6:40 pm
Forum: Pano2VR general
Topic: Updating UserData:Description in Tour
Replies: 5
Views: 3157

Updating UserData:Description in Tour

How do you get the Description UserData to update when going from SWF to SWF in a tour? Here's an example where it's not working: http://reeddesign.co.uk/panoramas/southwark-cathedral.html The 'Info' button on the toolbar should have different words on the third italicised line for each of the three...
by Roy Reed
Tue Dec 06, 2011 10:53 pm
Forum: Pano2VR general
Topic: Percentage Loaded Bar Not Working
Replies: 2
Views: 2275

Re: Percentage Loaded Bar Not Working

Thanks, Smooth - I'd been looking for that solution too.
by Roy Reed
Mon Oct 10, 2011 5:26 pm
Forum: Pano2VR general
Topic: Pano2VR vs Flash 11???
Replies: 5
Views: 4597

Re: Pano2VR vs Flash 11???

If you're using P2VR's html output you can change the required level for Flash in the SWFObject javascript to make Flash v11 the minimum required. Look for the following in the html code: <script type="text/javascript"> <!-- var flashvars = {}; var params = {}; params.quality = "high&...
by Roy Reed
Mon May 02, 2011 6:03 pm
Forum: Pano2VR general
Topic: Resolution drop from 300dpi to 150dpi after Patching
Replies: 4
Views: 4448

Re: Resolution drop from 300dpi to 150dpi after Patching

Nothing that matters has changed. The pixel dimensions before and after are both 14000x7000. It would only matter if you printed the file at the indicated DPI.
by Roy Reed
Wed Mar 30, 2011 10:49 am
Forum: Pano2VR general
Topic: Problems loading external swf with Firefox (SOLVED)
Replies: 8
Views: 5143

Re: Problems loading external swf with Firefox

Works for me - Win7 64bit, Firefox4, Flash10.2
by Roy Reed
Mon Mar 14, 2011 7:45 pm
Forum: Pano2VR general
Topic: Flash and HTML drop down menu!?
Replies: 19
Views: 13458

Re: Flash and HTML drop down menu!?

Using 'WMODE' will though make your auto-rotate panorama very choppy on all but very powerful computers as it disables hardware acceleration Using "wMode=direct" will force hardware acceleration (true since 10.0 I think) although that will give the problem with js dropdown menus. Hardware...