vr-object in a pano

  • Hi!

    It was possible to insert vr-object (it is made in pano2qtvr) into a pano: http://www.macrugo.pr-lipetsk.ru/photo/kitchen.html
    (press a door of a refrigerator and pull aside)
    But problems are obvious: slow speed of movement and spontaneous behaviour of a door.

    Tried to do without vr-object with a code of this example: http://www.krpano.com/forum/wbb/inde…ad&threadID=975
    But does not work, if distorted="true"

    There is a possibility to make it without vr-object means krpano?

    p.s. Forgive for my english — I don't speak english. ;)

  • Hi,

    a great example!
    changing the controls of the object swf is not possible from krpano,

    a way to achieve the same would be to include the object frame
    separately as severals hotspots and then change the visibility of them
    dynamically on mouse press and move, but that can be a bit complicated
    xml/actions code

    if you want you can send me the pano images and the separate object images,
    then I can try to build an example with,

    best regards,
    Klaus

  • Please help.

    If you look at the example provided by Michael, you'll see he uses an swf within a textfield. I've added a simple clock.swf which was developed directly with flash CS5. works like it should but if I replace it with a krpano.swf it doesn't work. Anyone have an idea as to why?

    Thanks,

    Robert

  • ... works like it should but if I replace it with a krpano.swf it doesn't work.

    What do you mean by replacing it with a krpano.swf?

    First of all, you need the textfield.swf to be in your plugins folder or whereever your path is pointing to.

    Code
    <plugin name="htmltext" url="pathtoyour/textfield.swf"

    Then you have to have your vr-object SWF file which you type into the data tag

    Code
    <data name="html1">
        	<img src="pathtoyour/vr-object.swf"

    I tried and it worked - at least I could control my vr-object. (Unfortuneately I have a different problem, which prevents the normal text (most important the close-link) to display correctly)

  • Wow, that's a great flip book type animation example. I guess in most cases this serves as a better solution than video clips. Well, I have to admit, that I can't figure out too much of the code. What bothers me most is the part with the style tag. How do you determine the correct values for width, height, ox and oy?

    And: What about multi resolution panoramas, could one still use the same code?

    Yours,
    Michael

  • That's exactly what I have done. Here is my code as it is exactly the same as michael crane's example. My usage of krpano was only an example. I used clock.swf in place of the one I have Image74.swf and the clock one works. clock.swf was actually created in Flash CS5. Image74.swf was generated by MAKE OBJECT (MULTIRES) droplet. Everything, in the object_vr directory is there including the Image74.xml and tiles directory. Thanks for your assistance.

  • Hm. I still can not figure out, how to find the right parameters to place the flipbook images at the right location above the panorama cube face. Do I have to trial&error with the editor?

    Code
    width="394.447354"
    	   	height="485.070717"
    	   	edge="lefttop"
    	   	ox="-500"
    	   	oy="-73.598742"

    Thanks for helping me out with this. I think this could be a very interesting feature.

    Yours,
    Michael

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!