FORUM

Flash file linking via .xml to http:// but not https:// - how do i resolve?

Home / Forum / General Discussions / Flash file linking via .xml to http:// but not https:// - how do i resolve?

Started 25 weeks ago by stretcharm

Last reply by stretcharm

Recent posts in this topic

  • Hi Everyone,

    I hope someone out theremay be able to help.

    I have been editing a resourse I bought from the site to allow it to hyperlink to web pages vis the following code in the main as (this was provided kindly buy someone with much more flash skills than i have):

    if( event.value.substr(0,7).toLowerCase() == "https://" ) { var urlRequest:URLRequest = new URLRequest( event.value ); navigateToURL( urlRequest );

    The problem I have is it wont link to any secure sites (https://) but if I change to http:// it links out fine, how can i solve this?

    Also is there a simple way to tell the link to open in a new window?

    Many thanks.

    Stretcharm.


    #  /  posted on Dec 02, 2011

Please login to post replies.