Anyone know a way cleanly scale a flash movie after it is created. my company wanted the movie full screen now teh want it smaller then 800X600
THANKS :beam:
First: AHHHHHHHHH FULL SCREEN YUK YUK YUK.
With that said…
Scaling will always cause stretching in the movie, clean may not be the word here. It distorts imported images and text in the movie. Sometimes looks ugly, sometimes doesn’t, it all depends on the site I suppose.
To do it just go to File/Publish Settings then on the HTML tab for the height and width (can’t remember exact option, but it is a drop down box with 2 text boxes) choose Percent,. then type 100% for both the height and width.
If you don’t want scaling you could put your movie in an autosizing/centering table to that your movie will always be centered in the window no matter what res. That looks like this…
<TABLE WIDTH="100%" HEIGHT="100%">
<TR><TD WIDTH="100%" HEIGHT="100%" ALIGN="center" VALIGN="middle">
<!--embed code here-->
</TD>
</TR>
</TABLE>