Beiträge von olmeca2005

    Loading tiles from another server HTML5

    This is the solution. Many thanks Olihar. I fixed it!

    I was using krpano 1.0.2 version with s3 aws server. Now I decided to renew my site. So I downloaded 1.17 version. I am trying to use same ways but gettin xml reading error 0 on krpano.

    Code
    ERROR:
    
    
    Javascript not activated
    
    
    
    
    	
    		embedpano({swf:"http://www.mysite.com/krpano/krpano.swf", xml:"http://s3-eu-west-1.amazonaws.com/mysite/a_random_panorama/krpano.xml", target:"pano", html5:"prefer", passQueryParameters:true});

    When I try on my hosting what has the krpano.swf and xml file then i works fine. But if I use external xml file it gives error. Is there any way to fix ? Thanks for your help.
    Note: When I was using old version of krpano I got same error and could fix using codes. Because flash object codes accepted external xml URI.

    Now I am a newbea on new 1.17 and really want to use HTML5 support so I need help. Could I use codes instead of embedpano codes again or not.

    Have a good days.

    I was using krpano 1.0.2 version with s3 aws server. Now I decided to renew my site. So I downloaded 1.17 version. I am trying to use same ways but gettin xml reading error 0 on krpano.

    Code
    <script src="http://www.mysite.com/krpano/krpano.js"></script>
    
    
    <div id="pano" style="width:100%;height:100%;">
    	<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
    	<script>
    		embedpano({swf:"http://www.mysite.com/krpano/krpano.swf", xml:"http://s3-eu-west-1.amazonaws.com/mysite/a_random_panorama/krpano.xml", target:"pano", html5:"prefer", passQueryParameters:true});
    	</script>
    </div>

    When I try on my hosting what has the krpano.swf and xml file then i works fine. But if I use external xml file it gives error. Is there any way to fix ? Thanks for your help.
    Note: When I was using old version of krpano I got same error and could fix using <object> codes. Because flash object codes accepted external xml URI.

    Now I am a newbea on new 1.17 and really want to use HTML5 support so I need help. Could I use <object> codes instead of embedpano codes again or not.

    Have a good days.

    my Xml code is :

    Is there any component or document for web developers about krpano using?

    how do you mean that???

    It means is there any Component (Extent) for Microsoft Visual Studio .NET or any other things for other developing programs.

    One more question:
    I can't find any info about this on document pages and forums.
    Can I use Maketiled functions in any programming language? Must I use it on Mac OS and Windows like application?
    It means when a user send pano photo on our web site, will we get it on our pc and then use tools files, Or can we use tools on the web server automaticly? Thanks for your help. *wink*

    Hello everyone,
    I am developing a website just like 360cities with asp.net. I need some answers,

    1- I want to use sphere images because i don't want to spent my time for convering cube and sphere exchanges. But i am worried about slow opening for gigapan images. So must i use cube images to increase speed or is it posibble with sphere images, too? (I asked that beacause 360cities.net uses cube images)

    2- Is there any component or document for web developers about krpano using?

    3- How can i protect my sphere images to download?

    Thansk for your help.