Posts by topfoto360

    I have the spacer on a server under a different domain. Now I have made a page and walkthrough for a client and I would like to post it on his website. Message appears:

    FATAL ERROR:
    https://topfoto360.pl/projekty-nieruchomosci/domek-letniskowy-nr-42-goldap/tour.xml - loading failed! (0)

    How to fix it so as not to copy the entire walk to the client's domain?

    Client side https://lesny-domek.topgold.pl/

    The walk I want to display on the client's website https://topfoto360.pl/projekty-zdrowiesci/domek-zdrowie-nr-42-goldap/index.php


    I add this code to the website and it doesn't work:

    <div class="row mb-4" data-aos="fade-up">
                <div class="col-lg-12 justify-content-center">
                    <script src="https://topfoto360.pl/projekty-nieruchomosci/domek-letniskowy-nr-42-goldap/tour.js"></script>
                    <div id="pano">
                        <noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;"><td><div style="text-align:center;">Błąd:<br><br>Proszę aktywować Javascript<br><br></div></td></tr></table></noscript>
                        <script>
                            embedpano({xml:"https://topfoto360.pl/projekty-nieruchomosci/domek-letniskowy-nr-42-goldap/tour.xml", target:"pano", passQueryParameters:"startscene,startlookat"});
                        </script>
                    </div>
                    <p style="color:#da2841; text-align:right;font-size:1.2em;"><a style="color:#da2841;" href="https://topfoto360.pl/projekty-nieruchomosci/domek-letniskowy-nr-42-goldap/" target="_blank" title="Wirtualny Spacer po domku letniskowym">otwórz na pełnym ekranie</a></p>
                </div>
            </div>

    I don't know what it's about, but on the browser on Xiaomi smartphones, i.e. on the Mi browser, when I switch to horizontal viewing, the video is displayed in full screen. You can't see anything but the video. In Chrome it's ok, but on Mi when I use full screen I get a video like in a regular movie player.

    How to block mouse scrolling on mobile devices?
    I searched the Internet and the problem occurs everywhere. You can't scroll the page if you touch the panorama with your finger.
    This problem also occurs on PC. Can this help them add a function so that using the panorama is only possible after turning it off/clicking on the logo?

    My project: https://topfoto360.pl/projekty/goldap-warszawska

    I already have such a code. Maybe a function can be added to it? I'm not a programmer and I appreciate any help.

    <layer name="skin_logo" url="skin/logo.png" keep="true" scale="0.1"
        align="topleft"
        onclick="openurl(https://topfoto360.pl)"
        enabled="true"
        x="10" y="10" />
        
        
        <layer name="intro"
                type="container"
                keep="true"
                width="100%"
                height="100%"
                bgcolor="0x000000"
                bgalpha="0.8"
                zorder="9999"
                enabled="true"
                bgcapture="true"
                onloaded="on_intro_loaded()"
                onclick="on_intro_click()" >
            <layer name="intro_logo"
                enabled="false"
                alpha="0"
                url="skin/logo_tlo.png" align="center" scale="0.5" />
        </layer>
        
        <action name="on_intro_click">
            tween(layer[intro].alpha, 0);
            set(layer[intro].enabled, false);
        </action>
        
        <action name="on_intro_loaded">
        delayedcall(0.2,
            tween(layer[intro_logo].alpha, 1);
        );
        </action>