Forum Moderators: open
Of course, I don't want it to be that size, so I set it's width and height as 100% and scale to default (so it scales proportionately.) Problem is, the 100% setting for the height of the movie is actually calculated to equal the height of the browser window while the width is set to the equal the width of the parent element (the left column in my case). Then the movie scales itself to fit the smallest number and slides to the center of the entire space.
So -- since the movie is in "landscape" or "wide" proportions, if the users window is in "portrait" or "tall" proportions, the net effect is that the flash movie gets pushed down the page with a huge margin between the top of it's column and the start of the movie.
How do I keep the flash movie as large as it can be and keep it aligned to the top of it's container? Also, how do I keep it's container from being so much taller than it needs to be?
The problem in ASCII art:
¦-heading------¦-nav--¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦¦----flash---¦¦ ¦
¦¦ ¦¦ ¦
¦¦ ¦¦ ¦
¦¦ ¦¦ ¦
¦¦--endflash--¦¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ text ¦ ¦
Any suggestions on how to remove this extra space?
Current status in ASCII art:
¦-heading------¦-nav--¦
¦¦----flash---¦¦ ¦
¦¦ ¦¦ ¦
¦¦ ¦¦ ¦
¦¦ ¦¦ ¦
¦¦--endflash--¦¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦ text ¦ ¦