Posts by Karl

    I played a little bit with the xml-code, especially with the order in the autotour-action and now the user can interrupt on every way to the next point. The new example. But I dont understand why my first code not correct worked....

    Regards Karl

    My changes:

    Hello,

    based on the solution from Klaus http://www.krpano.com/forum/wbb/inde…d&threadID=1441 I made an example tour with 1.0.8.12.

    The automatic tour looks to 3 points (each with image and sound for 10 seconds). The user can interrupt the tour und the tour resume after some seconds (onidle-event).

    It works very well. The only problem is: the user can only interrupt on the way to point1. Inside the action point2 its not possible to interrupt. I think there is no difference between the first and the second action.

    Any ideas?

    Regards karl


    Hallo,

    lassen sich mitbewegende Plugins (z.B. Textfeld, Image) per Parent nur mit einem Image-Hotspot verbinden? Wenn ich im Beispiel von Klaus (21.Januar) einen der beiden Image-Hotspots durch einen Polygonal-Hotspot ersetze so ist garnichts zu sehen. Liegt es daran, daß ein Polygonal-Hotspot keine definierbaren Ecken etc. hat?

    Gibt es doch irgendwie eine Lösung?

    Viele Grüße
    Karl

    Hallo,

    es gibt ja schon einige Diskussionen zu Ebenen um Panos zu überblenden (Sommer/Winter, Tag/Nacht).
    http://www.krpano.com/forum/wbb/inde…d&threadID=2197
    http://www.krpano.com/forum/wbb/inde…ad&threadID=893

    Diese basieren auf Hotspots über den Würfelflächen.

    Ich habe ein Planpano über das per Benutzerinteraktion deckungsgleiche Ebenen gelegt werden sollen. Lösungsansatz: Grafikhotspot.

    Das Ausgangsbild (Landkarte ca. 15000 x 10000) ist mit aktuellem kmakemultires zerlegt und ein Grafikhotspot drüber gelegt. es entstehen laut Tile-Benenungen und auch nach meinem Verständnis keine Würfelflächen. Die Hotspotgrafik ist fast vollständig transparent bis auf zwei Linienzüge (2 rote Teilstrecken): Demo

    Ideal wäre eine Grafik mit den gleichen Abmessungen wie die Karte selber. Führt zu keinem Ergebnis. Also habe ich die Hotspotgrafik auf ca. 1500 x 1000 skaliert, einen Scale-Faktor verwendet und mit dem Editor-Plugin alles irgendwie angepaßt. Die Funktionalität ist schon wie gewünscht, aber die Hotspotgrafik ist nicht deckungsgleich und was schlimmer ist: beim Zoomen tritt die Unschärfe der Linien deutlich zu Tage.

    Gibt es eine Möglichkkeit eine unskalierte Hotspotgrafik einzubinden oder einen ganz anderen Lösungsansatz? Planpano als Würfel?

    Viele Grüße
    Karl

    Hallo Julian,

    ich war unmittelbar nach der Veröffentlichung Deines Beitrages auf der Seite (beeindruckende Arbeit; Glückwunsch!) und es war nichts.

    Jetzt meldet AntiVir ähnliches:
    Enthält Erkennungsmuster des HTML-Scriptvirus HTML/Infected.WebPage.Gen

    Viele Grüße
    Karl

    Hi Klaus,

    Quote

    hmm, maybe that is a server problem, normally videos are streamed...

    do you know what server?
    maybe the gzip-compression was not disabled for .flv files...

    in the moment it's not possible for me to get an answer about the server compression settings.

    I asked some friends to try it from far away with different results:
    - no time between buttonclick and the beginn of the video
    - the video will be long in coming

    You can try the beta by yourself
    http://www.burg-halle.de/~schikora/0310…pano/index.html

    Additional information (in german)
    http://www.burg-halle.de/~schikora/031010/

    Next question: it is a flat-pano with fov="1". Do you have any ideas how to show the pano at the beginning with the overall width (lenght over buffers of the steam engine) an not with the overall height? In the final release of 1.0.8?

    Thanks Karl

    Hello,

    I have some buttons the user can select/deselect and then the videoplayer will be dynamic included with the parameters videourl, width, height

    Code
    <action name="videoon">
    addplugin(video);  
    set(plugin[video].align,center); 
    set(plugin[video].loop,false);
    set(plugin[video].zorder,0);
    set(plugin[video].videourl,%1);
    set(plugin[video].url,%SWFPATH%/plugins/videoplayer.swf);
    set(plugin[video].width,%2); set(plugin[video].height,%3);
    set(plugin[video].onclick,togglepause());
    </action>

    Works off line very well. The greatest test-video has a document size of more than 5 mb. On the server the user see nothing during loading the video.

    The soundplayer-plugin has the attribute preloadsound(xxx)

    I'm looking for a similar solution:

    either when the main panorama ist loaded and also the videoplayer-plugin self then they should be a preload-action for the video files.

    or after the onclick-event on one of the button the user should see
    - a still image (or the the first frame of the video)
    - the progress bar

    I tried to add the two set-commands in the code above, but it don't seems to work.
    set(progress.showload,bar);
    set(progress.showwait,loopings);

    Any ideas?

    Thanks Karl

    Hi,

    I have a button, that I want to use as a toggle: add a plugin and remove the same plugin. For this functionality I wrote two actions.

    But how can implement this? onclick="switch(action(one),action(two));" dont work.

    I think also in 1.0.8 there is no plugin attribute like plugin.isadded or so.

    Its no problem with two button, but I think only one button would better tu use.

    Thanks in advance
    Karl