Beiträge von sascha_kote

    hi,

    i have a pano for flash & html. iphone, pc are all ok, but on android i get a failure.

    error: adobe flash player9/10 or higher is needed. click to download.

    i click, but couldn`t install.

    why use the android not the html5 version?

    samsung gt-s55660, android version 2.3.6, ginerbread

    thanks

    sascha

    <events onloadcomplete="plugin[ga].trackpageview(/pano/)" />

    i put in each xml an event and google counts *g*

    but:

    on my iphone i get a black screen *cry* my dropdown is there, i can change, but only black *confused*

    when i delete the <include url="analytics.xml"/> in my first pano, it`s all right.

    what have i to do to use it on my iphone?

    hi,

    i have for each panorama a xml file. all the files in the same directory.

    this is my analytics.xml

    in the first pano i included the file: <include url="analytics.xml"/>

    or have i include it in all xml files?

    do i have include an action?

    <krpano>
    <plugin account="UA-11111111" mode="auto" preload="true" alturl="analytics.js" url="analytics.swf" name="ga">


    <pano name="pano0" xmlurl="pano0.xml" pageurl="/pano0/" />
    <pano name="pano1" xmlurl="pano1.xml" pageurl="/pano1/" />
    <pano name="pano2" xmlurl="pano2.xml" pageurl="/pano2/" />

    </plugin>

    </krpano>

    thanks

    sascha

    hi,
    wenn ich die desktop und mobile tour mit panotour pro erstelle, werden mir nur 6 cubes erstellt.
    in der xml ist der pfad zu den mobile und tablet cubes genau wie die des desktop.

    eigentlich müßte ich doch 18 cubes haben und auch die pfade anders sein!
    was mache ich falsch?
    sascha


    <image type="CUBE">
    <left url="virtualtourdata/virtualtour7/3.jpg"/>
    <front url="virtualtourdata/virtualtour7/0.jpg"/>
    <right url="virtualtourdata/virtualtour7/1.jpg"/>
    <back url="virtualtourdata/virtualtour7/2.jpg"/>
    <up url="virtualtourdata/virtualtour7/4.jpg"/>
    <down url="virtualtourdata/virtualtour7/5.jpg"/>
    <mobile>
    <left url="virtualtourdata/virtualtour7/3.jpg"/>
    <front url="virtualtourdata/virtualtour7/0.jpg"/>
    <right url="virtualtourdata/virtualtour7/1.jpg"/>
    <back url="virtualtourdata/virtualtour7/2.jpg"/>
    <up url="virtualtourdata/virtualtour7/4.jpg"/>
    <down url="virtualtourdata/virtualtour7/5.jpg"/>
    </mobile>
    <tablet>
    <left url="virtualtourdata/virtualtour7/3.jpg"/>
    <front url="virtualtourdata/virtualtour7/0.jpg"/>
    <right url="virtualtourdata/virtualtour7/1.jpg"/>
    <back url="virtualtourdata/virtualtour7/2.jpg"/>
    <up url="virtualtourdata/virtualtour7/4.jpg"/>
    <down url="virtualtourdata/virtualtour7/5.jpg"/>
    </tablet>
    </image>

    beim vtour droplet werden ja automatisch für alle panos thumbs erstellt.

    gibt es da die möglichkeit, dies manuell anzulegen, wenn man nicht für jedes pano ein thumb möchte?

    für pc hab ich das jetzt wohl hinbekommen, jedoch in einem textfield, was auf dem ipad nicht funzt.

    sascha

    hallo,

    ich möchte ein textfeld einblenden lassen, indem ich eine thumbgalerie habe, über die ich in den einzelnen scenes wechseln kann.

    normale grafiken lassen sich einbinden, aber nix mit den thumbs *cry*

    muss ja nicht unbedingt ein textfeld sein. es soll auch auf dem ipad laufen, aber die thumbbar des vtour-droplets ist nicht so das passende.

    thanx

    sascha


    <plugin name="help_text" url="plugins/textfield.swf"
    keep="true"
    visible="false" enabled="false" handcursor="true" capture="true" children="true"
    zorder="0"
    smoothing="true"
    origin="center"
    width="400" height="600"
    onclick="action(hide_help_text);"
    autosize="center"
    background="true"
    backgroundcolor="0xf4d100"
    css="p{color:#d10028; font-family:Verdana, Arial, Tahoma, San-Serif; font-size:11; margin-left:10; margin-right:10; }"
    bordercolor="0"
    borderwidth="0"
    glow="1"
    glowcolor="0xd10028"
    shadow="1"
    html="data:help_text_html"
    selectable="true"
    />
    <data name="help_text_html">
    <p><img src="buttons/b-info.png" />


    <plugin name="scene1" url="buttons/b-hotspots.png" keep="true" parent="map" align="lefttop" edge="center" x="50" y="30" zorder="2" onhover="showtext(Garten);" onclick="loadscene(scene1, null, MERGE, BLEND(1));" />

    </p><br /></data>

    hallo,

    ich lasse über einen button eine infografik ein- und ausblenden - klappt auch wie gewünscht beim iphone und ipad *smile*

    das display des ipad ist ja groß genug zum lesen, jedoch beim iphone gibts probleme.

    meine frage:

    gibt es irgendwie die möglichkeit, die grafik auf dem iphone zu zoomen, um den text besser zu lesen?

    leider zoomt mir das teil nur das pano im hintergrund.

    vg

    sascha

    <plugin name="hilfebutton_001" url="buttons/b-info.png" keep="false" visible="true" enabled="true" zorder="5" autoscale="rightbottom" align="rightbottom" edge="rightbottom" x="25" y="25" onhover="showtext(Info 01 buttonstyle);" onclick="action(show_hilfe_text_001);" devices=""/>

    <action name="show_hilfe_text_001">
    set(plugin[hilfe_text_001].visible,true);
    tween(plugin[hilfe_text_001].alpha,1);
    set(plugin[hilfebutton_001].onclick,action(hide_hilfe_text_001));
    </action>

    <action name="hide_hilfe_text_001">
    tween(plugin[hilfe_text_001].alpha,0,,,set(plugin[hilfe_text_001].visible,false));
    set(plugin[hilfebutton_001].onclick,action(show_hilfe_text_001));
    </action>

    <plugin name="hilfe_text_001"
    url="panoinfo_01.png"
    align="center"
    onloaded="set(alpha,0);"
    keep="false"
    />