I took a quick look at the page source at donniedarko.com, and found this:
<frameset rows="*,800" frameborder="NO" border="0" framespacing="0">
<frame name="top" scrolling="NO" noresize src="info/pop_info.html"
marginwidth="0" marginheight="0" frameborder="NO" >
<frame name="main" src="intro.html" scrolling="NO" noresize
marginwidth="0" marginheight="0" frameborder="NO">
</frameset>
The important part is the first line which defines that the frameset
consists of two rows, the first of which is * wide and the second is 800.
800 is the width of the SWF movie, and * is whatever is left ... hence the
nice flush alignment.
Hope that helps.
[quoted text, click to view] "pcurry215" <webforumsuser@macromedia.com> wrote in message
news:e7shcb$89m$1@forums.macromedia.com...
> I'm trying to make a flash intro the is aligned on the bottom right like
> the
> donniedarko.com site. I can right align it but there is a space on the
> right
> side from the scroll bar. Also i have no idea how to keep it on the
> bottom. How
> is the flash positioned like that?
>