Panorama hangs inside a pop-up with Firefox. REWARD

Q&A about the latest versions
Post Reply
inaball
Posts: 8
Joined: Tue Feb 19, 2008 1:29 am

Just would like to know if anyone has seen this before?

I am trying to put the pano inside a clean lightwindow popup but it has problems within Firefox. IE seems to handle it just fine.

Have a look here:
http://www.inaball.com/testing/lightwin ... ashba.html

Whoever gets the solution is allowed to look here!
http://www.inaball.com/testing/dunasalix.swf
User avatar
Sam Rohn
Posts: 29
Joined: Fri Sep 28, 2007 7:50 am
Location: New York City
Contact:

the lightwindow pop-up works fine on Mac OS 10.5.2 both firefox 2.0.0.12 and safari 3.0.4 -

sam
Sam Rohn :: 360° Panoramic Photography :: Location Scout :: New York City

PanoPress :: WordPress Plugin for 360° Panoramas in Flash & HTML5 :: http://www.panopress.org
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

I tested your light window with Windows XP SP2, Firefox and it worked fine?

What happens for you?

Regards, Smooth 8)
Image
inaball
Posts: 8
Joined: Tue Feb 19, 2008 1:29 am

When I move around a little bit it just hangs every now and then.

Also the fullscreen button doesnt work..
Jochum
Posts: 7
Joined: Fri Feb 15, 2008 10:27 am

It was a little bit jerky on my mac and Firefox and the fullscreen didnt work. OSX 10.4.10, FF: 2.0.0.12
No idea how to solve it though.
It didnt crash.
gato
Posts: 13
Joined: Wed Feb 06, 2008 8:46 pm

Okay inaball,

you wanna show us your little girls. I like them. Looking very nice.
I ll take them both.... Go on. Where was it shut? Brasil?

gato
User avatar
Roy Reed
Posts: 168
Joined: Thu Apr 19, 2007 10:31 am
Location: London, UK
Contact:

If you comment out lines 1700 and 1714 it will work in Fx.

Code: Select all

lines 1700 & 1714:     // this._setStatus(false);
I haven't found this to cause a problem with anything else but it must be there for a reason (which I haven't found yet) so use with care and much testing.

If you want fullscreen to work you need to add these two lines of code to lightwindow.js in the section commented 'Wrap everything up':

Code: Select all

line 1875:     outerObject = this._addParamToObject('allowfullscreen', 'true', outerObject);

line 1889:     innerObject = this._addParamToObject('allowfullscreen', 'true', innerObject);
You probably should change line 149 as well to update the Flash version required from 7.0.0.0 to 9.0.0.0 which I think is required for AS3 scripted panoramas:

Code: Select all

swf : 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
See a working test here.
inaball
Posts: 8
Joined: Tue Feb 19, 2008 1:29 am

I am impressed! Many thanks!

A lot of website designers want to add a panoramic picture but they don't want to redesign the whole web page. This popup is good for business because it is easy to implement!

Thanks!

more reward!
http://www.inaball.com/pleinpot/dunasvan_swf.html
User avatar
Roy Reed
Posts: 168
Joined: Thu Apr 19, 2007 10:31 am
Location: London, UK
Contact:

Hmmm :roll:

And why do you resize my browser to fill the screen? Please don't do that. I'm perfectly capable of clicking the fullscreen button if I want to view it that way!
Post Reply