Hi this may seem like a very easy question but all the topics online point to the following code....
var url = "http://www.adobe,com";
var urlReq = new air.URLRequest(url);
air.navigateToURL(urlReq);
However when I try to use this I keep getting an 1120 error saying that a definition for air could not be found.
Can someone please give me some fast direction?