Search found 2578 matches

by thomas
Sat Jan 27, 2007 12:57 am
Forum: Pano2QTVR release
Topic: swf taking too much resources
Replies: 2
Views: 4258

I can only see a QuickTime movie.
by thomas
Fri Jan 26, 2007 11:20 pm
Forum: Pano2QTVR - Flash
Topic: JS file and Internet Explorer 7 browser
Replies: 6
Views: 7941

I have tested the Flash panoramas 2 month ago with a Vista beta and they work fine. One problem may be that IE7 is shipped with Flash 6(sic!) so you have to manually update to Flash 8 or 9. Then they run fine. This has nothing to do with the js/javascript files.
by thomas
Thu Jan 25, 2007 3:06 am
Forum: Pano2QTVR release
Topic: very silly sprite question
Replies: 1
Views: 3558

Re: very silly sprite question

i have very noob question. what exactly is a sprite? from what i have gathered i guess its some sort of plug in that allowes sound or some kind of graphic.i might be way off.. and how does one go about downloading or finding them? A sprite can be an interactive element like a Flash movie or QuickTi...
by thomas
Tue Jan 23, 2007 9:03 pm
Forum: Pano2QTVR - Flash
Topic: pano2qtvr and flash9
Replies: 3
Views: 5070

Currently I will stick with AS2 but I will upgrade to AS3 some day (3-6 month) and support both versions.
by thomas
Wed Jan 03, 2007 2:51 am
Forum: Pano2QTVR - Flash
Topic: Better security- Flash or Quicktime viewer?
Replies: 4
Views: 5320

btw: The same goes for QuickTime. If you go in Firefox to "save page" you will find the QTVR on your disk and with the JPEG extractor from the freepv project you will have the cube tiles. You can also make screenshot, drop them into PTGui and you will have a pano from every player around.....
by thomas
Wed Jan 03, 2007 2:37 am
Forum: Pano2QTVR - Flash
Topic: Object Flash Movie Problems
Replies: 3
Views: 5157

Sorry, I wanted to post this description earlier. The object movies have and object call obj instead of pano with the same methods as with panos so <movieclip>.obj.setPan(5); <movieclip>.obj.changePan(1); <movieclip>.obj.changeTilt(1); should work. The numbers are not degrees but the image numbers i...
by thomas
Wed Dec 27, 2006 11:26 pm
Forum: Pano2QTVR - Flash
Topic: Seeking help with flash viewer
Replies: 13
Views: 13628

The problem may be that the script tries to loop "the movie" but the panorama needs to be stop at the last frame to work correct. Normally this happens automatically but I guess the script overwrite this setting. Please search for something like loop and turn it of for the movie. Another t...
by thomas
Wed Dec 27, 2006 11:11 pm
Forum: Pano2QTVR - Flash
Topic: incrust the movement controls
Replies: 3
Views: 4395

My current plan is to bring out the 1.5 final and then I will investigate in this direction for the next version but this is not that easy as it first looked.
by thomas
Mon Dec 18, 2006 10:57 pm
Forum: Pano2QTVR release
Topic: Updated and new Tutorials
Replies: 0
Views: 3277

Updated and new Tutorials

The "Getting started" tutorial has been updated and a new hotspot tutorial has been added at http://www.pano2qtvr.com/tutorial.php
by thomas
Mon Dec 18, 2006 10:46 pm
Forum: Pano2QTVR release
Topic: resize a movie dynamicaly
Replies: 2
Views: 4931

You have to also change the scaling mode to "tofit".
by thomas
Mon Dec 18, 2006 10:45 pm
Forum: Pano2QTVR release
Topic: commandline parameters for droplet
Replies: 6
Views: 7091

Ok, you are right. This is a bug I will fix this with the next version.
by thomas
Mon Dec 18, 2006 10:44 pm
Forum: Pano2QTVR release
Topic: Hotspot to internal link
Replies: 7
Views: 7972

In your case you can simple link to the html files instead of .mov files! This will solve your problem. Or you can do it like in the tutorial at
http://www.pano2qtvr.com/tutorial.php and the sample
by thomas
Mon Dec 18, 2006 4:07 pm
Forum: Pano2QTVR release
Topic: commandline parameters for droplet
Replies: 6
Views: 7091

You can write you own batch file to do this. Pano2QTVR ins only able to process on HTML/QTVR/FLASH... file per image each time but its easy to call pano2qtvr several times. The batchfile can look like this: @echo off :loop echo. "C:\Program Files\Pano2QTVR\Pano2QTVR.exe" -c "c:\qtvr_s...
by thomas
Mon Dec 18, 2006 3:00 pm
Forum: Pano2QTVR release
Topic: Hotspot to internal link
Replies: 7
Views: 7972

The targets work as in HTML and also links work like HTML so the navigation is stateless which means if you like to have a link back to the floor plan you have to include the link within your panorama or the surrounding HTML page.
by thomas
Mon Dec 18, 2006 1:09 am
Forum: Pano2QTVR - Flash
Topic: problem with hotspot in the first visit
Replies: 2
Views: 3593

It looks like you are repositioning the movie during loading. I guess you didn't set the scale mode of the panoramas to "no" instead of "with stage". After this change you will have to set the origin correct and I hope this will fix the problem.