Not to big on Flash 8 (I use MX04pro myself) but:
Try opening the window from html file with
Code:
</Script>
<script language='JavaScript'>
<!--
function open_fullscreen(url) {
fullscreen = window.open(url, "fullscreen", 'top=0,left=0,width='+(screen.availWidth)+',height ='+(screen.availHeight)+',fullscreen=yes,toolbar=0 ,location=0,directories=0,status=0,menubar=0,resiz able=1,scrolling=no');
}
//-->
</script>
and calling the function with
<a href='#' onClick="open_fullscreen('yournameofthemovie.swf')">
also check out http://gotoandlearn.com
There are some good video tutorials there that can help with this issue.
Bookmarks