Answered
Whats wrong with this code? Error 1180.
I keep getting the error 1180:Call to a possible undefined method getURL
var jscommand:String = "window.open('www.adobe.com','win','height=1024,width=768,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
Any help would be appreciated.
Thanks guys.