Linking a button in flash to a dreamweaver site
I am having some trouble linking a button in my flash movie to a separate dreamweaver site. The flash movie will be placed in
the homepage of a website and i want to be able to click a button in it to go to a separate page. the code i am trying is :
RF1.addEventListener(MouseEvent.CLICK,clickHandler); function clickHandler(event:MouseEvent):void{ navigateToURL(new URLRequest("http://Bleachers_Top.html")); }
where RF1 is my button and my target page is"Bleachers_Top.html"
I am pretty sure the last part is wrong but I cant seem to find any help on how to do it.
I get this error when i try it, does this mean it is a flash player setup error in that case does anyone know another way to do this because I don't want people to have to alter their Flash security options when they view it.

Thanks in advance
Andrew Whited