You are not logged in.

1

Wednesday, January 16th 2013, 4:57pm

html5 , Xml from object instead of sml path

is it possible to load from a xml object instead of a xml path ?


<script> embedpano({ xml:"cube.xml", target:"krpanoDIV",html5:"always"}); </script>


the reason i want to do this is : I load my html from a load html on a android DEVICE.

2

Thursday, January 17th 2013, 9:37am

Hi,

do you mean loading directly passing an 'xml string'?

No, that would be not possible, but it would be possible to use an empty xml file and then use the Javascript interface and the loadxml() action to load it.

Best regards,
Klaus