Search found 8 matches

by benny
Fri Apr 20, 2007 4:02 pm
Forum: Pano2QTVR - Flash
Topic: Pano2QTVR 1.6.2 released
Replies: 8
Views: 8500

Hi Wim, I'm not quite sure I get you right, but I will try to answer anyway: There is no need to "activate" the html parsing under flash by a developer as this functionaliyt is already activated. The only thing you have to do is including some html-tags in the hotspot text you would like t...
by benny
Thu Apr 19, 2007 3:01 pm
Forum: Pano2QTVR - Flash
Topic: Pano2QTVR 1.6.2 released
Replies: 8
Views: 8500

Hi Wim, I can answer two of these question: Q2) moste likely thomas did not set the textfield.multiline attribute to true, so <br> does not work. Q3) take a look at http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001040.html whic...
by benny
Thu Apr 12, 2007 3:18 pm
Forum: Pano2QTVR - Flash
Topic: flash navigation tool
Replies: 2
Views: 4431

Hi, if I get you right there is another way to solve this problem I just integrated myself. Use <mc>.pano.setAutorotate(speed(float),delay(float),returntoHorizon(float),onlyinfocus(bool)) to rotate as long as it takes to reach the target view angle and stop the motion by using <mc>.pano.setAutorotat...
by benny
Thu Apr 12, 2007 2:57 pm
Forum: Pano2QTVR - Flash
Topic: flash tutorial
Replies: 5
Views: 5968

hi, ahhh ok I see. What I can say is that IMHO the example is not too complex. So if you have any programming experinces at all you should be able to make a ActionScript crash cours at weekend. Afterwards you will be able to create your own tours based on the good example Thomas made. If you do not ...
by benny
Thu Apr 12, 2007 2:48 pm
Forum: Pano2QTVR - Flash
Topic: Some flash coding questions
Replies: 5
Views: 6572

Hi Thomas, thanks for you reply! Your answers p1-4) helped a lot and I'm just implemting them. Good to know that there is a API doc on the way. Can't wait to see how many "undocumented" methods there are. BTW the setAutorotate() methode is brilliant, should have tried it by my own and see ...
by benny
Wed Apr 11, 2007 9:01 am
Forum: Pano2QTVR - Flash
Topic: One .swf, multiple jpgs
Replies: 1
Views: 3446

Hi, well you can load several swf-panos inside a flash-movieclip like <mc>.loadMovie("pano.swf"). So this mc will be a "container" which dynamically loads swf-panos just like the jar is a "container" which loads jpgs. But you have to use the Flash IDE fro this and you w...
by benny
Wed Apr 11, 2007 8:49 am
Forum: Pano2QTVR - Flash
Topic: flash tutorial
Replies: 5
Views: 5968

Hi,

take a look at the source code for the virtual tour example at
http://www.pano2qtvr.com/sample/flashtour/container.zip.

This is a perfect start for this and served me well.

But you will need some ActionScripting experiences first!

Benny
by benny
Tue Apr 10, 2007 11:12 am
Forum: Pano2QTVR - Flash
Topic: Some flash coding questions
Replies: 5
Views: 6572

Some flash coding questions

Hi Thomas, first of all I want to send you my deep respect for your great product, especially the flash-pack "extension". As far as I see there is no other "working" spherical panorama solution for flash on the market yet. All other "attempts" are tries but no products ...