Is there a way to use openurl without ExternalInterface?

  • Im trying to do an

    Code
    onclick="openurl(http:www.mywebsite.com);"

    but i get 2 warnings:

    WARNING: ExternalInterface NOT available
    WARNING: SecurityError: Error #2137

    Im embedding a krpano in such a way that i am not able to get scripting access -Javascript, and as much as I understand you cant do openurl without javascript! is that right?

    Is there some other way?

    one idea that came up to my mind was a actionscript plugin that would openurl ? or that also relies also on javascript?

    what i need to find is a way to click on a hotspot that opens a url WITHOUT the ExternalInterface!

    what does Error #2137 mean anyway ? *confused*

    Please Help! *thumbsup*

  • Hi,

    what i need to find is a way to click on a hotspot that opens a url WITHOUT the ExternalInterface!

    that's technically simply not possible...
    The only ways to make it possible would be to change the security settings or to create a standalone Flashplayer file (exe/app)...

    what does Error #2137 mean anyway ?

    that:
    SecurityError: Error #2137: Security sandbox violation

    It means that this call is not allowed...

    best regards,
    Klaus

Participate now!

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