Beiträge von gleb

    Excellent, the "events.onviewchange" works.

    Now we hit another snag. For some of the photo effects that we do for transitions, we usually grab the panorama view and then manipulate it as a bitmap. Now our SWF is embedded into krpano as a plugin and grabbing the krPano's image causes security exception.

    # tempFrameData.draw(parent, new Matrix(1, 0, 0, 1, 0, 0));

    Is there something we could do to grab the current view rendered by the krpano in our plugin code?

    Gleb