Beiträge von nikonus

    Hi,

    I have a virtual tour that contain a limitview like that :

    The problem is when i embed it using krprotect, the limitview don't work and i'm able to turn around all the virtual tour. *confused*

    i'm trying to create video for a virtual tour using camtasia but i'm not able to have a good result. The problem is that the video always lagging *confused*

    the autorotate of the virtual tour is set like this :

    Code
    <autorotate enabled ="false"
    	        	waittime="1.5"
    	        	accel   ="1"
    	        	speed   ="10"
    	        	horizon ="0"
    	        	tofov   ="NaN"
    	        	/>

    and in camtasia i used the default setting.

    does anyone has a good result ?

    yes the animation works and when i click it play the animation.

    now i tried this code

    Code
    import krpano_as3_interface;
    var krpano:krpano_as3_interface = krpano_as3_interface.getInstance();
    stop();
    b_0.addEventListener(MouseEvent.CLICK, button_function);
    b_0.buttonMode = true;
    function button_function( evt:MouseEvent ) {
    gotoAndPlay(1);
    }

    but the animation in the virtual tour works in loop *confused* (i haven't changed the code in the xml it's always like this :

    )

    i've integrated the swf in the virtual tour but when i click on it it does'nt play :(

    here is the code

    thanks for your help,

    i've tried this code

    Code
    b_0.addEventListener(MouseEvent.CLICK, button_function);
    b_0.buttonMode = true;
    function button_function( evt:MouseEvent ) {
    gotoandplay(1);
    }

    but it didn't work. the animation starts before i click.

    is there a problem with my script ?

    Hi,

    I have integrated a flash animation as hotspot in a virtual tour and i want to play it when i click on it.
    I think that is possible but i don't know what function do i have to use.
    If necessary i can change it to plugin.

    Can you help me please ?

    Thanks.