biyik
The _self did not work. I click the button to run the code and my index page did not open and the page with the button did not close:
back.addEventListener(Mous
function onMouseClick(e:MouseEvent)
{
var request:URLRequest = new URLRequest("index.html");
navigateToURL(request,"_se
//liveplayer.stop();
}
Main Topics
Browse All Topics





by: biyikPosted on 2009-04-29 at 06:05:32ID: 24259918
In your code: ank");
navigateToURL(request,"_bl
use "_self" instead of "_blank".