Hi
I have a movie that loads SWF files using the following

Code:
on(release){
loader.loadMovie("video.swf")
}
the video that I am loading is fairly big and I want to resize it when it's loaded... Is there a way to set the width and height in the "loader" so that the video loads a certain heigh and width?

Thanks