You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, April 15th 2013, 10:55am

Yet another embedding problem

Hello Klaus, hello community!

I was just implementing the new krPano v1.16.2 which should fix the onready/onerror-bugs while embedding the player. As expected my ready-function now gets properly executed. But…

Sadly the only thing I’m now seeing when loading the tour in IE7 or IE8 is a black screen. I have set up the following events to monitor where the loading stops:

onxmlcomplete -> pass
onproeviewcomplete -> pass (although the preview is neither loaded nor displayed)
onloadcomplete -> never called

A little bit strange is, that after clearing the IE browser cache, the panorama will be displayed and all events are properly called. But only on the first load of the tour after clearing the cache. All following reloads will only display a black screen.

So I wanted to make an example based on the download package from krPano v1.16.2 to replicate the described error and everything got even stranger.

First I must say, that I could not duplicate the error, but instead found out, that passing 'null' as value for the initial xml while embedding the player does not work correctly. Here are the examples:

Works – load an xml file called 'cube-multires.xml'
http://goo.gl/1TQAt

Does not work – loads no xml file, instead a string is passed after player has been embedded
http://goo.gl/xRrve

WTF…? –sorry-
The odd part is, that passing 'null' like that, works in my tour without problems. At least I get no error message and the network inspector shows no sign of any xml being loaded at all.

So Klaus, any idea why?

Now let’s move back to my original problem (the one where IE7 and IE8 won’t display anything besides a black screen)

Since replicating is not an option anymore, I tried to narrow the problem down a little more.

First I changed my loading order and called the krPano-loadxml-function immediately after the player is ready (normally afterwards some more loading of necessary files is done).
This got me the following error message (in the krPano error log)

Google Chrome or Firefox:

Source code

1
ERROR: XML parsing failed – TypeError: Error #1009


Internet Explorer:

Source code

1
ERROR: XML parsing failed – TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.

Again WTF? Again –sorry-
Then I removed node after node from my xml string, to see if the strange behavior has something to do with it.
I removed all hotspots, the view setting, the lensflare but nothing changed until I removed my '<display … />' node. After removing it no browser had any problem with displaying the panorama.
I added the display-node again and started to remove its attributes until it became clear that the 'flash10="on"' leads to this error. Why? I don’t know…

Also strange is, that I am able to leave 'flash10="on"' in the display-node, but then I am not able to call

Source code

1
krPano.call('loadxml(' + string + ')');

directly anymore but have to wrap it into a timeout like so:

Source code

1
window.setTimeout(function(){krPano.call('loadxml(' + string + ')');}, 50);


So why does it work with 'flash10="on"' after I cleared the cache in Internet Explorer? I think the loading of the other necessary files that are normally needed, takes some time because they are no longer cached and this leads to the same behavior like using a timeout.

After this error or the just black screen I can load the same or another pano-file via console commands without problems.

It seems to me, that maybe the krPano is not so ready in its onready-function as one would expect it to be…?

2

Wednesday, April 17th 2013, 2:56pm

Klaus...any news? ... *unsure*

3

Wednesday, April 17th 2013, 4:23pm

I have already added your post to to my check list.
Once I know more, I will post here.

4

Thursday, April 25th 2013, 3:49pm

Hi,

these problems will be fixed in the next release (1.16.3).

The one problem was related to the embedding script - there the xml=null wasn't passed correctly to the Flashplayer (in the HTML5 version it was correct).

The other display.flash10 problem was relating to 'timing-issues' - the rendering engine wasn't ready at the time when the 'onready' callback was executed - but when changing the display.flash10 setting, the endering engine gets accessed and this is the problem in this situation.

Best regards,
Klaus

5

Monday, April 29th 2013, 7:25am

You're the man Klaus!!! *thumbsup*

I'll be waiting for this next release then.
In the meantime I'll just be looking for some more of those "features"...nahh...kidding... *tongue*

Regards

6

Sunday, May 5th 2013, 8:18pm

Hi,

here the new and fixed version:
krpano 1.16

Best regards,
Klaus