Guys,
If you have a look at his html:
You'll see he's designed this at 1024*768.
That html is called by:
Where he defines this frameset:
<frameset rows="1,*" frameborder="NO" border="0" framespacing="0">
<frame src="empty.html" scrolling="NO" marginwidth="0" marginheight="0" noresize frameborder="NO" name="empty">
<frame src="content.html" scrolling="NO" marginwidth="0" marginheight="0" noresize frameborder="NO" name="content">
</frameset>
That probably explains the small gap where the normal cursor arrow comes back on each side.
The other thing is since he hasn't used %s, in defining the width & height of his movie, the movie won't scale when you resize the browser window.
This might but only be a smaller mc inside of a 1024*768 movie, or he's designed the thing, thinking of lower resolutions so that it would fit in whatever the user's resolution. Would be worth a check at 640*480!
;-)ldnewbie