i had this problem too mate, here is what ya need to do...
on (release) {
getURL ("javascript:openNewWindow('http://www.yoursite.com,'title of ya window','height=400,width=600,toolbar=no,scrollbars=no')
");
}
this was in flash 5 by the way, and feel free to change the numerical values for the height, and width.
then, in you HTML page, you need to view the HTML sorce and edit it, you can do this in note pad. in between the tags called <HEAD> you need to add this code, just copy and paste it.
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
and then it should work, :)
Please Note: this will not work when you go to test movie, you will need to upload the files or preview from something like DREAMWEAVER.
if this doesnt work, lemme know, and ill try and help, or contact liljim or thisisnotmike, they know what they are on about!
-BEAST