How to flyout picture displayed when exit full screen?

  • Hi,

    As written in the title, i'd like to set an event which flyout the hotspot fixed at screen when exit full screen. I tried :

    Code
    <events onexitfullscreen="flyout(pic_desserts);"


    It didn't work.
    I don't know how to set a general flyout action like: flyout(get(name));

    Any help would be welcome!
    Thanks.
    Steph. *smile*

  • Hi Klaus,

    Sorry. 235 posts and i still to do poor requests. I should know now!

    Thanks for your time Klaus. *smile*
    Steph.

  • Hi,

    Zitat

    onexitfullscreen="set(plugin[fullscreen].visible, true);
    set(plugin[txt_presentation_deux].visible, false);
    flyout(get(name));"

    The get(name) is wrong here - you need to enter there the name of the hotspot!
    Additionally there is a closing " missing at the end.

    And I'm not sure if you want it that way - but this 'flyout' action code makes the 'flying' hotspot back to normal - in the example from where you had this code were was also a 'flyin' action that makes the hotspot flying. That 'flyout' action here can be used only when the 'flyin' action was used before.

    Best regards,
    Klaus

Jetzt mitmachen!

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