Beiträge von angutir

    Hello Klaus, it will be possible in near future make a Gigavideo 360 with your technology? i am talking about the software side, not hardware. something like the multiresolution tiles but with mp4 not jpgs.

    Hello, i have buyed the plugin yesterday and works fine, but the event from ipad and iphone don't track, this is my integration:


    Here the file analytics.xml


    <krpano>
    <plugin name="ga"
    url="plugins/analytics.swf"
    alturl="plugins/analytics.js"
    keep="true"
    preload="true"
    mode="auto"
    debug="false"
    account="UA-11111-1"
    prefix="/virtualtour"
    parsepaths="true"
    >
    <pano name="pano0"
    xmlurl="%SWFPATH%/bat0.xml"
    pageurl="/bat0/"
    />

    more panos......


    <event name="customevent"
    global="true"
    target="plugin[trackevent].onclick"
    data="User Interface,Global event"
    />
    *****here i have deleted the especific events for demo************************************

    </plugin>

    <action name="activatepano">
    if (%2 == scene, loadscene(%1,null,KEEPBASE,BLEND(1)));
    if (%2 == xml, loadpano(%SWFPATH%/%1,null,KEEPBASE,BLEND(1)));
    wait(blend);
    </action>
    </krpano>


    here the main xml:

    <!-- Generated By Kolor Panotour 1.8.0 -->
    <krpano version="1.0.8.14" logkey="false" onstart="startaction">
    <action name="startaction">
    hidepanospotsaction();
    </action>
    <action name="mainloadpano">
    closepanoobjects();
    closeglobalobjects();
    ifnot(stopSequence === undefined,interruptAnimation(););
    loadpano(%1,NULL,NULL,BLEND(1));
    </action>
    <!--************** *********************************************-->
    <plugin name="data" firstPanoHasBeenPlayed="false" keep="true"/>
    <!--************** *******************************************************-->
    <include url="analytics.xml"/>
    <!--************** *******************************************************-->
    <include url="bat0.xml"/>

    etc....

    Thank you.

    PD: the code for track full screen mode where it goes? in what file? location?