You are not logged in.

1

Monday, October 31st 2011, 1:39pm

How to put div layer on top of krpano div layer?

Hi,

I am having a hard time putting a div layer (pure html) on top of krpano div layer.
I am referring to the following link which seems to be an excellent reference, but
it doesn't work for me with "swfkrpano.js". (to be more precise, it works on non-IE
browsers, but on IE the div layer is shown below the krpano div layer)

http://slightlymore.co.uk/flash-and-the-…problem-solved/


Did anybody succeed this using "swfkrpano.js"???

Thank you in advance for your reply!

hyung

2

Monday, October 31st 2011, 2:02pm

I have just tested using "swfobject.js" instead of "swfkrpano.js" and it works fine.

3

Monday, November 7th 2011, 11:37am

Hi,

the wmode Parameter of the Flashplayer must be set to "opaque" or "transparent" to make that possible,
it's regardless if swfobject.js" or swfkrpano.js,

e.g. add:

Source code

1
viewer.addParam("wmode", "opaque");


best regards,
Klaus