Hi,
Alexandr (Jaydee) contacted me already last week about swfaddress and krpano 1.16 and he told me to roll out the update in the next weeks.
The reason for the not working of swfaddress with the swfkrpano.js script from version 1.16, is that the new embedding script no longer depends on SWFObject 1.5 and therefore the swfaddress js code need to be slightly modified.
If you want you can patch the swfaddress.js by yourself in the meantime:
Search the swfaddress.js for this part:
|
Quellcode
|
1
|
if(typeof swfobject!=UNDEFINED)
|
And then insert this part BEFORE the part from above:
|
Quellcode
|
1
|
if(typeof createPanoViewer!=undefined&&typeof embedpano!=undefined&&typeof removepano!=undefined){var swfkrpano_createPanoViewer=window.createPanoViewer;window.createPanoViewer=function(o){var viewer=swfkrpano_createPanoViewer(o);if(viewer){_ref.addId(viewer.id);}return viewer;}}
|
Best regards,
Klaus