Search found 24 matches

by skaddi
Thu Mar 08, 2012 1:36 pm
Forum: Object2VR general
Topic: OBJ-VR SWF does only work in IE9?
Replies: 4
Views: 3902

Re: OBJ-VR SWF does only work in IE9?

Hello Hopki,

thanks a lot.The stage setting was the problem. So easy .. damn .. ;)

Thanks again! Have a nice day.
Regards
by skaddi
Thu Mar 08, 2012 1:00 pm
Forum: Object2VR general
Topic: OBJ-VR SWF does only work in IE9?
Replies: 4
Views: 3902

Re: OBJ-VR SWF does only work in IE9?

Hello Hopki, thanks for your reply. I have tested a bit the last day and found out that i used flash8 in the settings. This is the Problem. There was a Adobe Flash update the last days, maybe they changed/killed some support? I use Flash9 now and this works fine, but only as long as i don't turn zoo...
by skaddi
Tue Mar 06, 2012 2:53 pm
Forum: Object2VR general
Topic: OBJ-VR SWF does only work in IE9?
Replies: 4
Views: 3902

OBJ-VR SWF does only work in IE9?

Hello, since a couple of days OBJ-VR exported as SWF does only work in IE9. Firefox 10 and chrome 17 only show a blank frame. Whether it is embedded in a website or i drag and drop it into my browser... I have downloaded the latest program version and compiled the VR again, doesn't work. Can someone...
by skaddi
Thu Jul 15, 2010 6:14 pm
Forum: ActionScript
Topic: can't setPan
Replies: 3
Views: 3722

Re: can't setPan

It could be so simple vr = null;

Thanks to zero support anyway...
by skaddi
Thu Jul 15, 2010 6:13 pm
Forum: Unterstützung für Pano2VR
Topic: SWF-Panos in weitere SWF per Button laden
Replies: 2
Views: 2795

Re: SWF-Panos in weitere SWF per Button laden

Es kann so einfach sein vr = null;

Aber danke für auch null support hier im Forum...
by skaddi
Wed Jul 14, 2010 3:28 pm
Forum: ActionScript
Topic: Error #1009 on Pano2VR - Flash API sample
Replies: 5
Views: 6378

Re: Error #1009 on Pano2VR - Flash API sample

Yes, the lower one starting with "Starting with Pano2VR 2.2 the ..."

http://gardengnomesoftware.com/wiki/Pan ... script_3.0
by skaddi
Wed Jul 14, 2010 2:49 pm
Forum: ActionScript
Topic: can't setPan
Replies: 3
Views: 3722

Re: can't setPan

Thanks to my self, i've found the answer: import flash.display.*; import flash.net.URLRequest; import flash.events.Event; var vr:MovieClip = new MovieClip; var loader:Loader = new Loader(); function initHandler(event:Event):void { trace("initHandler: " + event); vr = MovieClip(loader.conte...
by skaddi
Wed Jul 14, 2010 2:46 pm
Forum: Unterstützung für Pano2VR
Topic: SWF-Panos in weitere SWF per Button laden
Replies: 2
Views: 2795

Re: SWF-Panos in weitere SWF per Button laden

So nu hab ichs selber heraus gefunden. import flash.display.*; import flash.net.URLRequest; import flash.events.Event; var vr:MovieClip = new MovieClip; var loader:Loader = new Loader(); function initHandler(event:Event):void { trace("initHandler: " + event); vr = MovieClip(loader.content)...
by skaddi
Wed Jul 14, 2010 12:22 pm
Forum: ActionScript
Topic: Error #1010: A term is undefined and has no properties.
Replies: 1
Views: 4537

Re: Error #1010: A term is undefined and has no properties.

Hi again,

you have copied an example code to your finished_loading function. Like your error message said: ": A term is undefined and has no properties." You have to replace the placeholders with real content.
by skaddi
Wed Jul 14, 2010 12:18 pm
Forum: ActionScript
Topic: Error #1009 on Pano2VR - Flash API sample
Replies: 5
Views: 6378

Re: Error #1009 on Pano2VR - Flash API sample

Hi

you have used the code for Pano2VR <= 2.1 but maybe you have Pano2VR 2.2 and above ?
by skaddi
Wed Jul 14, 2010 10:09 am
Forum: Unterstützung für Pano2VR
Topic: SWF-Panos in weitere SWF per Button laden
Replies: 2
Views: 2795

SWF-Panos in weitere SWF per Button laden

Hi Zusammen, ich versuche nun schon seit ein paar Stunden den in der Dokumentation stehenden AS3 code, um pano2VR 2.2 panos zu laden, so umzustricken, daß dies erst durch einen button passiert. Ziel ist es mehrere Pano so in einen Übersichtsplan einzubinden. Mein Problem ist, daß ich zwar Tilt/Pan/F...
by skaddi
Tue Jul 13, 2010 6:21 pm
Forum: ActionScript
Topic: can't setPan
Replies: 3
Views: 3722

Re: can't setPan

Ok i found my mistake. I have to call vr.pano.setPan(200); at the initPanorama function. But that brings me to another quest. Atm the initPanorama if loop runs via ENTER_FRAME Event all the time till true returns. So how can i start several panos by clicking on their buttons? So that i can switch ov...
by skaddi
Mon Jul 12, 2010 3:47 pm
Forum: ActionScript
Topic: can't setPan
Replies: 3
Views: 3722

can't setPan

Hello to everyone. i need some help setting the pan of a panorama to the next that is loaded. What im doin so far: I have multiple panos which are organized by a swf file. After one pano is loaded it is possible to load another one whis the same pan/tilt/fov. Everything works so far, but i have to d...
by skaddi
Fri Sep 25, 2009 5:43 pm
Forum: Pano2VR general
Topic: Scaling None on Flash Output and correspondence to the skin
Replies: 7
Views: 4034

Re: Scaling None on Flash Output and correspondence to the skin

Thanks, but my complete first post in this topic was a misunderstanding.

But i have a similar problem, described over here: :wink:
http://gardengnomesoftware.com/forum/vi ... f=6&t=2841
by skaddi
Fri Sep 25, 2009 11:29 am
Forum: Unterstützung für Pano2VR
Topic: sound laeuft weiter
Replies: 1
Views: 1942

Re: sound laeuft weiter

Importierst du einen Film mit Sound oder fügst du den Sound erst in der Flashdatei hinzu ? Sollte es ein Film mit Ton sein, würde ich darauf tippen das dieser im Hintergrund weiter läuft. Sprich du müsstest diesen Stoppen bevor du einen neuen startest. Ist es ein angehängter Sound dann ist StopAllSo...