KrPano stop working after Flash Update 13.0.0.182

  • It seems that it ignores some functionality. Panorama is loading, all interface are there, but you can't rotate panorama and use interface buttons. Some functionality still there and some is gone :(

    UPD: I localize the problem. Actualy it is not so bad. I have this code in curent project:

    It seems that this line "set(plugin[invisible].visible, false);" don't work after flash update.

    Edited once, last by Largo (April 12, 2014 at 2:31 PM).

  • Ok. Finaly I figured it all out. I have alot of code in current project, so it was complicated to find out the reason.
    But it is that part of code:

    Quote

    <plugin name="photo_fon" type="container" bgalpha="0" alpha="0" autoalpha="true" width="100%" height="100%" keep="true" zorder="1" bgcapture="true" handcursor="false" />

    So, on the start of pano plugin[photo_fon] is visible, and autoalpha don't work.If I set it to visible="false" it works fine. In previous versions of flash all work fine.

  • Hi,

    are you sure that really the Flashplayer version makes the differences?
    Which two Flashplayer versions are you comparing?

    In your posted code it seems two <plugin> elements have same zorder=1 - the "invisible" and "photo_fon" plugin elements - and when both elements have the same zorder (within the same parent element), then the final order of these both elements is undefined/random. That means one time the one element can be above and one time the other. And this could also explain the behavior.

    Best regards,
    Klaus

  • I compare flash versions 12 (don't remember the exact build version) and 13.0.0.182.
    I'm pretty sure that it all works on version 12. Tested it many times. Right after update it stop working. But as you said it sometimes working and sometimes not (zorder problem that you described) in 13 version.
    May do some more tests if you wish.

    P.S. Right now it works fine with visible.false visible.true trigger on plugin[photo-fon]. But yesterday I was thinking on completely remove plugin[invisible] and change it to onclick event. Is it possible? That plugin is there to remove intro image on any click on the screen. It is logical to set it to onclick event, but I don't know how to do it :(

    P.P.S. Also your description of problem is not correct. plugin[photo-fon] was autoalpha="true" and alpha="0", so it supose to be not there when plugin[invisible] is on the screen.

  • In this case can you please post or send me a full not-working example for analyzing?

    The 'autoalpha' itself is a krpano-feature and not a Flashplayer one, so it's a bit strange that a Flashplayer update could affect it...
    And I can't reproduce a problem here...

    Best regards,
    Klaus

  • http://test.photo-largo.lclients.ru/G8/
    This is not working version, that works fine on flash 12

    Quote

    <plugin name="photo_fon" type="container" bgalpha="0" autoalpha="true" alpha="0" width="100%" height="100%" keep="true" zorder="1" bgcapture="true" handcursor="false" />

    http://test.photo-largo.lclients.ru/G8good/
    This is working version

    Quote

    <plugin name="photo_fon" type="container" bgalpha="0" alpha="0" width="100%" height="100%" keep="true" zorder="1" bgcapture="true" handcursor="false" visible="false" />

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!