Posts by djuna

    Dear Alexy,

    Sorry for my delayed gratitude. I've just now been able to return to this project, and to apply your solution, which works :)

    Others may view the full working solution for Flash + HTML5 hover text on hotspots here:

    http://djunapix.com/photos/NIhiwatuVirtualTour2/tour.html
    http://djunapix.com/photos/NIhiwatuVirtualTour2/tour.xml
    http://djunapix.com/photos/NIhiwat…2/vtourskin.xml

    Now how about the same solution for thumbnails??

    Many thanks!!
    Djuna

    Doh! Sure enough!

    Good eye, Alexey. Big thanks for applying it :)

    Next lesson learned, in order to get one tooltip per hotspot in an HTML5 browser and one tooltip per hotspot in a Flash browser (not two), you need the following bits:

    plus the call of the tooltip style (my typo above)

    and the showttext() function ignored via settings like tooltips_hotspots="false"

    Can anyone offer any pointers on a template that inserts linked scene titles into the hover text field?

    Thanks so much for the speedy replies!

    To be redundantly sure, I have my skin settings as follows in both vtourskin.xml and tour.xml -

    Code
    tooltips_thumbs="true"
    tooltips_hotspots="true"

    This gets my tooltips working fine in Flash, thanks to the default showtext() action in vtourskin.xml:

    Code
    <style name="skin_hotspotstyle" 
     onhover="if(skin_settings.tooltips_hotspots, if(linkedscene, showtext(get(scene[get(linkedscene)].title),SKIN_TOOLTIPS)) );"

    Where I'm still having trouble is the HTML5 implementation. I'm trying to copy the example provided by Klaus in krpano tools 1.16.8/examples/xml-usage/tooltips, which works like this:

    I take it the 'tooltip' style provides HTML5 functionality. I doubt my need to add the 'tooltip' layer as it calls on Flash. Anyway, I've tried with and without this layer with the same same results -- working Flash tooltip, broken HTML5 tooltip.

    Here's what I have now for my hotspot tooltips -- basically the default settings, plus my efforts to Frankenstein the HTML5 functionality:

    From vtourskin.xml (defaults):

    From tour.xml:

    Still no go in HTML5.

    Worried I might have some conflict between showtext() and the 'tooltip' style functionality, I turned off showtext() for hotspots in tour.xml with the setting tooltips_hotspots="true".

    Still no go in HTML5.

    See for yourself at:

    http://djunapix.com/blog/wp-conten…iwatu/tour.html
    http://djunapix.com/blog/wp-conten…hiwatu/tour.xml
    http://djunapix.com/blog/wp-conten…n/vtourskin.xml

    For testing purposes, I'm trying a static text tooltip. Of course, the best solution would be one that returns the linkedscene title dynamically as part of the hotspot or tooltip style, within the skin template. Would I make this as an addition to the style 'skin_hotspotstyle'? Bascially I want to add an HTML5 version of...

    Code
    onhover="if(skin_settings.tooltips_hotspots, if(linkedscene, showtext(get(scene[get(linkedscene)].title),SKIN_TOOLTIPS)) );

    Any handholding to show a noob like me those ropes would be MUCH APPRECIATED! *thumbsup*

    Thanks!!
    Djuna

    Any luck getting tooltips working in both Flash and HTML5?

    I found the tooltip example, and have tried inserting the code below into tour.xml (as generated with the default skin for Make Vtour Multires droplet). Unfortunately, no go.

    Can anyone offer any pointers??

    Thanks!!
    Djuna


    Wow! Awesome!! How did you do that???

    All loaded fine, eventually, but the streaming wasn't terribly friendly on my 256Kbps ASDL connection. Quite jumpy.

    And it took me a while to see the itty bitty progress bar.

    I think a directional cursor would also be nice.

    BUT, that's all minor in the face of this being friggin' AMAZING!

    I viewed via Chrome on a Mac Book Pro.

    Best success!

    Djuna

    Sounds exciting! Many thanks for your hard work on development and documentation, Klaus.

    I'm eager to get my hands on 1.0.8.15. Sadly, no luck. I've tried a dozen downloads on different computers, platforms, and browsers. Each has aborted prematurely -- often before hitting 1 Mb. I've deleted dead files, and cleared browser caches. Still no good.

    Help?!?

    Has anyone had luck getting the "options" plugin to run on top of scrolling thumbnails? I've tried running it in the plugins folder and in the virtualtour.xml file. The minimized-state arrow appears, but the plugin won't maximize...

    Thanks!
    Djuna

    "

    Well guys this scroller is kinda old, and the code is really a mess, I have been searching for other components to adapt for Krpano such as this one

    http://flashotaku.com/blog/thumbnailscroller-component-as3/

    that one offers a lot more options already built in and it should be easy to adapt (hopefully) so if anyone is interested I can give it a shot, I haven't had a lot of free time lately but I think Krpano needs a better thumbnail scroller than mine :)


    what do you guys think?

    Looks great. I'd pitch in :)