Search found 3 matches

by Di-man
Sun Jun 17, 2007 5:18 pm
Forum: Pano2QTVR - Flash
Topic: Can't load flash object movie into a swf
Replies: 2
Views: 4007

Try to omit second parameter ("1"). From Flash help: public loadMovie(url:String, [method:String]) : Void method:String [optional] - Specifies an HTTP method for sending or loading variables. The parameter must be the string GET or POST. If no variables are to be sent, omit this parameter.
by Di-man
Sun Jun 17, 2007 4:21 pm
Forum: Pano2QTVR - Flash
Topic: Hotspots don't move if they inherited from custom class
Replies: 0
Views: 2813

Hotspots don't move if they inherited from custom class

I've tried to customize hotspot through action script and if I specify base class for hotspot's movieclip then hotspot will be created but won't move along with pano. Action Script class: class Hotspot extends MovieClip { public function Hotspot() { trace("Hotspot " + _name + " activa...
by Di-man
Sun Jun 17, 2007 3:38 pm
Forum: Pano2QTVR - Flash
Topic: Pano2QTVR 1.6.2 released
Replies: 8
Views: 8646

Re: Flash issues with new version

Another problem with the new version is that it seems to cause the hotspots on the map to stop working unless you click on the pano first and then on the hostpot each time. I've tested this with old version against new. If you have used somthing like that: on(release) { _root.panoManager.Load(1); }...