Posts by BriarB

    Both, just to be sure.

    When I click on the nadir logo nothing happens at all, but the link itself works fine.
    So I guess it has to be somewhere in the "onclick" command.

    <hotspot name="nadirlogo"
    url="nadir2.png"
    keep="true"
    ath="0"
    atv="90"
    distorted="false"
    zoom="false"
    scale="2"
    rotate="0.0"
    rotatewithview="false"
    onclick="action(openurl(http://www.assetimaging.co.nz);)"

    Does the onclick action here actually refer back to the nadir2.png?

    On a scale of 1 -10 my programming skills are minus 2, so what is obvious to others.....
    Thanks for the help, I see the point you make, however the line still does not work, I must be missing something else.

    Thanks for that advice Micheal- now got the nadir sorted, as below.

    <hotspot name="nadirlogo"
    url="nadir2.png"
    keep="true"
    ath="0"
    atv="90"
    distorted="false"
    zoom="false"
    scale="2"
    rotate="0.0"
    rotatewithview="false"
    onclick="action(openurl(http://www.assetimaging.co.nz);"
    />

    THe only thing that will not work is the link through to my website- what have I done/not done here?

    Thanks for that idea Sasha, however I do not want the logo to rotate at all even when the panorama does. I have got it working in Pano2Vr but I can't quite get it right here. For the client, they always see the logo the right way round.

    Hi there from sunny New Zealand...not that I have been out as much as usual, head down in the computer trying to learn krpano is a strange summer sport. Altering the xml file, saving it then refreshing the panorama is certainly the quick way to see progress. I have got a bit further on, but more q's if you dont mind....Once I get editor to co-operate will be even faster.

    1)where you put "hotspot_ani_black.swf" I have substituted a very small .jpg image, this works for the moment and allows the main picture to be loaded. I did this as the swf will not load, I am wondering if you have to but the google maps plugin first? Since I dont need that yet I have gone there. I havent found another swf that will do the job yet, but guess there is one in the woodwork soewhere.

    2)I put the <plugin name="editor" url="plugins/editor.swf" /> into my xml file, along with the actual swf into the folder, but no luck, I am wondering what else I have to do to launch it.

    3)Oh yes, the statement ath="250" atv="0.4989"....ath is easy, it moves the spot sideways, I got that. But what does atv do? I have altered the figure but it seems to have no effect...?

    With many expressions of thanks, Briar...

    Thanks for that Tommo, I had seen the example you gave but it seemed to refer to longtitude and latitude rather than positions on the panorama.

    I guess the line you give: ath="-152.5692" atv="1.4989"
    refers to positions within the panorama, right?

    I have got to work this out too: editor plugin to position it properly. I have got the swf on: C:\Data\KRPano Host\krpano-1.0.8-beta7\plugins
    but what the .....do I do with it?

    Where can I find the: hotspot_ani_black.swf

    Love your aerial shots of London!! Reminds me of good times a long....time ago.

    I am working on a Museum Tour, and I want to create hotspots within the individual panoramas to bring up exhibits. Is this possible and if so can someone point me in a suitable direction. The only reference I can find from krpano uses map references which I dont want here. This where I have got to so far. I then want to include sound for each panorama but one thing at a time!!!

    http://www.assetimaging.co.nz/krpano/example…iArtMuseum.html

    Thanks heaps for any help

    I have created one pano for a client, based on the "examples/scenes" in krpano. I am unsure how to package everything for sending off to the client so they can put everything on thier site.
    I have the unlimited domain licence.

    Shanti has been kind enough to check my coding for my tour "Crusoe" which I am trying to get right to use as a template.
    I have not been able to get text to work when each pano is loaded (so that it appears as a Title). It comes up fine as an "onhover" in the map but not with the pan.
    To quote Shanti:
    I think there is a bug with the radar plugin and showtext... when used in combination it does not show the showtext... I have tested it with Klaus example and its the same problem.

    the problem is with the onhover="showtext();" from the map, maybe it interferes with the showtext of the page, if I remove the onhover="showtext();" from the map spots then it works perfectly.


    you should post on the forum with this problem and see if Klaus can fix it on the next beta.

    So that is what I am doing!! Thanks again to Shanti, Tuur et al for help given.

    Tuur and Shanti. Thanks for your comments. I still don't understand half of what I have achieved so far...a case of "try this, try that" but it has been fascinating learning from you guys.
    I actually can remove the buttons now and have everything driven from the map, that gets round the fact that buttons and map are not connected.
    When I do that I get no titles of the panos showing, that is another exercise.
    My brain is in overload so I am going to have to go out and do what I really like...taking images. So the next tour will be with better panos, and maybe develop the map more.
    I still can't work out the: set(plugin[spotx].x,140); coding, just cant see what it is supposed to do.
    Thanks again, I'll be back soon!! *smile*

    Thanks to Tuur for the off-line help, most appreciated.

    I now have the radars working, and yes I made a mappoint.png in Photoshop which works fine. I will update this on my site soon.

    I have one thing left...the panos will not load from the spot:


    <action name="load1">
    set(plugin[spotx].x,140);
    set(plugin[spotx].y,110);
    set(plugin[radar].x,140);
    set(plugin[radar].y,110);
    loadpano(main.mov,null,MERGE,BLEND(1));
    set(plugin[radar].heading,180);
    </action>]


    I have this four times for the four .mov files, but when you click the spot it just goes black. I can only think that I have to address the .mov file in some different way.[code]

    Also, for Tuur, what is the meaning of the "show spot" action in your coding? It does not seem to do anything, in fact I can delete it without (apparent) effect.

    sorted the hot-spots. added ....parent="map" to the plugin spots, where "map" is the floor plan. (Not live yet, more fixes to go first)

    Still can't work out how to load the other panos from the hotspot though.


    <action name="load1">
    set(plugin[spotx].x,140);
    set(plugin[spotx].y,110);
    set(plugin[radar].x,140);
    set(plugin[radar].y,110);
    loadpano(main.mov,null,MERGE,BLEND(1));
    set(plugin[radar].heading,12);
    </action>


    Worked it out: loadscene(title, null, MERGE,BLEND(1)); works (changing loadpano to loadscene)

    Thanks Tuur. you're the Master to me!!

    Line 1 I changed map.png to my own .jpg which comes up fine.

    Line 17 buttons/mappoint.png....?should I have this in my example/buttons folder? (I don't)

    So at the moment when I just have pluginname="map" that works.

    When I add plugin name "radar" I get xml parser error #2070

    Another beginner request. Can someone give me some clues on putting the radar control into a virtual tour? I have the radar.swf, and have read what I can, the skeller.xml seams to point to something else (settings.xml) so a basic help would be great.

    I think that tells me what I need to know now, I will get it loaded today and send a link through, any comments and help are greatly appreciated, thank you.


    http://www.assetimaging.co.nz/krpano/examples/scenes/crusoe.html


    I have loaded a folder "krpano" which contains everything else. I presume that I can load other folders instead of "scene" which will work from the same root folder..

    I am so excited, a few weeks ago I knew nothing of HTML and didnt want to, now I am taking the first teetering, slow steps to understanding. Give me a few more years!!!!!