all groups > macromedia flash sitedesign > june 2006 >
You're in the

macromedia flash sitedesign

group:

donnie darko site


donnie darko site pcurry215
6/28/2006 12:09:47 AM
macromedia flash sitedesign:
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?
Re: donnie darko site HttpDee
6/28/2006 10:57:18 AM
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]
AddThis Social Bookmark Button