No WWW no links

Hello,

Im having an odd issue. I have a swf that I use for a nav bar and load that into another swf with AS3.

The navbar swf is a pretty basic set up with links to my other pages.

Here’s one of the functions triggered by a mouse click.

}function goStreaming(event:MouseEvent):void{
    navigateToURL(new URLRequest("http://www.streaming.html"),"_self");
}

Everything works fine at http://www.filmclipsonline.com

However when users browse to http://filmclipsonline.com (www omitted)the links don’t work.

It has to be something with the Nav Bar because the other links on the page work just fine. Do you have any clue as to what would warrant this behavior?

Thanks for reading,

Phil