this peace of code does not load inside flash movie . it navigates my desktop browser and load the webpage . i need it should load inside my flash stage or movie .
var url:String = "http://www.google.com";
var req:URLRequest = new URLRequest(url);
navigateToURL(req);