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

