hey...no it isn't working.

..i tried giving the full path, i even tried the path from hosting root directory as well....
i tried this...
Project Management.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_8);
function fl_ClickToGoToWebPage_8(event:MouseEvent):void
{
navigateToURL(new URLRequest("/wwwroot/myfolder/gallery.html"), "_blank");
}
then i tried this..
Project Management.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_8);
function fl_ClickToGoToWebPage_8(event:MouseEvent):void
{
navigateToURL(new URLRequest("/gallery.html"), "_blank");
}
i even tried // in the llatter one..didnt work