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.
![]() |
Source code |
1 2 3 4 5 6 7 8 |
<krpano> <krpano devices="flash" onstart="showlog(); trace(Flash);"> ... </krpano> <krpano devices="html5" onstart="showlog(); trace(HTML5);"> ... </krpano> </krpano> |
the problem with the devices setting on Android on Desktop is fixed now,Sorry but the devices settings does not work.
![]() |
Source code |
1 2 3 4 5 6 |
load(pano1); and in the load action: txtadd(loadpano_name, %1,'.xml'); loadpano(get(loadpano_name),null,KEEPBASE,BLEND(2)); |
right, I can confirm,I have this errormessage:
"%1.xml - loading or parsing failed!"
the krpano file encryption is limited to Flash at the moment,The encryption is also not working with the html5, everything is working fine when the files are not encrypted, but after the encryption the "xml parsing failed" error is coming.
Hi,right, I can confirm,I have this errormessage:
"%1.xml - loading or parsing failed!"
in the latest beta release from 2011-02-09 there is a bug with the actions parameters, they get not resolved,
that will be fixed in the next release,
the krpano file encryption is limited to Flash at the moment,The encryption is also not working with the html5, everything is working fine when the files are not encrypted, but after the encryption the "xml parsing failed" error is coming.
best regards,
Klaus
Hi Klaus,
There is some problem with the new HTML5 version.
When i try to use my "load" action with parameter, the parameter is not working :(
![]()
Source code
1 2 3 4 5 6 load(pano1); and in the load action: txtadd(loadpano_name, %1,'.xml'); loadpano(get(loadpano_name),null,KEEPBASE,BLEND(2));
I have this errormessage:
"%1.xml - loading or parsing failed!"
There was no problem with it before.
Thx
that bug affects only the action parameters (%1,%2,...) inside an action,Well that may explain it.
I have been strugling for 3 hours with converting Jooks New Years panos which has 9 panos.
It looks like just deleting all actions and also all scenes except one makes it work.
I hope I can release the next pre-release next week,When do we get an update?
Hi Hans,
which version do you use?
the Flash viewer from the build 2011-02-01 has a bug with desktop and android,
but this bug was fixed in the build from 2011-02-09, but there, there is a bug with % parameters
inside the actions in the krpano JS viewer,
see here:
http://krpano.com/download/beta/
best regards,
Klaus