Search found 12 matches

by bizmillah
Thu Nov 01, 2007 8:59 pm
Forum: Pano2VR general
Topic: very weird stuff happening in an AS2 class
Replies: 3
Views: 3771

That means I have to put my head down and learn dam AS3. I did try, but I gave up after wasting a month, 'cause nothing worked. OK, I'll survive with a trick for now, and then plan an upgrade for my next release, next year...

Thanx anyway
by bizmillah
Mon Oct 29, 2007 10:59 am
Forum: Pano2VR general
Topic: very weird stuff happening in an AS2 class
Replies: 3
Views: 3771

problem: 2 panos end up in a mess

I researched the problem further. In fact it's as simple as that: you cannot have 2 panos, in 2 different movieclips on stage. The result is a terrible mess, with a mix of both, and totally messude up graphics. I need to do that because I must preload the next pano while watching a previous one. Sil...
by bizmillah
Wed Oct 24, 2007 4:42 pm
Forum: Pano2VR general
Topic: capturing mouseover of hotspots via actionscript
Replies: 4
Views: 4541

and what's the mouseover function for AS2?
by bizmillah
Wed Oct 24, 2007 4:04 pm
Forum: Pano2VR general
Topic: very weird stuff happening in an AS2 class
Replies: 3
Views: 3771

very weird stuff happening in an AS2 class

Just download this zip: http://www.cern.ch/vv/dev/panoproblem.zip check the file panoTest.fla. It just wants to put up 2 panos in two layers. It uses a Panorama class in Panorama.as (it's AS2). The buttons b1 and b2 should control the visibility of the clips. 1st problem: start with only pano1 (i.e....
by bizmillah
Thu Oct 11, 2007 4:32 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

forget it

Thomas, forget my last reply. I gave up on porting the application to AS3. I spent over a month and wrote over 2000 lines of code in 12 packages and still can't figure out how to make it all work. I have a deadline in 4 weeks and need to get it running, so I'll just finish it off in AS2, which I kno...
by bizmillah
Tue Oct 09, 2007 11:42 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

Thomas, you were right, I had mixed up folders and was running this code on a Flash8 version of the pano. However... this is what I get when I run my application of a Flash9 pano: -- loadPano - loading : ../CLIPS/PANOS/VP_B4S.swf initHandler: [Event type="init" bubbles=false cancelable=fal...
by bizmillah
Tue Oct 02, 2007 9:42 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

Thomas, thanx for the code and sorry for the late post. Just got to test your code, but had no luck. I restructured it as a class, and just instanced it in the document class of an empty fla. The pano loads, but I get a lot of scary runtime errors: initHandler: [Event type="init" bubbles=f...
by bizmillah
Wed Sep 19, 2007 7:58 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

AS3 please!

Thomas,

the bas news is that I am now porting my app to AS3, mainly for performance reasons. So what's the equivalent for AS3?

cheers
Sil
by bizmillah
Mon Sep 17, 2007 5:01 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

Thomas,

thanx a million, it works!
what I did not know is that I had to stick the function in the onLoadInit listener.

cheers
Silvano
by bizmillah
Mon Sep 10, 2007 11:49 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

Thomas, thanx again, well if you're the developer, then you will probably receive the email I just sent to support on this. I am really stuck on a rather project with a deadline. All I need is a method/handler to get out of a pano with info on a hotspot click. I tried the one you gave me but it does...
by bizmillah
Mon Sep 10, 2007 8:29 am
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

Thanx! actually, where do I find info on all the stuff I can do? I mean, where is the <movieclip>.pano.xxxx defined?

cheers
Silvano
by bizmillah
Fri Sep 07, 2007 5:28 pm
Forum: Pano2VR general
Topic: trapping hotspots in Flash
Replies: 12
Views: 13508

trapping hotspots in Flash

Hi, I am testing Pano2VR and would like to know how can I trap hotspots from a calling flash AS2 document. This is what I do: I am running an actionscript application, which loads a pano generated by Pano2VR as a Flash8 SWF, in a movieclip container. This works fine, but then I need to know in the p...