Feo van Koutrik's forum messages

back to Feo van Koutrik's profile

Search the forums:
Forum/thread  Message 
Forum:
Q & A

Thread:
Just ONE format (Java or Flash)..?
Re: Just ONE format (Java or Flash)..?
Posted: 27 Jun 2008 at 20:48 GMT
go to thread
Hi,

As creating panorama's is just a hobby and not business I choose for Java as there is no free Flash pano tool to create Flash Pano's.

Or is there.....?

ON VR pano's my visitors can choose to use Deval, Java or Quicktime with an auto detect script attached to it.

Feo van Koutrik
www.famvankoutrik.nl/panorama/index.html
alert moderator
Forum:
Q & A

Thread:
Making VR
Re: Making VR
Posted: 11 Mar 2007 at 10:27 GMT
go to thread
Almost a month further down the line, I received complaints from visitors of my web site that the VR pictures were not visible.

So, had a look other other players and found the one that is used on this web site as well. Pure Player by immervision and this player looks promising.
alert moderator
Forum:
Q & A

Thread:
Making VR
Re: Making VR
Posted: 15 Feb 2007 at 20:50 GMT
go to thread
Hi I am relative new as well. I have some very basic JPG pano pictures as well and did not want to spent money on VR. So what I did, checked the web and found some info about a free solution to put simple VR on an internet page.

Check out my web site: home.planet.nl/~fkoutrik/720h/200407_112.html

To add this functionality I only used the below:

<applet code="ptviewer.class" archive="ptviewer.jar" width=790 height=480>
<param name=file value="200407_112.jpg">
<param name=showToolbar value="true">
<param name=pan value="0">
<param name=panmin value="-167">
<param name=panmax value="167">
</applet>


You need to have ptviewer.jar in the same directory as were your pictures are, but it works fine for me.
alert moderator