can anyof you tell me how to constrain the movie to the window when i adjust my swf in size..or how to not allow the swf to be adjusted in size? i do not want people to see
the outlying edge of my movie.
thanks in advance
cicada
You may want to try this, but I am not sure of your question so it may not be what you are looking for.
Publish your movie in Percent 100% x 100% and use Exact Fit. Once you have done this edit the HTML source to include the line border=0 topmargin=0 leftmargin=0 scroll=no This line should be put next to the bgcolour line.
When you now look at your movie in a browser window there will be no scroll bar, when you minimize the window the movie will be scaled down to fit inside and there will be no invisible border.