View Full Version : embedPano bug?
gunsoftommy
05-05-2008, 08:43 PM
i'm trying to understand line 35 of the embedPano.fla. it seems as though you don't need an external xml because flash can read the parameters from lines 37-43. is this right? cause without editing any of the original files, the embedPano.swf, does not display the frame rate. shouldn't this work properly 'right out of the box?' what is required for the frame rates to be displayed?
cheathamlane
05-05-2008, 10:17 PM
Interesting -- It appears that the fps.swf plugin is being positioned at 0,0 of the main stage, and not at 0,0 of the loaded pano.
If you change the mask so that it covers the entire stage:
square.graphics.drawRect(0, 0, 550, 400);
...You should see the fps.swf output. (Assuming you're using: panorama.loadPanorama("xml_text="+xml_1); to load the panorama, and not the default line in the embedPano.fla)
Not sure if this has been brought up in the forums before. If not, maybe an email to Denis would shed some light. Let us know!
vBulletin® v3.7.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.