Posts by pan-o-rama

    Tuur's example works above but it is using 1.0.8.11 not 12.

    http://www.virtualtuur.com/ilodge/

    For me, this example does not work (well it "works", but the navigation is lost, which is the same problem I'm having.)

    Here are the steps to recreate the issue with the example above:

    1. Use Safari 5.0.2 with User Agent set to iPad
    2. Choose the top-left option (Aspen)
    3. Choose the left-most little world button (although, they all have the same problem)
    4. The pano will jump out of the frame and cover the navigation

    All of the examples in this thread are broken for me, and I'm having problems also. The mobile panos always go full-screen and cover up any navigation. I'm not able to fix this yet. I am having the same problem, even though I am using a frameset (!). Any idea on how to fix this? I'm testing it with Safari, by switching the user-agent. Nothing works. Please help!

    I have a map image, that I want to scale up (tween) when clicked. But I want to scale to a percentage of the stage height.

    So, something like this:

    Is there any way to accomplish this?

    I've tried:

    Code
    onclick="tween(plugin[map].height, sub(get(stageheight), 10));"

    But that just makes the map disappear when I click it.

    My example is here.

    Success! I finally got it. Thanks to you both.

    So just to explain to any Photoshop dummies like me out there, when you are creating the mask, the portion of the mask you want the sweep to show through should be white. The portion of the mask that hides the sweep should be transparent.

    I think that's what tripped me up, the fact that transparency hides it and opacity lets it show through. It seems backward.

    Ok dumb question time. Can someone explain radar masks to me?

    I want to hide the sweep when it goes outside my map, here, but I have no idea how to do it.

    I have looked at the krpano demo, and seen the radar mask .png, but I am not a Photoshop pro and don't know how to make a graphic like that. And I don't really understand - if the sweep shows through the transparent parts of the mask, what color are the opaque parts of the mask?

    Obviously, I'm not that great with graphics programs.

    Anyway, the point is I would really love a For Dummies tutorial.

    I think you can set the width and height values to % values, in which case you shouldn't even need to do anything else. Please let me know if you can't, because my project will require this when I get to the plugin coding part and it's best to avoid nasty surprises *g*

    Thanks Protected, I will check it out. What I would really like to do is have it fill the space, but stay a set number of pixels away from the sides. I will tinker with it further.

    So, dumb question, I know if I continue to look in the documentation I will find it somewhere, but I'm wondering how I can scale a plugin when the panorama goes to fullscreen (or, if it is already at fullscreen, to appear scaled already).

    Here is the example:

    http://iiswebdev.pacific.edu/cms-apps/marke…rtour-forum.asp

    When you click on the Map button, the map will appear (I will eventually have little hotspots on it). What I would like, is that if the map is visible and the pano goes fullscreen, for the map to scale up. Or, for the map to be scaled up already if the pano is fullscreen when the Map button is clicked.

    Here is my code for the map image and its background:

    And for the map button:

    And the "togglemap" action:

    (I know it probably wasn't necessary to post all of that code, but just in the interests of completeness.)

    I know the answer is probably painfully obvious, but I am making myself crazy over it.

    Thanks