I’m having trouble with URLRequest. I’m new to AS3 so sorry it this is a remedial question.
I’m building a site that’s mostly html but the navigation is going to be done in Flash. Right now I when select a link it opens a new browser as just loading the page. Below is the code that I’m using.
var request:URLRequest = new URLRequest(“http://www.fakewebsitename.com/”);
navigateToURL(request);
Thanks in advance for the help.