i've got a page with a header, a swf, and a footer.
the header has fixed height (100px) and 100% width. the footer has fixed height ( 25px) and 100% width;
i want the swf to automatically resize, keeping to its original aspect ratio of 600x450, when the window/page is resized, to fill the remaining height in the window.
a 2nd, less desirable result would be for it to fill the remaining height though not maintain its aspect ratio.
i'm less interested in using the latest, works-for-every-browser technique than just getting it to properly fill remaining height in at least chrome.
currently, using an object and embed methodolgy, with height and width at 100%, i generate a swf that is 100% of page height and width on a page that already has header and footer occupying space. the result is vertical scrollbars and something guaranteed to be off screen.