openurl from a textfield

  • i am not sure but flash have some security settings that may be interfering or maybe something with your webhotell that prevents links via flash - all works fine in html5 right?

    Best regards - Stefan

  • I have Adobe Flash security autorisation for some folders where I put my current work. It is not a problem. Everything works fine and I can test separately the same code with Flash or with HTML5.
    If I complete the plugin textfield with global onclick="openurl(http://.....,_self); it works very well.
    The only problem is that I can not open with iPad (HTML5) another website by clicking one selected word (or a groupe of words) in the text body of the textfield. It must be possible, because I have show me your example.

  • Hi,

    there seems to be problem with the quote detection on krpano side - try to ensure that the href value is put inside double quote characters,

    e.g. try changing from:

    Code
    html="Thank you for your visit! Enjoy your tour ! [a href='event:openurl(http://www.annecypanoramique.com,_blank);' style='color:#FFFFFF;'][u]Let us know, if you like it ![/u][/a];"

    to:

    Code
    html='Thank you for your visit! Enjoy your tour ! [a href="event:openurl(http://www.annecypanoramique.com,_blank);" style="color:#FFFFFF;"][u]Let us know, if you like it ![/u][/a];'

    Best regards,
    Klaus

Participate now!

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