PDA

View Full Version : swf size


birail
02-26-2004, 07:33 PM
Hi
I'd like to edit a fla file that use some swf files (video).
I want to replace the swf's with some others.To do that I want to know the dimensions of each swf (so I can make another one with the same width and hight).
How could I see the dimensions of a swf file?

thnx
chris

nthpixel
02-26-2004, 10:36 PM
attach the swf to an empty movie clip and use the _height and _width property to find the dimensions

birail
02-27-2004, 08:36 AM
thnx for your answer:)
The solution was more simple .I only have to open the "Bandwith Profiler" to see the width and hight ;)
thnx again!